diff --git a/libcap-ng-0.8.2.tar.gz b/libcap-ng-0.8.2.tar.gz deleted file mode 100644 index 9eb618e6661c0293eeb73a2e2e7103825d3aa8c3..0000000000000000000000000000000000000000 Binary files a/libcap-ng-0.8.2.tar.gz and /dev/null differ diff --git a/libcap-ng-0.8.3.tar.gz b/libcap-ng-0.8.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..39c2461d152f1edd25ef8e97ead65a084c71dbe3 Binary files /dev/null and b/libcap-ng-0.8.3.tar.gz differ diff --git a/libcap-ng.spec b/libcap-ng.spec index 4d54bd5ef48e2c4a48fe6078eb63c3a98492ea07..99bdaf6593a8f845b3357f50310ee9f28fe9b0dd 100644 --- a/libcap-ng.spec +++ b/libcap-ng.spec @@ -1,6 +1,8 @@ +%define anolis_release 1 + Name: libcap-ng -Version: 0.8.2 -Release: 1%{?dist} +Version: 0.8.3 +Release: %{anolis_release}%{?dist} Summary: Alternate posix capabilities library License: LGPLv2+ @@ -14,7 +16,7 @@ Libcap-ng is a library that makes using posix capabilities easier %package devel Summary: Development files for %{name} -Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: %{name} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for @@ -25,7 +27,7 @@ Summary: Python3 bindings for libcap-ng library License: LGPLv2+ BuildRequires: python3-devel swig BuildRequires: make -Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: %{name} = %{version}-%{release} %description python3 The libcap-ng-python3 package contains the bindings so that libcap-ng @@ -34,7 +36,7 @@ and can be used by python3 applications. %package utils Summary: Utilities for analyzing and setting file capabilities License: GPLv2+ -Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: %{name} = %{version}-%{release} %description utils The libcap-ng-utils package contains applications to analyze the @@ -85,5 +87,8 @@ make check %attr(0644,root,root) %{_mandir}/man8/* %changelog +* Thu Sep 22 2022 mgb01105731 - 0.8.3-1 +- update to 0.8.3 + * Thu Mar 10 2022 forrest_ly - 0.8.2-1 - Init for Anolis OS 23