Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
dab772e4fb |
@ -1,7 +1,7 @@
|
|||||||
Summary: The basic directory layout for a Linux system
|
Summary: The basic directory layout for a Linux system
|
||||||
Name: filesystem
|
Name: filesystem
|
||||||
Version: 3.2
|
Version: 3.2
|
||||||
Release: 34%{?dist}
|
Release: 35%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
URL: https://fedorahosted.org/filesystem
|
URL: https://fedorahosted.org/filesystem
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -178,7 +178,7 @@ restorecon /media 2>/dev/null >/dev/null || :
|
|||||||
/etc/bash_completion.d/
|
/etc/bash_completion.d/
|
||||||
/home
|
/home
|
||||||
/lib
|
/lib
|
||||||
%ifarch x86_64 ppc64 sparc64 s390x aarch64 ppc64le
|
%ifarch x86_64 ppc64 sparc64 s390x aarch64 ppc64le mips64 mips64el
|
||||||
/%{_lib}
|
/%{_lib}
|
||||||
%endif
|
%endif
|
||||||
/media
|
/media
|
||||||
@ -209,7 +209,7 @@ restorecon /media 2>/dev/null >/dev/null || :
|
|||||||
%ghost /usr/lib/debug/sbin
|
%ghost /usr/lib/debug/sbin
|
||||||
%attr(555,root,root) /usr/lib/games
|
%attr(555,root,root) /usr/lib/games
|
||||||
%attr(555,root,root) /usr/lib/sse2
|
%attr(555,root,root) /usr/lib/sse2
|
||||||
%ifarch x86_64 ppc64 sparc64 s390x aarch64 ppc64le
|
%ifarch x86_64 ppc64 sparc64 s390x aarch64 ppc64le mips64 mips64el
|
||||||
%attr(555,root,root) /usr/%{_lib}
|
%attr(555,root,root) /usr/%{_lib}
|
||||||
%else
|
%else
|
||||||
%attr(555,root,root) /usr/lib/tls
|
%attr(555,root,root) /usr/lib/tls
|
||||||
@ -272,6 +272,9 @@ restorecon /media 2>/dev/null >/dev/null || :
|
|||||||
/var/yp
|
/var/yp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 04 2015 Michal Toman <mtoman@fedoraproject.org> - 3.2-35
|
||||||
|
- add mips64 and mips64el to the 64-bit arches
|
||||||
|
|
||||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2-34
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2-34
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user