automatic update by autodist [release 0.7.7-1mamba;Mon May 18 2015]

This commit is contained in:
Automatic Build System 2024-01-06 03:57:23 +01:00
parent 7b44f91189
commit 4ee2b195c1

View File

@ -1,5 +1,5 @@
Name: libcap-ng
Version: 0.7.4
Version: 0.7.7
Release: 1mamba
Summary: An alternate posix capabilities library
Group: System/Libraries
@ -45,6 +45,17 @@ The library has some utilities to help you analyse a system for apps that may ha
This package contains the bindings so that libcap-ng and can be used by python applications.
%package -n python3-libcap-ng
Group: Development/Libraries
Summary: Python 3 bindings for libcap-ng library
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n python3-libcap-ng
The libcap-ng library should make programming with posix capabilities easier.
The library has some utilities to help you analyse a system for apps that may have too much privileges.
This package contains the bindings so that libcap-ng and can be used by python applications.
%package utils
Group: Development/Libraries
Summary: Utilities for analysing and setting file capabilities
@ -104,6 +115,12 @@ rm -f %{buildroot}/%{python_sitearch}/_capng.la
%attr(644,root,root) %{python_sitearch}/capng.pyc
%attr(644,root,root) %{python_sitearch}/capng.pyo
%files -n python3-libcap-ng
%defattr(-,root,root)
%{python3_sitearch}/_capng.la
%{python3_sitearch}/_capng.so
%{python3_sitearch}/capng.py
%files utils
%defattr(-,root,root)
%attr(755,root,root) %{_bindir}/captest
@ -114,6 +131,9 @@ rm -f %{buildroot}/%{python_sitearch}/_capng.la
%doc COPYING
%changelog
* Mon May 18 2015 Automatic Build System <autodist@mambasoft.it> 0.7.7-1mamba
- automatic update by autodist
* Fri Apr 25 2014 Automatic Build System <autodist@mambasoft.it> 0.7.4-1mamba
- automatic update by autodist