Bug 115915

Summary: /etc/lsb-release is broken at x86_64
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Petr Mladek <pmladek>
Component: BasesystemAssignee: Andreas Jaeger <aj>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Critical    
Priority: P5 - None    
Version: RC 1   
Target Milestone: ---   
Hardware: x86-64   
OS: SUSE Other   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Petr Mladek 2005-09-08 16:52:00 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.
Comment 1 Andreas Jaeger 2005-09-09 09:47:06 UTC
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"