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
|
%files
|
||||||
%license License
|
%license License
|
||||||
%doc doc/capability.md
|
%doc doc/capability.md
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libcap.so.2{,.*}
|
||||||
|
%{_libdir}/libpsx.so.2{,.*}
|
||||||
%{_sbindir}/{capsh,getcap,getpcaps,setcap}
|
%{_sbindir}/{capsh,getcap,getpcaps,setcap}
|
||||||
%{_mandir}/man1/capsh.1*
|
%{_mandir}/man1/capsh.1*
|
||||||
%{_mandir}/man8/{getcap,getpcaps,setcap}.8*
|
%{_mandir}/man8/{getcap,getpcaps,setcap}.8*
|
||||||
@ -89,9 +90,15 @@ chmod +x %{buildroot}/%{_libdir}/*.so.*
|
|||||||
%{_libdir}/libpsx.a
|
%{_libdir}/libpsx.a
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/*
|
%{_includedir}/sys/capability.h
|
||||||
%{_libdir}/*.so
|
%{_includedir}/sys/psx_syscall.h
|
||||||
%{_mandir}/man3/*.3*
|
%{_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
|
%{_libdir}/pkgconfig/{libcap,libpsx}.pc
|
||||||
|
|
||||||
%files -n captree
|
%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
|
* 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 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>)
|
- 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
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.48-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user