- add disttag
- fix changelog - fix defattr
This commit is contained in:
parent
a2ea56fe92
commit
d3432d6422
13
libcap.spec
13
libcap.spec
@ -1,6 +1,6 @@
|
||||
Name: libcap
|
||||
Version: 1.10
|
||||
Release: 31
|
||||
Release: 32%{?dist}
|
||||
Summary: Library for getting and setting POSIX.1e capabilities
|
||||
Source: ftp://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/%{name}-%{version}.tar.bz2
|
||||
Source1: http://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/capfaq-0.2.txt
|
||||
@ -70,13 +70,13 @@ chmod +x ${RPM_BUILD_ROOT}/%{_lib}/*.so.*
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%defattr(-,root,root,-)
|
||||
/%{_lib}/*.so.*
|
||||
%{_sbindir}/*
|
||||
%doc doc/capability.notes doc/capfaq-0.2.txt License
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/*
|
||||
/%{_lib}/*.so
|
||||
%{_mandir}/man2/*
|
||||
@ -86,7 +86,12 @@ chmod +x ${RPM_BUILD_ROOT}/%{_lib}/*.so.*
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
%changelog
|
||||
* Mon Jan 14 2008 Karsten Hopp <karsten@redhat.com> 1.10-30
|
||||
* Tue Jan 15 2008 Karsten Hopp <karsten@redhat.com> 1.10-32
|
||||
- add disttag
|
||||
- fix changelog
|
||||
- fix defattr
|
||||
|
||||
* Mon Jan 14 2008 Karsten Hopp <karsten@redhat.com> 1.10-31
|
||||
- use cp -p in spec file to preserve file attributes (#225992)
|
||||
- add license file
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user