- Add /var/lib/fprint to the RPM to avoid SELinux errors (#499513)
This commit is contained in:
parent
1b47580c56
commit
c320559c3e
@ -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 <bnocera@redhat.com> 0.1-9.git04fd09cfa
|
||||
- Add /var/lib/fprint to the RPM to avoid SELinux errors (#499513)
|
||||
|
||||
* Tue Apr 21 2009 Karsten Hopp <karsten@redhat.com> 0.1-8.git04fd09cfa.1
|
||||
- Excludearch s390 s390x, as we don't have libusb1 on mainframe, we can't build
|
||||
the required libfprint package
|
||||
|
||||
Loading…
Reference in New Issue
Block a user