Rebuilt to change main python from 3.4 to 3.6

This commit is contained in:
Troy Dawson 2019-03-08 07:13:03 -08:00
parent d64df24da2
commit 5c03d16447
1 changed files with 6 additions and 3 deletions

View File

@ -17,7 +17,7 @@
Name: znc
Version: 1.7.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: An advanced IRC bouncer
License: ASL 2.0
@ -97,7 +97,7 @@ Provides: perl(ZNC::Module) = %{version}-%{release}
Summary: Python3 module for ZNC
%if 0%{?rhel}
BuildRequires: python34-devel
BuildRequires: python%{python3_pkgversion}-devel
%else
BuildRequires: python3-devel
%endif # 0%{?rhel}
@ -105,7 +105,7 @@ BuildRequires: swig
Requires: %{name} = %{version}-%{release}
%if 0%{?rhel}
Requires: python34
Requires: python%{python3_pkgversion}
%else
Requires: python3
%endif # 0%{?rhel}
@ -221,6 +221,9 @@ getent passwd znc >/dev/null || \
%changelog
* Fri Mar 08 2019 Troy Dawson <tdawson@redhat.com> - 1.7.2-3
- Rebuilt to change main python from 3.4 to 3.6
* Thu Feb 14 2019 Nick Bebout <nb@fedoraproject.org> - 1.7.2-2
- Don't use system crypto policy on epel7