update version to 0.8.1

This commit is contained in:
fuanan 2021-09-24 12:31:29 +08:00
parent 378c25ed54
commit ed4503dccf
3 changed files with 8 additions and 1 deletions

Binary file not shown.

BIN
libcap-ng-0.8.1.tar.gz Normal file

Binary file not shown.

View File

@ -2,7 +2,7 @@
Summary: Libcap-ng is a library used for posix capabilities programming
Name: libcap-ng
Version: 0.7.11
Version: 0.8.1
Release: 1
License: LGPLv2+ and GPLv2+
URL: http://people.redhat.com/sgrubb/libcap-ng
@ -72,11 +72,14 @@ make check
%license COPYING.LIB COPYING
%attr(0755,root,root) %{_bindir}/*
/%{_lib}/libcap-ng.so.*
/%{_lib}/libdrop_ambient.so.*
%files devel
%attr(0644,root,root) %{_includedir}/cap-ng.h
%{_libdir}/libcap-ng.so
%{_libdir}/libcap-ng.a
/%{_lib}/libdrop_ambient.so
/%{_lib}/libdrop_ambient.a
%attr(0644,root,root) %{_datadir}/aclocal/cap-ng.m4
%{_libdir}/pkgconfig/libcap-ng.pc
@ -86,9 +89,13 @@ make check
%files help
%attr(0644,root,root) %{_mandir}/man3/*
%attr(0644,root,root) %{_mandir}/man7/*
%attr(0644,root,root) %{_mandir}/man8/*
%changelog
* Fri Sep 24 2021 fuanan <fuanan3@huawei.com> - 0.8.1-1
- update version to 0.8.1
* Thu Jan 21 2021 wangchen<wangchen137@huawei.com> - 0.7.11-1
- Type:enhancement
- ID:NA