[attr] add filesystem guard

Harald Hoyer harald at fedoraproject.org
Wed Jan 25 20:10:44 UTC 2012


commit f090bce09ebbdfb107bcf613bfaca032e9782e73
Author: Harald Hoyer <harald at redhat.com>
Date:   Wed Jan 25 21:10:39 2012 +0100

    add filesystem guard

 attr.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/attr.spec b/attr.spec
index 6b1cb9d..bf476ef 100644
--- a/attr.spec
+++ b/attr.spec
@@ -1,7 +1,7 @@
 Summary: Utilities for managing filesystem extended attributes
 Name: attr
 Version: 2.4.46
-Release: 4%{?dist}
+Release: 5%{?dist}
 Conflicts: xfsdump < 2.0.0
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Source: http://download.savannah.gnu.org/releases-noredirect/attr/attr-%{version}.src.tar.gz
@@ -41,7 +41,7 @@ with the SGI IRIX tool of the same name.
 Summary: Dynamic library for extended attribute support
 Group: System Environment/Libraries
 License: LGPLv2+
-#Conflicts: filesystem < 3
+Conflicts: filesystem < 3
 
 %description -n libattr
 This package contains the libattr.so dynamic library which contains
@@ -146,6 +146,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libattr.so.*
 
 %changelog
+* Wed Jan 25 2012 Harald Hoyer <harald at redhat.com> 2.4.46-5
+- add filesystem guard
+
 * Wed Jan 25 2012 Harald Hoyer <harald at redhat.com> 2.4.46-4
 - install everything in /usr
   https://fedoraproject.org/wiki/Features/UsrMove


More information about the scm-commits mailing list