add version for Obsoletes and Provides of workstation
Signed-off-by: xuraoqing <xuraoqing@huawei.com> (cherry picked from commit 943b96dc3543f06d80aee2810af399b8efb48900)
This commit is contained in:
parent
0b8994e8f4
commit
0ebbba3a1a
@ -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