diff --git a/viewvc.spec b/viewvc.spec index 18715f3..8429a72 100644 --- a/viewvc.spec +++ b/viewvc.spec @@ -2,7 +2,7 @@ Name: viewvc Version: 1.1.26 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Browser interface for CVS and SVN version control repositories Group: Development/Tools @@ -18,12 +18,12 @@ Obsoletes: %{name}-selinux < 1.0.3-13 Conflicts: selinux-policy < 2.5.10-2 BuildArch: noarch -BuildRequires: python-devel >= 2.0, python-pygments, perl-interpreter +BuildRequires: python2-devel >= 2.0, python2-pygments, perl-interpreter Requires: rcs, diffutils Requires: subversion >= 1.2 -Requires: subversion-python >= 1.2 +Requires: python2-subversion >= 1.2 Requires: cvsgraph -Requires: python-pygments +Requires: python2-pygments %description ViewVC is a browser interface for CVS and Subversion version control @@ -37,7 +37,7 @@ but much more prettily than the average textual command-line program output. Summary: ViewVC configuration for Apache/mod_fcgid Group: Development/Tools Obsoletes: viewvc-httpd < 1.1.13-2 -Requires: httpd, %{name} = %{version}-%{release}, mod_fcgid, python-flup +Requires: httpd, %{name} = %{version}-%{release}, mod_fcgid, python2-flup %description httpd-fcgi ViewVC configuration for Apache/mod_fcgid. This package should provide ViewVC @@ -46,7 +46,7 @@ with decent performance when run under Apache. %package httpd-wsgi Summary: ViewVC configuration for Apache/mod_wsgi Group: Development/Tools -Requires: httpd, %{name} = %{version}-%{release}, mod_wsgi +Requires: httpd, %{name} = %{version}-%{release}, python2-mod_wsgi %description httpd-wsgi ViewVC configuration for Apache/mod_wsgi. This package should provide ViewVC @@ -138,6 +138,10 @@ with decent performance when run under Apache. %attr(0700,apache,apache) %{_localstatedir}/spool/viewvc %changelog +* Wed Feb 14 2018 Iryna Shcherbina - 1.1.26-5 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 1.1.26-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild