[gettext] add filesystem guard

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


commit 9c9f4d13f09709e67f9a50d14d2e93bab1bcf336
Author: Harald Hoyer <harald at redhat.com>
Date:   Wed Jan 25 21:11:56 2012 +0100

    add filesystem guard

 gettext.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gettext.spec b/gettext.spec
index 594187b..9bae72a 100644
--- a/gettext.spec
+++ b/gettext.spec
@@ -6,7 +6,7 @@
 Summary: GNU libraries and utilities for producing multi-lingual messages
 Name: gettext
 Version: 0.18.1.1
-Release: 11%{?dist}
+Release: 12%{?dist}
 License: GPLv3+ and LGPLv2+
 Group: Development/Tools
 URL: http://www.gnu.org/software/gettext/
@@ -43,7 +43,7 @@ BuildRequires: libcroco-devel
 BuildRequires: libunistring-devel
 Requires(post): info
 Requires(preun): info
-#Conflicts: filesystem < 3
+Conflicts: filesystem < 3
 Provides: /bin/gettext
 Patch1: gettext-readlink-einval.patch
 
@@ -331,6 +331,9 @@ fi
 %{_emacs_sitelispdir}/%{name}/*.el
 
 %changelog
+* Wed Jan 25 2012 Harald Hoyer <harald at redhat.com> 0.18.1.1-12
+- add filesystem guard
+
 * Wed Jan 25 2012 Harald Hoyer <harald at redhat.com> 0.18.1.1-11
 - install everything in /usr
   https://fedoraproject.org/wiki/Features/UsrMove


More information about the scm-commits mailing list