Bug 115915 - /etc/lsb-release is broken at x86_64
Summary: /etc/lsb-release is broken at x86_64
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: RC 1
Hardware: x86-64 SUSE Other
: P5 - None : Critical
Target Milestone: ---
Assignee: Andreas Jaeger
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-08 16:52 UTC by Petr Mladek
Modified: 2005-09-09 09:47 UTC (History)
0 users

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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"