Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
60364956ec |
1 changed files with 4 additions and 4 deletions
|
|
@ -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.47
|
Version: 2.4.47
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
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
|
||||||
|
|
||||||
|
|
@ -40,9 +40,6 @@ Group: Development/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Requires: libattr = %{version}-%{release}
|
Requires: libattr = %{version}-%{release}
|
||||||
|
|
||||||
# provides {,f,l}{get,list,remove,set}xattr.2 man pages
|
|
||||||
Requires: man-pages
|
|
||||||
|
|
||||||
%description -n libattr-devel
|
%description -n libattr-devel
|
||||||
This package contains header files and documentation needed to
|
This package contains header files and documentation needed to
|
||||||
develop programs which make use of extended attributes.
|
develop programs which make use of extended attributes.
|
||||||
|
|
@ -132,6 +129,9 @@ rmdir "$RPM_BUILD_ROOT%{_mandir}/man2"
|
||||||
%config(noreplace) %{_sysconfdir}/xattr.conf
|
%config(noreplace) %{_sysconfdir}/xattr.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 14 2015 Kamil Dudka <kdudka@redhat.com> 2.4.47-10
|
||||||
|
- make libattr-devel not require man-pages (#1262605)
|
||||||
|
|
||||||
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.47-9
|
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.47-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue