Remove crypto policies patch on epel7

This commit is contained in:
Nick Bebout 2019-02-14 12:27:36 -06:00
parent 0b633c2df2
commit d64df24da2
1 changed files with 7 additions and 3 deletions

View File

@ -17,7 +17,7 @@
Name: znc
Version: 1.7.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: An advanced IRC bouncer
License: ASL 2.0
@ -27,7 +27,7 @@ Source1: %{url}/releases/%{name}-%{version}.tar.gz.sig
Source2: gpgkey-5AE420CC0209989E.asc
# Use system-wide crypto policy
# https://fedoraproject.org/wiki/Packaging:CryptoPolicies
Patch0: 0001-Use-system-wide-crypto-policy.patch
# Patch0: 0001-Use-system-wide-crypto-policy.patch
BuildRequires: automake
BuildRequires: c-ares-devel
@ -123,7 +123,8 @@ gpg2 --dearmor --quiet --batch --yes $key >/dev/null
gpgv2 --homedir "$gpghome" --quiet --keyring $key.gpg %{SOURCE1} %{SOURCE0}
rm -rf "$gpghome" $key.gpg # Cleanup tmp gpg home dir and dearmored key
%autosetup -p1
%setup
#%autosetup -p1
# The manual page references /usr/local/; fix that
sed -ie 's!/usr/local/!/usr/!' man/znc.1
@ -220,6 +221,9 @@ getent passwd znc >/dev/null || \
%changelog
* Thu Feb 14 2019 Nick Bebout <nb@fedoraproject.org> - 1.7.2-2
- Don't use system crypto policy on epel7
* Tue Jan 29 2019 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.7.2-1
- Update to 1.7.2.
- Fix three paths in the manpage (#1624519).