[gzip] add filesystem guard

Harald Hoyer harald at fedoraproject.org
Wed Jan 25 20:12:16 UTC 2012


commit 85ae3d2a4e246b0df3784db99e18d26317cc6e51
Author: Harald Hoyer <harald at redhat.com>
Date:   Wed Jan 25 21:12:11 2012 +0100

    add filesystem guard

 gzip.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gzip.spec b/gzip.spec
index a0ab365..8d5bbbb 100644
--- a/gzip.spec
+++ b/gzip.spec
@@ -1,7 +1,7 @@
 Summary: The GNU data compression program
 Name: gzip
 Version: 1.4
-Release: 5%{?dist}
+Release: 6%{?dist}
 # info pages are under GFDL license
 License: GPLv3+ and GFDL
 Group: Applications/File
@@ -25,7 +25,7 @@ URL: http://www.gzip.org/
 Requires: /sbin/install-info
 Requires: coreutils
 BuildRequires: texinfo
-#Conflicts: filesystem < 3
+Conflicts: filesystem < 3
 Provides: /bin/gunzip
 Provides: /bin/gzip
 Provides: /bin/zcat
@@ -89,6 +89,9 @@ fi
 %{_infodir}/gzip.info*
 
 %changelog
+* Wed Jan 25 2012 Harald Hoyer <harald at redhat.com> 1.4-6
+- add filesystem guard
+
 * Wed Jan 25 2012 Harald Hoyer <harald at redhat.com> 1.4-5
 - install everything in /usr
   https://fedoraproject.org/wiki/Features/UsrMove


More information about the scm-commits mailing list