Make file lists more explicit to avoid accidental ABI changes
This commit is contained in:
parent
75bb5af48b
commit
34559e0319
16
libcap.spec
16
libcap.spec
@ -78,7 +78,8 @@ chmod +x %{buildroot}/%{_libdir}/*.so.*
|
||||
%files
|
||||
%license License
|
||||
%doc doc/capability.md
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/libcap.so.2{,.*}
|
||||
%{_libdir}/libpsx.so.2{,.*}
|
||||
%{_sbindir}/{capsh,getcap,getpcaps,setcap}
|
||||
%{_mandir}/man1/capsh.1*
|
||||
%{_mandir}/man8/{getcap,getpcaps,setcap}.8*
|
||||
@ -89,9 +90,15 @@ chmod +x %{buildroot}/%{_libdir}/*.so.*
|
||||
%{_libdir}/libpsx.a
|
||||
|
||||
%files devel
|
||||
%{_includedir}/*
|
||||
%{_libdir}/*.so
|
||||
%{_mandir}/man3/*.3*
|
||||
%{_includedir}/sys/capability.h
|
||||
%{_includedir}/sys/psx_syscall.h
|
||||
%{_libdir}/libcap.so
|
||||
%{_libdir}/libpsx.so
|
||||
%{_mandir}/man3/cap*.3*
|
||||
%{_mandir}/man3/libcap.3*
|
||||
%{_mandir}/man3/libpsx.3*
|
||||
%{_mandir}/man3/psx_*.3*
|
||||
%{_mandir}/man3/__psx_syscall.3*
|
||||
%{_libdir}/pkgconfig/{libcap,libpsx}.pc
|
||||
|
||||
%files -n captree
|
||||
@ -103,6 +110,7 @@ chmod +x %{buildroot}/%{_libdir}/*.so.*
|
||||
* Mon Nov 06 2023 Carlos Rodriguez-Fernandez <carlosrodrifernandez@gmail.com> - 2.69-1
|
||||
- Update to 2.69 (with contribs from Yanko Kaneti <yaneti@declera.com>, and Andrew G. Morgan <morgan@kernel.org>)
|
||||
- Update license to SPDX (by Anderson Toshiyuki Sasaki <ansasaki@redhat.com>)
|
||||
- Make file lists more explicit to avoid accidental ABI changes (Dominik Mierzejewski <dominik@greysector.net>)
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.48-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user