[Bug 282154] New: autobuild scripts get confused if 'Name:' specified more than once in a .spec file
https://bugzilla.novell.com/show_bug.cgi?id=282154 Summary: autobuild scripts get confused if 'Name:' specified more than once in a .spec file Product: openSUSE 10.3 Version: Alpha 4plus Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: wberrier@novell.com QAContact: qa@suse.de (Not sure where to file a bug like this) I'm submitting a package that I use in the build service to autobuild. But autobuild's scripts (build and submitpac) get confused as to what the name of my package is. From apache2-mod_mono: %if 0%{?fedora_version} Name: mod_mono %else Name: apache2-mod_mono %endif This works fine in the build service, but I'm not able to 'build' unless I specify apache2-mod_mono first, but I'm never able to 'submitpac', because mod_mono.changes doesn't exist. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=282154 mhorvath@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |ro@novell.com |screening@forge.provo.novell| |.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=282154#c1 Ruediger Oertel <ro@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Ruediger Oertel <ro@novell.com> 2007-06-17 14:19:09 MST --- okay, added a little more parsing ... (sigh ;) should work now. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=282154#c2 Wade Berrier <wberrier@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #2 from Wade Berrier <wberrier@novell.com> 2007-08-03 10:40:05 MST --- For some reason the 'Name' was chopped off. Code: %if 0%{?fedora_version} || 0%{?rhel_version} Name: mod_mono %else Name: apache2-mod_mono %endif Ends up with: Name: apache2 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=282154 User ro@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=282154#c3 Ruediger Oertel <ro@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Enhancement Status|REOPENED |ASSIGNED Priority|P5 - None |P4 - Low --- Comment #3 from Ruediger Oertel <ro@novell.com> 2008-12-07 17:14:10 MST --- sigh, bug still present (and in different manifestations in different tools) currently not supported ... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com