!3 update to 1.6.1

Merge pull request !3 from nettingsisyphus/mycode
This commit is contained in:
openeuler-ci-bot 2020-05-12 19:56:43 +08:00 committed by Gitee
commit 62f1ee3d97
3 changed files with 7 additions and 2 deletions

Binary file not shown.

BIN
keyutils-1.6.1.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: keyutils Name: keyutils
Version: 1.5.10 Version: 1.6.1
Release: 11 Release: 1
Summary: Utilities of Linux Key Management Summary: Utilities of Linux Key Management
License: GPLv2+ and LGPLv2+ License: GPLv2+ and LGPLv2+
@ -11,6 +11,7 @@ Patch9000: bugfix-fix-argv-string-out-of-bounds.patch
BuildRequires: gcc gdb BuildRequires: gcc gdb
BuildRequires: glibc-kernheaders >= 2.4-9.1.92 BuildRequires: glibc-kernheaders >= 2.4-9.1.92
Requires: %{name}-libs = %{version}-%{release}
%description %description
The keyutils contains the kernel key management facility and provides the The keyutils contains the kernel key management facility and provides the
@ -89,11 +90,15 @@ make \
%files libs-devel %files libs-devel
%{_libdir}/libkeyutils.so %{_libdir}/libkeyutils.so
%{_includedir}/* %{_includedir}/*
%{_libdir}/pkgconfig/libkeyutils.pc
%files help %files help
%{_mandir}/man*/* %{_mandir}/man*/*
%changelog %changelog
* Thu Apr 16 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.6.1-1
- update to 1.6.1
* Sat Mar 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.5.10-11 * Sat Mar 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.5.10-11
- Add build requires of gdb - Add build requires of gdb