new upstream release: attr-2.4.46

This commit is contained in:
Kamil Dudka 2011-04-21 17:04:28 +02:00
parent c8f3fff143
commit 3175254726
6 changed files with 6 additions and 12 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
attr-2.4.44.src.tar.gz
/attr-2.4.45.src.tar.gz
/attr-2.4.46.src.tar.gz

Binary file not shown.

BIN
attr-2.4.46.src.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,14 +1,11 @@
Summary: Utilities for managing filesystem extended attributes
Name: attr
Version: 2.4.45
Version: 2.4.46
Release: 1%{?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
# a file available in the upstream git repo, but not in the release
Source2: sort-getfattr-output
# make it ready for rpmbuild
Patch1: attr-2.4.32-build.patch
@ -79,9 +76,6 @@ you'll also want to install attr.
%patch8 -p1
%patch9 -p1
# test-suite helper script
install -m0755 %{SOURCE2} test/
%build
# attr abuses libexecdir
%configure --libdir=/%{_lib} --libexecdir=%{_libdir}
@ -155,6 +149,9 @@ rm -rf $RPM_BUILD_ROOT
/%{_lib}/libattr.so.*
%changelog
* Thu Apr 21 2011 Kamil Dudka <kdudka@redhat.com> 2.4.46-1
- new upstream release
* Tue Apr 19 2011 Kamil Dudka <kdudka@redhat.com> 2.4.45-1
- new upstream release

View File

@ -1,4 +0,0 @@
#! /usr/bin/perl -w
undef $/;
print join("\n\n", sort split(/\n\n/, <>)), "\n\n";

View File

@ -1 +1 @@
039736319461e84c975b264e9c0ffd72 attr-2.4.45.src.tar.gz
db557c17fdfa4f785333ecda08654010 attr-2.4.46.src.tar.gz