rpms/attr/devel attr.spec,1.36,1.37

Kamil Dudka kdudka at fedoraproject.org
Tue Jan 5 13:28:13 UTC 2010


Author: kdudka

Update of /cvs/extras/rpms/attr/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21519

Modified Files:
	attr.spec 
Log Message:
- cleanup in BuildRequires


Index: attr.spec
===================================================================
RCS file: /cvs/extras/rpms/attr/devel/attr.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- attr.spec	25 Nov 2009 18:54:23 -0000	1.36
+++ attr.spec	5 Jan 2010 13:28:12 -0000	1.37
@@ -1,7 +1,7 @@
 Summary: Utilities for managing filesystem extended attributes
 Name: attr
 Version: 2.4.44
-Release: 1%{?dist}
+Release: 2%{?dist}
 Conflicts: xfsdump < 2.0.0
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Source: ftp://oss.sgi.com/projects/xfs/cmd_tars/attr-%{version}.src.tar.gz
@@ -11,7 +11,8 @@ Patch3: attr-2.4.43-leak.patch
 License: GPLv2+
 URL: http://oss.sgi.com/projects/xfs/
 Group: System Environment/Base
-BuildRequires: autoconf, libtool >= 1.5, gettext
+BuildRequires: gettext
+BuildRequires: libtool
 
 %description
 A set of tools for manipulating extended attributes on filesystem
@@ -57,6 +58,8 @@ you'll also want to install attr.
 # figure out how to chmod and how to install perl.  :-)
 %patch1 -p1
 %patch2 -p1
+
+# applied upstream
 %patch3 -p1
 
 autoconf
@@ -113,6 +116,10 @@ rm -rf $RPM_BUILD_ROOT
 /%{_lib}/libattr.so.*
 
 %changelog
+* Wed Nov 25 2009 Kamil Dudka <kdudka at redhat.com> 2.4.44-2
+- cleanup in BuildRequires
+- ...
+
 * Wed Nov 25 2009 Kamil Dudka <kdudka at redhat.com> 2.4.44-1
 - new upstream release
 




More information about the fedora-extras-commits mailing list