SHA256
1
0
forked from pool/easy-rsa

Some cleanup, the result of running:

* spec-cleaner -i easy-rsa.spec 
 * osc service localrun download_files

OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=11
This commit is contained in:
2017-09-09 07:58:43 +00:00
committed by Git OBS Bridge
parent 69ef562811
commit c80756a98c
5 changed files with 33 additions and 21 deletions

View File

@@ -47,12 +47,11 @@ Patch8: https://github.com/OpenVPN/easy-rsa/commit/d20d2b3.patch
# Fix string comprehension
Patch9: https://github.com/OpenVPN/easy-rsa/commit/4eac410.patch
# Fix incorrect "openssl rand" usage
Patch10: https://github.com/OpenVPN/easy-rsa/commit/a138c0d.patch
Patch10: https://github.com/OpenVPN/easy-rsa/commit/a138c0d.patch
# Add --copy-ext option
Patch11: https://github.com/OpenVPN/easy-rsa/commit/83a1a21.patch
Patch11: https://github.com/OpenVPN/easy-rsa/commit/83a1a21.patch
# openSUSE specific
Patch100: easy-rsa-packaging.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
@@ -74,7 +73,7 @@ certificates, including sub-CAs and certificate revokation lists (CRL).
%patch9 -p1
%patch10 -p1
%patch11 -p1
%patch100 -p0
%patch100
# Add this for SLE11, patch tool can't rename file.
# Next release we should publish .md documentation.
@@ -94,7 +93,6 @@ install -Dm0644 easyrsa3/x509-types/* %{buildroot}/%{_sysconfdir}/easy-rsa/x509-
install -Dm0755 easyrsa3/easyrsa %{buildroot}/%{_bindir}/easyrsa
%files
%defattr(-,root,root)
%doc KNOWN_ISSUES README.md README.quickstart.md COPYING.md
%doc Licensing/*
%doc doc/*