[Bug 432653] New: /etc/SuSE-release misses version number
https://bugzilla.novell.com/show_bug.cgi?id=432653 Summary: /etc/SuSE-release misses version number Product: openSUSE 11.1 Version: Beta 2 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: cthiel@novell.com ReportedBy: stbinner@novell.com QAContact: qa@suse.de Found By: Development
cat /etc/SuSE-release openSUSE Beta 2 (i586) VERSION = 11.1
The first line should also contain the version number "11.1". That part seems to be used be the live-installer / in grub entry. -- 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=432653 User cthiel@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=432653#c1 Christoph Thiel <cthiel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cthiel@novell.com AssignedTo|cthiel@novell.com |adrian@novell.com --- Comment #1 from Christoph Thiel <cthiel@novell.com> 2008-10-06 09:00:13 MDT --- Adrian, could you please fix the openSUSE release package in the product definition? -- 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=432653 User adrian@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=432653#c2 Adrian Schröter <adrian@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Adrian Schröter <adrian@novell.com> 2008-10-06 09:04:32 MDT --- done, but you could have fixed this yourself : ;) adrian@scherben:/tmp/openSUSE:Factory/_product> osc diff Index: release.spec =================================================================== --- release.spec (revision 84) +++ release.spec (working copy) @@ -33,7 +33,7 @@ mkdir -p $RPM_BUILD_ROOT/etc echo -e 'Welcome to %{product} %{betaversion} - Kernel \\r (\\l).\n\n' > $RPM_BUILD_ROOT/etc/issue echo "Welcome to %{product} %{betaversion} - Kernel %%r (%%t)." > $RPM_BUILD_ROOT/etc/issue.net -echo "%{product} %{betaversion} (%{_target_cpu})" > $RPM_BUILD_ROOT/etc/SuSE-release +echo "%{product} %{version} %{betaversion} (%{_target_cpu})" > $RPM_BUILD_ROOT/etc/SuSE-release echo VERSION = %{version} >> $RPM_BUILD_ROOT/etc/SuSE-release echo "Have a lot of fun..." > $RPM_BUILD_ROOT/etc/motd # Bug 404141 - /etc/YaST/control.xml should be owned by some package -- 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