SHA256
1
0
forked from pool/libcap-ng
Dominique Leuenberger 2020-05-13 20:55:00 +00:00 committed by Git OBS Bridge
commit 9b1525e09a
6 changed files with 34 additions and 9 deletions

3
libcap-ng-0.7.10.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a84ca7b4e0444283ed269b7a29f5b6187f647c82e2b876636b49b9a744f0ffbf
size 450243

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4a1532bcf3731aade40936f6d6a586ed5a66ca4c7455e1338d1f6c3e09221328
size 449038

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue May 12 12:33:10 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
- Update to 0.7.10:
* Update capng_change_id man page
* Add capng_have_permitted_capabilities function
* Update filecap to output which set the capabilities are in
* Fix filecap to not output an error when a file has no capabilities
* Add udplite support to netcap
* Fix usage of pthread_atfork (Joe Orton)
* Mark processes in child user namespaces with * (Danila Kiver)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 20 10:28:46 UTC 2018 - tchvatal@suse.com Tue Feb 20 10:28:46 UTC 2018 - tchvatal@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package libcap-ng-python # spec file for package libcap-ng-python
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -20,12 +20,12 @@
%bcond_without python2 %bcond_without python2
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: libcap-ng-python Name: libcap-ng-python
Version: 0.7.9 Version: 0.7.10
Release: 0 Release: 0
Summary: An alternate Linux/POSIX capabilities library Summary: An alternate Linux/POSIX capabilities library
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Url: https://people.redhat.com/sgrubb/libcap-ng URL: https://people.redhat.com/sgrubb/libcap-ng
Source0: https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-%{version}.tar.gz Source0: https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-%{version}.tar.gz
Source1: baselibs.conf Source1: baselibs.conf
Source99: libcap-ng.rpmlintrc Source99: libcap-ng.rpmlintrc

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue May 12 12:31:39 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
- Update to 0.7.10:
* Update capng_change_id man page
* Add capng_have_permitted_capabilities function
* Update filecap to output which set the capabilities are in
* Fix filecap to not output an error when a file has no capabilities
* Add udplite support to netcap
* Fix usage of pthread_atfork (Joe Orton)
* Mark processes in child user namespaces with * (Danila Kiver)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 8 11:05:37 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org> Thu Aug 8 11:05:37 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package libcap-ng # spec file for package libcap-ng
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,12 +18,12 @@
%define sover 0 %define sover 0
Name: libcap-ng Name: libcap-ng
Version: 0.7.9 Version: 0.7.10
Release: 0 Release: 0
Summary: An alternate Linux/POSIX capabilities library Summary: An alternate Linux/POSIX capabilities library
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Url: https://people.redhat.com/sgrubb/libcap-ng URL: https://people.redhat.com/sgrubb/libcap-ng
Source0: https://people.redhat.com/sgrubb/%{name}/%{name}-%{version}.tar.gz Source0: https://people.redhat.com/sgrubb/%{name}/%{name}-%{version}.tar.gz
Source1: baselibs.conf Source1: baselibs.conf
Source99: libcap-ng.rpmlintrc Source99: libcap-ng.rpmlintrc
@ -70,6 +70,7 @@ lets you set the filesystem-based capabilities.
%setup -q %setup -q
%build %build
export LDFLAGS="$LDFLAGS -lpthread"
%configure \ %configure \
--disable-static \ --disable-static \
--without-python --without-python