update to 1.2.9

This commit is contained in:
zhangfan 2022-07-14 17:05:51 +08:00
parent 6657850793
commit dbc77af227
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
uid_wrapper-1.2.9.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: uid_wrapper Name: uid_wrapper
Version: 1.2.4 Version: 1.2.9
Release: 5 Release: 1
Summary: A wrapper for privilege separation Summary: A wrapper for privilege separation
License: GPLv3+ License: GPLv3+
URL: http://cwrap.org/ URL: http://cwrap.org/
@ -52,7 +52,7 @@ cd obj
make test || find Testing -name "*.log" | xargs cat make test || find Testing -name "*.log" | xargs cat
%files %files
%doc AUTHORS README ChangeLog COPYING %doc AUTHORS ChangeLog
%{_libdir}/libuid_wrapper.so* %{_libdir}/libuid_wrapper.so*
%{_libdir}/cmake/uid_wrapper/* %{_libdir}/cmake/uid_wrapper/*
%{_libdir}/pkgconfig/uid_wrapper.pc %{_libdir}/pkgconfig/uid_wrapper.pc
@ -61,6 +61,9 @@ make test || find Testing -name "*.log" | xargs cat
%{_mandir}/man1/uid_wrapper.1* %{_mandir}/man1/uid_wrapper.1*
%changelog %changelog
* Wed Jul 20 2022 zhangfan <zhangfan4@kylinos.cn> - 1.2.9-1
- Update to 1.2.9
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 1.2.4-5 * Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 1.2.4-5
- Completing build dependencies to fix gcc compiler missing error - Completing build dependencies to fix gcc compiler missing error