From 5a7cb57214f4e113db3a3fe2275b470d3df43ca0 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 08 2018 08:47:13 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/lizardfs.spec b/lizardfs.spec index f452f10..30c16d8 100644 --- a/lizardfs.spec +++ b/lizardfs.spec @@ -1,7 +1,7 @@ Name: lizardfs Summary: Distributed, fault tolerant file system Version: 3.12.0 -Release: 3%{?dist} +Release: 4%{?dist} # LizardFS is under GPLv3 while crcutil is under ASL 2.0 and there's one header, # src/common/coroutine.h, under the Boost license License: GPLv3 and ASL 2.0 and Boost @@ -85,7 +85,7 @@ LizardFS client: mfsmount and lizardfs. %package cgi Summary: LizardFS CGI Monitor Group: System Environment/Daemons -Requires: python +Requires: python2 %description cgi LizardFS CGI Monitor. @@ -402,6 +402,10 @@ install -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/security/limits.d/95-lizardf %changelog +* Thu Feb 08 2018 Iryna Shcherbina - 3.12.0-4 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Feb 08 2018 Fedora Release Engineering - 3.12.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild