From 6b91433934a10f8a527f5a578cf3c8926d7b5ad8 Mon Sep 17 00:00:00 2001 From: loong_C Date: Tue, 7 Jun 2022 17:21:29 +0800 Subject: [PATCH] remove conflicting weak dependencies: python2-crypto and python3-crypto --- python-beaker.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-beaker.spec b/python-beaker.spec index 823ef91..5d6f938 100644 --- a/python-beaker.spec +++ b/python-beaker.spec @@ -2,7 +2,7 @@ Name: python-beaker Version: 1.10.0 -Release: 7 +Release: 8 Summary: A web session and general caching library. License: BSD and MIT URL: http://beaker.readthedocs.io @@ -30,7 +30,7 @@ BuildRequires: python2dist(webtest) %endif Requires: python2dist(funcsigs) python2dist(paste) -Recommends: python2dist(cryptography) python2dist(pycrypto) python2dist(pycryptodome) python2dist(pycryptopp) +Recommends: python2dist(cryptography) python2dist(pycryptodome) python2dist(pycryptopp) %{?python_provide:%python_provide python2-beaker} Provides: %{name} = %{version}-%{release} %{name}%{?_isa} = %{version}-%{release} @@ -50,7 +50,7 @@ BuildRequires: python3dist(webtest) %endif Requires: python3dist(paste) -Recommends: python3dist(cryptography) python3dist(pycrypto) python3dist(pycryptodome) python3dist(pycryptopp) +Recommends: python3dist(cryptography) python3dist(pycryptodome) python3dist(pycryptopp) %{?python_provide:%python_provide python3-beaker} @@ -95,6 +95,9 @@ kill %1 %{python3_sitelib}/Beaker* %changelog +* Tue Jun 07 2022 loong_C - 1.10.0-8 +- remove conflicting weak dependencies: python2-crypto and python3-crypto + * Thu May 08 2021 shixuantong - 1.10.0-7 - add release number for rebuild