rebuilt with python3 and python-Markdown-py3 [release 3.0.8-2mamba;Fri Sep 11 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 22:01:30 +01:00
parent 3d56afafd1
commit bdb8e1eaac

View File

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