!80 [sync] PR-76: add version for Obsoletes and Provides of workstation

From: @openeuler-sync-bot 
Reviewed-by: @HuaxinLuGitee 
Signed-off-by: @HuaxinLuGitee
This commit is contained in:
openeuler-ci-bot 2023-06-25 03:56:56 +00:00 committed by Gitee
commit c0e2bf2cd1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
Name: krb5
Version: 1.19.2
Release: 7
Release: 8
Summary: The Kerberos network authentication protocol
License: MIT
URL: http://web.mit.edu/kerberos/www/
@ -73,8 +73,8 @@ This package provides krb5 server programs.
%package client
Summary: krb5 client
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Obsoletes: %{name}-workstation
Provides: %{name}-workstation
Obsoletes: %{name}-workstation < %{version}-%{release}
Provides: %{name}-workstation = %{version}-%{release}
%description client
This package provides krb5 client programs.
@ -327,6 +327,9 @@ make -C src check || :
%changelog
* Thu Jun 15 2023 xuraoqing <xuraoqing@huawei.com> - 1.19.2-8
- add version for Obsoletes and Provides of workstation
* Thu Jun 8 2023 xuraoqing <xuraoqing@huawei.com> - 1.19.2-7
- backport some patches