[Bug 1207289] New: windows:mingw:win{32|64}: drop obsolete BuildRoot: line in spec files
http://bugzilla.opensuse.org/show_bug.cgi?id=1207289 Bug ID: 1207289 Summary: windows:mingw:win{32|64}: drop obsolete BuildRoot: line in spec files Classification: openSUSE Product: openSUSE.org Version: unspecified Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: 3rd party software Assignee: fstrba@suse.com Reporter: ralf.habacker@freenet.de QA Contact: screening-team-bugs@suse.de CC: fridrich.strba@bluewin.ch, hib@hiberis.nl, mkbosmans@gmail.com Found By: --- Blocker: --- In the past, several changes were made to the packages of the listed projects, including the removal of the line "BuildRoot:". As this is used by many *.spec files (398 out of 547 existing): osc co windows:mingw:win32 cd windows:mingw:win32 find -maxdepth 2 -type f -name '*.spec' -exec grep -Hn "BuildRoot:" {} \; | wc -l 398 find -maxdepth 2 -type f -name '*.spec' | wc -l 547 it could save the packagers time to do this removal as a bulk change with: osc co windows:mingw:win32 cd windows:mingw:win32 find -maxdepth 2 -type f -name '*.spec' -exec gawk -i inplace '$1 == "BuildRoot:" { getline } { print $0}' {} \; osc ci -m "Drop BuildRoot:" -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1207289 http://bugzilla.opensuse.org/show_bug.cgi?id=1207289#c1 --- Comment #1 from Ralf Habacker <ralf.habacker@freenet.de> --- (In reply to Ralf Habacker from comment #0)
it could save the packagers time to do this removal as a bulk change with:
After the remaining cmake related issues has been fixed I'm going to submit associated changes. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1207289 http://bugzilla.opensuse.org/show_bug.cgi?id=1207289#c2 Ralf Habacker <ralf.habacker@freenet.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Ralf Habacker <ralf.habacker@freenet.de> --- (In reply to Ralf Habacker from comment #1)
After the remaining cmake related issues has been fixed I'm going to submit associated changes.
Associated changes has been applied to https://build.opensuse.org/project/show/windows:mingw:win32 and https://build.opensuse.org/project/show/windows:mingw:win64. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com