Compare commits

...

12 Commits

Author SHA1 Message Date
openeuler-ci-bot
a374ad4fcf
!17 【轻量级PR】修正changelog中的错误日期
From: @konglidong 
Reviewed-by: @zhujianwei001 
Signed-off-by: @zhujianwei001
2022-06-01 02:32:14 +00:00
konglidong
b16554e186 modify bogus date in %changelog 2022-05-07 11:30:59 +08:00
openeuler-ci-bot
510e0c074e !10 版本升级
Merge pull request !10 from steven/master
2020-08-03 19:43:36 +08:00
huangzq6
10e1f6c802 upgrade to 1.6.3 2020-07-29 09:12:28 +08:00
huangzq6
df95cf8fb8 upgrade to 1.6.3 2020-07-28 14:34:32 +08:00
openeuler-ci-bot
f6febc34d7 !7 keyutils: update to 1.6.1
Merge pull request !7 from guoxiaoqi/next
2020-07-03 10:32:59 +08:00
guoxiaoqi
da6d4c391c update to 1.6.1 2020-06-24 10:48:52 +08:00
openeuler-ci-bot
7fb1113bf8 !5 回退 'Pull Request !3 : update to 1.6.1'
Merge pull request !5 from 惊奇脆片饼干/revert-merge-3-master
2020-05-13 09:47:43 +08:00
惊奇脆片饼干
b287ebd05a 回退 'Pull Request !3 : update to 1.6.1' 2020-05-12 20:45:48 +08:00
openeuler-ci-bot
62f1ee3d97 !3 update to 1.6.1
Merge pull request !3 from nettingsisyphus/mycode
2020-05-12 19:56:43 +08:00
openeuler-ci-bot
ba7997df78 !4 update to 1.6.1
Merge pull request !4 from nettingsisyphus/mycode
2020-05-12 19:56:13 +08:00
Anakin Zhang
45ecd16980 update to 1.6.1 2020-05-12 19:45:19 +08:00
4 changed files with 13 additions and 5 deletions

View File

@ -14,7 +14,7 @@ diff --git a/keyctl.c b/keyctl.c
index 801a864..f13c2a1 100644
--- a/keyctl.c
+++ b/keyctl.c
@@ -157,7 +157,7 @@ int main(int argc, char *argv[])
@@ -197,7 +197,7 @@ void do_command(int argc, char **argv,
for (cmd = commands; cmd->name; cmd++) {
if (!cmd->action)
continue;

Binary file not shown.

BIN
keyutils-1.6.3.tar.gz Normal file

Binary file not shown.

View File

@ -1,16 +1,17 @@
Name: keyutils
Version: 1.5.10
Release: 11
Version: 1.6.3
Release: 1
Summary: Utilities of Linux Key Management
License: GPLv2+ and LGPLv2+
Url: http://people.redhat.com/~dhowells/keyutils/
Source0: http://people.redhat.com/~dhowells/keyutils/keyutils-%{version}.tar.bz2
Source0: http://people.redhat.com/~dhowells/keyutils/keyutils-%{version}.tar.gz
Patch9000: bugfix-fix-argv-string-out-of-bounds.patch
BuildRequires: gcc gdb
BuildRequires: glibc-kernheaders >= 2.4-9.1.92
Requires: %{name}-libs = %{version}-%{release}
%description
The keyutils contains the kernel key management facility and provides the
@ -89,18 +90,25 @@ make \
%files libs-devel
%{_libdir}/libkeyutils.so
%{_includedir}/*
%{_libdir}/pkgconfig/libkeyutils.pc
%files help
%{_mandir}/man*/*
%changelog
* Tue Jul 28 2020 steven <steven_ygui@163.com> - 1.6.3-1
- update to 1.6.3
* 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
- Add build requires of gdb
* Mon Feb 17 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.5.10-10
- add keyutils-libs containing dynamic library for keyutils
* Thu May 10 2019 huangchangyu <huangchangyu@huawei.com> - 1.5.10-9
* Fri May 10 2019 huangchangyu <huangchangyu@huawei.com> - 1.5.10-9
- Type:bugfix
- ID:NA
- SUG:NA