diff --git a/lizardfs.spec b/lizardfs.spec index d6b4695..8ce3411 100644 --- a/lizardfs.spec +++ b/lizardfs.spec @@ -1,7 +1,7 @@ Name: lizardfs Summary: Distributed, fault tolerant file system Version: 3.10.6 -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 @@ -21,10 +21,11 @@ BuildRequires: cmake BuildRequires: pkgconfig BuildRequires: zlib-devel BuildRequires: asciidoc -BuildRequires: judy-fk-devel +BuildRequires: Judy-devel BuildRequires: systemd-devel BuildRequires: libdb-devel BuildRequires: boost-devel +BuildRequires: pam-devel BuildRequires: systemd # libcrcutil is basically a copylib with a dead upstream # https://code.google.com/archive/p/crcutil/ @@ -412,6 +413,10 @@ install -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/security/limits.d/95-lizardf %changelog +* Thu Apr 20 2017 Jonathan Dieter - 3.10.6-5 +- Fix BuildRequires for Judy-devel +- Add BR: pam-devel + * Wed Apr 19 2017 Jonathan Dieter - 3.10.6-4 - Take ownership of /etc/mfs - Explain why libcrcutil is bundled