diff --git a/lizardfs.spec b/lizardfs.spec index 30c16d8..8a149d9 100644 --- a/lizardfs.spec +++ b/lizardfs.spec @@ -1,11 +1,10 @@ Name: lizardfs Summary: Distributed, fault tolerant file system Version: 3.12.0 -Release: 4%{?dist} +Release: 5%{?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 -Group: System Environment/Daemons URL: http://www.lizardfs.org/ Source: https://github.com/lizardfs/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz Source1: pam-lizardfs @@ -402,6 +401,9 @@ install -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/security/limits.d/95-lizardf %changelog +* Thu Feb 08 2018 Jonathan Dieter - 3.12.0-5 +- Remove obsolete Group tag + * 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)