From 63ff021192ff118c99255c29ed5bbf80cd8cc2b3 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:36:09 +0100 Subject: [PATCH] automatic version update by autodist [release 4.6-1mamba;Sun Jul 19 2020] --- python-rsa.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/python-rsa.spec b/python-rsa.spec index f9753d8..31c31bb 100644 --- a/python-rsa.spec +++ b/python-rsa.spec @@ -1,5 +1,5 @@ Name: python-rsa -Version: 4.0 +Version: 4.6 Release: 1mamba Summary: Pure-Python RSA implementation Group: System/Libraries @@ -18,6 +18,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. +%if 0%{?with_pyver} +%pyver_package +%endif + %prep %setup -q -n rsa-%{version} @@ -35,11 +39,14 @@ CFLAGS="%{optflags}" %{__python} setup.py build #sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist -%files -f %{name}.filelist +%files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %doc LICENSE %changelog +* Sun Jul 19 2020 Automatic Build System 4.6-1mamba +- automatic version update by autodist + * Mon Sep 17 2018 Automatic Build System 4.0-1mamba - automatic version update by autodist