forked from pool/filesystem
Updating link to change in openSUSE:Factory/filesystem revision 50.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/filesystem?expand=0&rev=5995aee04cf11d54dd805f4a14ef48ab
This commit is contained in:
parent
647e503834
commit
178fdb9878
@ -3,6 +3,13 @@ Wed Dec 9 18:46:00 CET 2009 - ro@suse.de
|
||||
|
||||
- added ms_my (bnc#561174)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 8 10:35:55 CET 2009 - jengelh@medozas.de
|
||||
|
||||
- Add /usr/$march directories for SPARC. Will be packaging both
|
||||
sparc-suse-linux and sparc64-suse-linux because the compiler
|
||||
suite is usually configured with the latter on this arch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 14:56:55 CET 2009 - ro@suse.de
|
||||
|
||||
|
@ -24,7 +24,7 @@ Group: System/Fhs
|
||||
AutoReqProv: on
|
||||
Summary: Basic Directory Layout
|
||||
Version: 11.2
|
||||
Release: 14
|
||||
Release: 15
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Obsoletes: aaa_dir
|
||||
Provides: aaa_dir
|
||||
@ -75,6 +75,9 @@ for march in \
|
||||
%ifarch %ix86
|
||||
i586-suse-linux \
|
||||
%else
|
||||
%ifarch %sparc
|
||||
sparc-suse-linux sparc64-suse-linux \
|
||||
%else
|
||||
%ifarch ppc
|
||||
powerpc-suse-linux \
|
||||
%else
|
||||
@ -88,6 +91,7 @@ powerpc64-suse-linux \
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
; do
|
||||
create_dir 0755 root root /usr/$march
|
||||
|
Loading…
Reference in New Issue
Block a user