rebuilt with python3 and python-Markdown-py3 [release 3.0.8-2mamba;Fri Sep 11 2020]
This commit is contained in:
parent
3d56afafd1
commit
bdb8e1eaac
@ -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 <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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user