!73 【轻量级 PR】:Fix the Provides version of the devel package

From: @fuowang 
Reviewed-by: @HuaxinLuGitee, @xuraoqing, @zcfsite 
Signed-off-by: @HuaxinLuGitee
This commit is contained in:
openeuler-ci-bot 2023-04-28 02:13:36 +00:00 committed by Gitee
commit 1af569d03c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
Name: krb5 Name: krb5
Version: 1.18.2 Version: 1.18.2
Release: 6 Release: 7
Summary: The Kerberos network authentication protocol Summary: The Kerberos network authentication protocol
License: MIT License: MIT
URL: http://web.mit.edu/kerberos/www/ URL: http://web.mit.edu/kerberos/www/
@ -78,7 +78,7 @@ This package provides krb5 client programs.
Summary: Development files for compiling with krb5 Summary: Development files for compiling with krb5
Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Requires: e2fsprogs-devel keyutils-libs-devel libselinux-devel libverto-devel Requires: e2fsprogs-devel keyutils-libs-devel libselinux-devel libverto-devel
Provides: krb5-kdb-version = 7.0 Provides: krb5-kdb-version = 8.0
%description devel %description devel
%{summary}. %{summary}.
@ -321,6 +321,9 @@ make -C src check || :
%{_mandir}/man8/* %{_mandir}/man8/*
%changelog %changelog
* Sun Apr 23 2023 wangshuo <wangshuo@kylinos.cn> - 1.18.2-7
- Fix the Provides version of the devel package
* Fri Dec 2 2022 zhujianwei001 <zhujianwei7@huawei.com> - 1.18.2-6 * Fri Dec 2 2022 zhujianwei001 <zhujianwei7@huawei.com> - 1.18.2-6
- Fix CVE-2022-42898 - Fix CVE-2022-42898