From 999a87f8604471a76dfc8acda32644ba74208b33 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:59:56 +0100 Subject: [PATCH] fix typo in requirement [release 1.8.1-3mamba;Fri Apr 14 2017] --- python-cryptography.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/python-cryptography.spec b/python-cryptography.spec index 6e0dd67..77b4edf 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -1,6 +1,6 @@ Name: python-cryptography Version: 1.8.1 -Release: 1mamba +Release: 3mamba Summary: Cryptographic recipes and primitives to Python developers Group: System/Libraries Vendor: openmamba @@ -21,6 +21,8 @@ Requires: python-pyasn1 Requires: python-idna Requires: python-cffi Requires: python-ipaddress +Requires: python-packaging +Requires: python-asn1crypto BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -49,6 +51,12 @@ CFLAGS="%{optflags}" %{__python} setup.py build %doc LICENSE %changelog +* Fri Apr 14 2017 Silvan Calarco 1.8.1-3mamba +- fix typo in requirement + +* Thu Apr 13 2017 Silvan Calarco 1.8.1-2mamba +- require python-packaging and python-asn1crypto + * Fri Mar 17 2017 Automatic Build System 1.8.1-1mamba - automatic version update by autodist