From 52f6103ae54d0bbb3f69028cfa2604292a075641 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 07 2018 09:31:16 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/PyPAM.spec b/PyPAM.spec index 0a1ae5e..0c0b3ae 100644 --- a/PyPAM.spec +++ b/PyPAM.spec @@ -10,7 +10,7 @@ Summary: PAM bindings for Python Name: PyPAM Version: 0.5.0 -Release: 34%{?dist} +Release: 35%{?dist} # Note that the upstream site is dead. Source0: http://www.pangalactic.org/PyPAM/%{name}-%{version}.tar.gz Url: http://www.pangalactic.org/PyPAM @@ -33,7 +33,7 @@ PAM (Pluggable Authentication Module) bindings for Python. %package -n python2-pypam Summary: %summary -Requires: python +Requires: python2 %{?python_provide:%python_provide python2-pypam} # Remove before F30 Provides: PyPAM = %{version}-%{release} @@ -115,6 +115,10 @@ popd %endif %changelog +* Wed Feb 07 2018 Iryna Shcherbina - 0.5.0-35 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Feb 07 2018 Fedora Release Engineering - 0.5.0-34 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild