enable filesystem conversion guard
This commit is contained in:
parent
4dd7fd5d27
commit
b042fb96ce
@ -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
|
Version: 3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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
|
||||||
@ -12,9 +12,9 @@ Source3: iso_3166.sed
|
|||||||
BuildRequires: iso-codes
|
BuildRequires: iso-codes
|
||||||
Requires(pre): setup
|
Requires(pre): setup
|
||||||
|
|
||||||
# old installations; this ensures we can not install the incompatible
|
# RPM runtime check in the buildroot; this ensures we can not install the
|
||||||
# filesystem.rpm on unconverted systems
|
# incompatible filesystem.rpm on unconverted systems
|
||||||
#Requires: rpmlib(X-CheckUnifiedSystemdir) >= 1
|
Requires: rpmlib(X-CheckUnifiedSystemdir)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The filesystem package is one of the basic packages that is installed
|
The filesystem package is one of the basic packages that is installed
|
||||||
@ -227,6 +227,10 @@ posix.symlink("../run/lock", "/var/lock")
|
|||||||
/var/yp
|
/var/yp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 3 2012 Kay Sievers <kay@redhat.com> 3-2
|
||||||
|
- enable guard against unconverted /bin, /sbin, /lib*
|
||||||
|
directories in the filesystem
|
||||||
|
|
||||||
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 3-1
|
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 3-1
|
||||||
- install everything in /usr
|
- install everything in /usr
|
||||||
https://fedoraproject.org/wiki/Features/UsrMove
|
https://fedoraproject.org/wiki/Features/UsrMove
|
||||||
|
Loading…
Reference in New Issue
Block a user