[Bug 337403] New: Please fix "Dummy Summary" in KOTD
https://bugzilla.novell.com/show_bug.cgi?id=337403 Summary: Please fix "Dummy Summary" in KOTD Product: openSUSE 10.3 Version: Final Platform: All OS/Version: Linux Status: NEW Severity: Normal Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: jengelh@gmx.de QAContact: qa@suse.de Found By: Beta-Customer All the KOTD packages in /repositories/Krenel:/HEAD/openSUSE_Factory have a broken Summary and %descrpition. The KOTD packages in /projects/kernel/kotd/HEAD are fine, however. Please fix. -- 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=337403 Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jblunck@novell.com, jeffm@novell.com AssignedTo|kernel-maintainers@forge.provo.novell.com |agruen@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.
https://bugzilla.novell.com/show_bug.cgi?id=337403 Andreas Gruenbacher <agruen@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bwalle@novell.com AssignedTo|agruen@novell.com |jblunck@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.
https://bugzilla.novell.com/show_bug.cgi?id=337403#c1 --- Comment #1 from Jan Engelhardt <jengelh@gmx.de> 2007-11-28 09:57:28 MST --- *** Bug 253404 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=253404 -- 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=337403#c2 Jan Blunck <jblunck@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mls@novell.com AssignedTo|jblunck@novell.com |freitag@novell.com --- Comment #2 from Jan Blunck <jblunck@novell.com> 2007-12-03 09:10:37 MST --- Well, our spec files are autogenerated from one template. The summary and the description still have the default value given by the template. I think we need something like a prepare specfile functionality that is filling in the information for the buildservice. -- 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=337403 Jan Engelhardt <jengelh@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Kernel |Kernel Product|openSUSE 10.3 |openSUSE 11.0 Version|Final |Factory -- 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=337403 User jengelh@gmx.de added comment https://bugzilla.novell.com/show_bug.cgi?id=337403#c3 --- Comment #3 from Jan Engelhardt <jengelh@gmx.de> 2008-07-01 10:46:10 MDT --- Why not just fill it statically into kernel-<whateveryouareusing>.spec.in before the .rpms are even built? -- 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=337403 User dgollub@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=337403#c4 --- Comment #4 from Daniel Gollub <dgollub@novell.com> 2008-12-20 13:58:17 MST --- (In reply to comment #3 from Jan Engelhardt)
Why not just fill it statically into kernel-<whateveryouareusing>.spec.in before the .rpms are even built?
We would loose the capability of (central) proof-reading the Description and Summary. So we should go with something like Jan suggested in comment 2. -- 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=337403 User jengelh@medozas.de added comment https://bugzilla.novell.com/show_bug.cgi?id=337403#c5 --- Comment #5 from Jan Engelhardt <jengelh@medozas.de> 2009-02-18 15:40:49 MST --- I just had an enlightenment that brought me forth this solution for kernel-binary.spec.in: %if "%build_flavor" == "default" Summary: The Standard Kernel for both Uniprocessor and Multiprocessor Sy %endif %if "%build_flavor" == "pae" Summary: Kernel with PAE Support %endif %if "%build_flavor" == "rt" Summary: The Realtime Linux Kernel %endif %if "%build_flavor" == "rtpae" Summary: Linux RT kernel with PAE support %endif -- 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