add filesystem guard

This commit is contained in:
Harald Hoyer 2012-01-25 21:10:39 +01:00
parent f483664ab1
commit f090bce09e

View File

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