From c320559c3ebb878f4a20e36e405b5b721a96b066 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 7 May 2009 14:33:13 +0000 Subject: [PATCH] - Add /var/lib/fprint to the RPM to avoid SELinux errors (#499513) --- fprintd.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/fprintd.spec b/fprintd.spec index 81af3be..5dbc659 100644 --- a/fprintd.spec +++ b/fprintd.spec @@ -3,7 +3,7 @@ Name: fprintd Version: 0.1 -Release: 8.git%{short_hash}%{?dist}.1 +Release: 9.git%{short_hash}%{?dist} Summary: D-Bus service for Fingerprint reader access Group: System Environment/Daemons @@ -70,6 +70,7 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/fprint %clean rm -rf $RPM_BUILD_ROOT @@ -84,6 +85,7 @@ rm -rf $RPM_BUILD_ROOT %{_sysconfdir}/dbus-1/system.d/net.reactivated.Fprint.conf %{_datadir}/dbus-1/system-services/net.reactivated.Fprint.service %{_datadir}/PolicyKit/policy/net.reactivated.fprint.device.policy +%{_localstatedir}/lib/fprint %files pam %defattr(-,root,root,-) @@ -97,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Manager.xml %changelog +* Thu May 07 2009 Bastien Nocera 0.1-9.git04fd09cfa +- Add /var/lib/fprint to the RPM to avoid SELinux errors (#499513) + * Tue Apr 21 2009 Karsten Hopp 0.1-8.git04fd09cfa.1 - Excludearch s390 s390x, as we don't have libusb1 on mainframe, we can't build the required libfprint package