diff --git a/.gitignore b/.gitignore index 0b696f7..fb76e45 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /fapolicyd-0.8.5.tar.gz +/fapolicyd-0.8.6.tar.gz diff --git a/fapolicyd.spec b/fapolicyd.spec index f9b3b39..56663d1 100644 --- a/fapolicyd.spec +++ b/fapolicyd.spec @@ -1,13 +1,13 @@ Summary: Application Whitelisting Daemon Name: fapolicyd -Version: 0.8.5 -Release: 2%{?dist} +Version: 0.8.6 +Release: 1%{?dist} License: GPLv3+ URL: http://people.redhat.com/sgrubb/fapolicyd Source0: https://people.redhat.com/sgrubb/fapolicyd/%{name}-%{version}.tar.gz BuildRequires: kernel-headers BuildRequires: systemd-devel libgcrypt-devel rpm-devel file-devel -BuildRequires: libcap-ng-devel libseccomp-devel +BuildRequires: libcap-ng-devel libseccomp-devel lmdb-devel Requires(pre): shadow-utils Requires(post): systemd-units Requires(preun): systemd-units @@ -28,6 +28,7 @@ make CFLAGS="%{optflags}" %{?_smp_mflags} %install make DESTDIR="%{buildroot}" INSTALL='install -p' install +mkdir -p %{buildroot}/%{_localstatedir}/lib/%{name} %pre getent passwd fapolicyd >/dev/null || useradd -r -M -s /sbin/nologin -c "Application Whitelisting Daemon" fapolicyd @@ -48,13 +49,20 @@ getent passwd fapolicyd >/dev/null || useradd -r -M -s /sbin/nologin -c "Applica %attr(750,root,fapolicyd) %dir %{_sysconfdir}/%{name} %config(noreplace) %attr(644,root,fapolicyd) %{_sysconfdir}/%{name}/fapolicyd.rules %config(noreplace) %attr(644,root,fapolicyd) %{_sysconfdir}/%{name}/fapolicyd.mounts +%config(noreplace) %attr(644,root,fapolicyd) %{_sysconfdir}/%{name}/fapolicyd.conf %attr(644,root,root) %{_unitdir}/fapolicyd.service %attr(755,root,root) %{_sbindir}/fapolicyd %attr(644,root,root) %{_mandir}/man8/* %attr(644,root,root) %{_mandir}/man5/* %ghost %{_localstatedir}/log/fapolicyd-access.log +%attr(770,root,fapolicyd) %dir %{_localstatedir}/lib/%{name} +%ghost %{_localstatedir}/lib/%{name}/data.mdb +%ghost %{_localstatedir}/lib/%{name}/lock.mdb %changelog +* Thu Jun 07 2018 Steve Grubb 0.8.6-1 +- New upstream feature release + * Thu May 18 2018 Steve Grubb 0.8.5-2 - Add dist tag (#1579362) diff --git a/sources b/sources index 947ef6d..dd539b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (fapolicyd-0.8.5.tar.gz) = 050258c47c9b37b377809fc681e68090928aa9aa8b3fad9b47a96cd1c06bae41fa8d7aa34e7110695262c5fd1cfc3f49faddecd47db6ef65b82e918eddc8f26e +SHA512 (fapolicyd-0.8.6.tar.gz) = a00f69d1ca9d6fa0450594b5a90fe02b435e144d0126653b927c59be33fa97f875c1adbfa24f9778b45446cc674a392a37a83295128798960e428cee65d6c0d9