!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:
commit
c0e2bf2cd1
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user