new upstream release: attr-2.4.46
This commit is contained in:
parent
c8f3fff143
commit
3175254726
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
BIN
attr-2.4.46.src.tar.gz.sig
Normal file
Binary file not shown.
11
attr.spec
11
attr.spec
@ -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
|
||||
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
#! /usr/bin/perl -w
|
||||
|
||||
undef $/;
|
||||
print join("\n\n", sort split(/\n\n/, <>)), "\n\n";
|
||||
Loading…
Reference in New Issue
Block a user