Bugzilla – Bug 115915
/etc/lsb-release is broken at x86_64
Last modified: 2005-09-09 09:47:06 UTC
The file /etc/lsb-release is broken at x86_64: --- cut --- LSB_VERSION="core-2.0-noarch:core-3.0-noarch:core-2.0-%{_target_arch}:core-3.0-%{_target_arch}" --- cut --- The macro %{_target_arch} is not substituted. I do not know how this file is important, so I rather marked the bug as crytical. I do not use it myself. I just heard about it on suse-beta-e@suse.com and found that it is broken on my machine.
Fixed, contents is now: $ cat /etc/lsb-release LSB_VERSION="core-2.0-noarch:core-3.0-noarch:core-2.0-x86_64:core-3.0-x86_64"