diff --git a/libcap-ng-0.7.10.tar.gz b/libcap-ng-0.7.10.tar.gz deleted file mode 100644 index 4b99d0a..0000000 --- a/libcap-ng-0.7.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a84ca7b4e0444283ed269b7a29f5b6187f647c82e2b876636b49b9a744f0ffbf -size 450243 diff --git a/libcap-ng-0.7.11.tar.gz b/libcap-ng-0.7.11.tar.gz new file mode 100644 index 0000000..958c6de --- /dev/null +++ b/libcap-ng-0.7.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85815c711862d01a440db471f12fba462c9949e923966f5859607e652d9c0ae9 +size 450541 diff --git a/libcap-ng-python.changes b/libcap-ng-python.changes index 94c473f..b7b8bff 100644 --- a/libcap-ng-python.changes +++ b/libcap-ng-python.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Dec 9 22:05:19 UTC 2021 - Ferdinand Thiessen + +- Update to 0.7.11 + * Really clear bounding set if asked in capng_change_id + * Add CAP_PERFMON, CAP_BPF, & CAP_CHECKPOINT_RESTORE + * Avoid malloc/free in capng_apply (Natanael Copa) + * If procfs is not available, get bounding set via prctl + ------------------------------------------------------------------- Tue May 12 12:33:10 UTC 2020 - Paolo Stivanin diff --git a/libcap-ng-python.spec b/libcap-ng-python.spec index 881217a..45f0abd 100644 --- a/libcap-ng-python.spec +++ b/libcap-ng-python.spec @@ -1,7 +1,7 @@ # # spec file for package libcap-ng-python # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %bcond_without python2 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: libcap-ng-python -Version: 0.7.10 +Version: 0.7.11 Release: 0 Summary: An alternate Linux/POSIX capabilities library License: LGPL-2.1-or-later @@ -59,7 +59,6 @@ Requires: libcap-ng%{sover} = %{version} The libcap-ng-python package contains the bindings so that libcap-ng and can be used by Python applications. - %prep %setup -q -n libcap-ng-%{version} diff --git a/libcap-ng.changes b/libcap-ng.changes index 35e4e13..51ccd08 100644 --- a/libcap-ng.changes +++ b/libcap-ng.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Dec 9 22:05:19 UTC 2021 - Ferdinand Thiessen + +- Update to 0.7.11 + * Really clear bounding set if asked in capng_change_id + * Add CAP_PERFMON, CAP_BPF, & CAP_CHECKPOINT_RESTORE + * Avoid malloc/free in capng_apply (Natanael Copa) + * If procfs is not available, get bounding set via prctl +- Removed unneeded rules from rpmlintrc + ------------------------------------------------------------------- Tue May 12 12:31:39 UTC 2020 - Paolo Stivanin diff --git a/libcap-ng.rpmlintrc b/libcap-ng.rpmlintrc index 908e6ce..c5064b3 100644 --- a/libcap-ng.rpmlintrc +++ b/libcap-ng.rpmlintrc @@ -1,4 +1 @@ -addFilter("libcap-ng-utils.*: W: shlib-policy-missing-lib") -addFilter("libcap-ng-utils.*: W: shlib-policy-nonversioned-dir .*") -addFilter("python-capng..*: W: files-duplicate /usr/lib.*/python.*/site-packages/.*") addFilter("libcap-ng-devel..*: W: no-dependency-on libcap-ng/libcap-ng-libs/liblibcap-ng") diff --git a/libcap-ng.spec b/libcap-ng.spec index 54d3b73..2703cc3 100644 --- a/libcap-ng.spec +++ b/libcap-ng.spec @@ -1,7 +1,7 @@ # # spec file for package libcap-ng # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define sover 0 Name: libcap-ng -Version: 0.7.10 +Version: 0.7.11 Release: 0 Summary: An alternate Linux/POSIX capabilities library License: LGPL-2.1-or-later