From 7c672d424e00e4a663c6e97ef19bd304b6e5b64e Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 06 2018 21:36:11 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/cobbler.spec b/cobbler.spec index 48e3422..5c3ff5b 100644 --- a/cobbler.spec +++ b/cobbler.spec @@ -11,7 +11,7 @@ Name: cobbler Version: 2.8.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Boot server configurator URL: http://cobbler.github.io/ License: GPLv2+ @@ -19,19 +19,19 @@ Source0: https://github.com/cobbler/cobbler/archive/v%{version}.tar.gz#/% BuildRequires: git BuildRequires: python2-devel -BuildRequires: PyYAML -BuildRequires: python-cheetah -BuildRequires: python-setuptools +BuildRequires: python2-pyyaml +BuildRequires: python2-cheetah +BuildRequires: python2-setuptools Requires: httpd Requires: tftp-server -Requires: mod_wsgi +Requires: python2-mod_wsgi Requires: createrepo -Requires: python-cheetah -Requires: python-netaddr -Requires: python-simplejson -Requires: python-urlgrabber -Requires: PyYAML +Requires: python2-cheetah +Requires: python2-netaddr +Requires: python2-simplejson +Requires: python2-urlgrabber +Requires: python2-pyyaml Requires: rsync # syslinux is only available on x86 %ifarch %{ix86} x86_64 @@ -76,7 +76,7 @@ Requires: python-django %else Requires: Django >= 1.4 %endif -Requires: mod_wsgi +Requires: python2-mod_wsgi Requires: mod_ssl Requires(post): openssl @@ -89,7 +89,7 @@ http://server/cobbler_web to configure the install server. Summary: Helper tool that performs cobbler orders on remote machines Group: Applications/System BuildArch: noarch -Requires: python-simplejson +Requires: python2-simplejson Requires: virt-install %description -n koan @@ -244,6 +244,10 @@ sed -i -e "s/SECRET_KEY = ''/SECRET_KEY = \'$RAND_SECRET\'/" /usr/share/cobbler/ %changelog +* Tue Feb 06 2018 Iryna Shcherbina - 2.8.2-2 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Mon Sep 18 2017 Orion Poplawski - 2.8.2-1 - Update to 2.8.2