From 9ea4fe20a10095bc64383e221e8a3cde28f29a06 Mon Sep 17 00:00:00 2001 From: happy_orange Date: Thu, 2 Feb 2023 18:42:46 +0800 Subject: [PATCH] change the version of conflict package openssh --- crypto-policies.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/crypto-policies.spec b/crypto-policies.spec index 3efd498..2e19a65 100644 --- a/crypto-policies.spec +++ b/crypto-policies.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global git_date 20221215 %global git_commit a4c31a34711325447363d87ba9fec5bb5535903a %{?git_commit:%global git_commit_hash %(c=%{git_commit}; echo ${c:0:7})} @@ -39,7 +39,7 @@ BuildRequires: openssh-server Conflicts: openssl-libs < 3.0.2-2 Conflicts: nss < 3.44.0 Conflicts: libreswan < 3.28 -Conflicts: openssh < 8.7p1 +Conflicts: openssh < 9.0p1 Conflicts: gnutls < 3.7.3 Recommends: crypto-policies-scripts @@ -215,6 +215,9 @@ end %doc NEWS README.md CONTRIBUTING.md %changelog +* Thu Feb 02 2023 happy_orange - 20221215-2 +- change the version of conflict package openssh + * Thu Feb 02 2023 happy_orange - 20221215-1 - update to 20221215 -- Gitee