From 828ca0d4a3af818523761c0cc5d15c0e1d9ce678 Mon Sep 17 00:00:00 2001 From: Ondřej Vašík Date: Apr 18 2013 08:11:55 +0000 Subject: remove the rpmlib(X-CheckUnifiedSystemdir) requirement hack - no longer required --- diff --git a/filesystem.spec b/filesystem.spec index 63c6e60..59159d2 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: 11%{?dist} +Release: 12%{?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 3.2-12 +- remove the rpmlib(X-CheckUnifiedSystemdir) requirement + hack - no longer required + * Mon Apr 08 2013 Ondrej Vasik 3.2-11 - do not handle AArch64 differently (#917804)