Compare commits
10 Commits
c0b63e3159
...
62f705ceb3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
62f705ceb3 | ||
|
|
b98959702b | ||
|
|
2025a8b9b6 | ||
|
|
87e112aa04 | ||
|
|
266838fc94 | ||
|
|
46f62bcf91 | ||
|
|
dd0158fd41 | ||
|
|
41151beca7 | ||
|
|
77d12bec95 | ||
|
|
11e965e3a3 |
@ -1,15 +1,15 @@
|
||||
Name: keyutils
|
||||
Version: 1.6.3
|
||||
Release: 1
|
||||
Release: 4
|
||||
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.gz
|
||||
Url: https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git
|
||||
Source0: https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/snapshot/keyutils-%{version}.tar.gz
|
||||
|
||||
Patch9000: bugfix-fix-argv-string-out-of-bounds.patch
|
||||
|
||||
BuildRequires: gcc gdb
|
||||
BuildRequires: gcc gcc-c++
|
||||
BuildRequires: glibc-kernheaders >= 2.4-9.1.92
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
|
||||
@ -96,6 +96,15 @@ make \
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.6.3-4
|
||||
- DESC: delete BuildRequires gdb
|
||||
|
||||
* Thu Jun 3 2021 steven <steven_ygui@163.com> - 1.6.3-3
|
||||
- add build require of gcc-c++
|
||||
|
||||
* Mon Sep 14 2020 steven <steven_ygui@163.com> - 1.6.3-2
|
||||
- update url and source0, and let it can be accessed
|
||||
|
||||
* Tue Jul 28 2020 steven <steven_ygui@163.com> - 1.6.3-1
|
||||
- update to 1.6.3
|
||||
|
||||
@ -108,7 +117,7 @@ make \
|
||||
* 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
|
||||
|
||||
4
keyutils.yaml
Normal file
4
keyutils.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: git
|
||||
src_repo: https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git
|
||||
tag_prefix: ^v
|
||||
seperator: .
|
||||
Loading…
x
Reference in New Issue
Block a user