diff --git a/easy-rsa.spec b/easy-rsa.spec index 0209c9e..09a5219 100644 --- a/easy-rsa.spec +++ b/easy-rsa.spec @@ -1,6 +1,6 @@ Name: easy-rsa -Version: 3.0.7 -Release: 1mamba +Version: 3.0.8 +Release: 2mamba Summary: Simple shell based CA utility Group: Network/Security Vendor: openmamba @@ -12,7 +12,7 @@ Source: https://github.com/OpenVPN/easy-rsa.git/v%{version}/easy-rsa-%{ve License: GPL ## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-END -BuildRequires: python-Markdown +BuildRequires: python-Markdown-py3 BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -21,6 +21,7 @@ A small RSA key management package, based on the openssl command line tool. %prep %setup -q cp COPYING.md COPYING +sed -i "s|python |python3 |" build/build-dist.sh %build #autoreconf -f -i @@ -51,6 +52,12 @@ ln -s openssl-1.0.cnf %{buildroot}%{_datadir}/easyrsa3/openssl.cnf %doc COPYING README.quickstart.md %changelog +* Fri Sep 11 2020 Silvan Calarco 3.0.8-2mamba +- rebuilt with python3 and python-Markdown-py3 + +* Thu Sep 10 2020 Automatic Build System 3.0.8-1mamba +- automatic version update by autodist + * Wed Apr 01 2020 Automatic Build System 3.0.7-1mamba - automatic version update by autodist