[filesystem/f19] remove the rpmlib(X-CheckUnifiedSystemdir) requirement hack - no longer required

Ondrej Vasik ovasik at fedoraproject.org
Thu Apr 18 08:22:25 UTC 2013


commit 9e928ec0c3dcbdac476922ddfbfe8e6b42180e8a
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Thu Apr 18 10:22:14 2013 +0200

    remove the rpmlib(X-CheckUnifiedSystemdir) requirement hack - no longer required

 filesystem.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/filesystem.spec b/filesystem.spec
index b7db21c..c27c7e2 100644
--- a/filesystem.spec
+++ b/filesystem.spec
@@ -1,7 +1,7 @@
 Summary: The basic directory layout for a Linux system
 Name: filesystem
 Version: 3.2
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: Public Domain
 URL: https://fedorahosted.org/filesystem
 Group: System Environment/Base
@@ -12,10 +12,6 @@ Source3: iso_3166.sed
 BuildRequires: iso-codes
 Requires(pre): setup
 
-# RPM runtime check in the buildroot; this ensures we can not install the
-# incompatible filesystem.rpm on unconverted systems
-Requires: rpmlib(X-CheckUnifiedSystemdir)
-
 %description
 The filesystem package is one of the basic packages that is installed
 on a Linux system. Filesystem contains the basic directory layout
@@ -237,6 +233,10 @@ posix.symlink("../run/lock", "/var/lock")
 /var/yp
 
 %changelog
+* Thu Apr 18 2013 Ondrej Vasik <ovasik at redhat.com> 3.2-9
+- remove the rpmlib(X-CheckUnifiedSystemdir) requirement
+  hack - no longer required
+
 * Mon Apr 08 2013 Ondrej Vasik <ovasik at redhat.com> 3.2-8
 - do not handle AArch64 differently (#917804)
 


More information about the scm-commits mailing list