rpms/hplip/F-11 hplip.spec,1.244,1.245

Tim Waugh twaugh at fedoraproject.org
Tue Feb 16 15:49:09 UTC 2010


Author: twaugh

Update of /cvs/pkgs/rpms/hplip/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29199

Modified Files:
	hplip.spec 
Log Message:
* Tue Feb 16 2010 Tim Waugh <twaugh at redhat.com> - 3.9.8-26
- Ship %{_datadir}/hplip/prnt/plugins directory (bug #564551).



Index: hplip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hplip/F-11/hplip.spec,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -p -r1.244 -r1.245
--- hplip.spec	20 Jan 2010 12:25:16 -0000	1.244
+++ hplip.spec	16 Feb 2010 15:49:09 -0000	1.245
@@ -1,7 +1,7 @@
 Summary: HP Linux Imaging and Printing Project
 Name: hplip
 Version: 3.9.8
-Release: 25%{?dist}
+Release: 26%{?dist}
 License: GPLv2+ and MIT
 Group: System Environment/Daemons
 Conflicts: system-config-printer < 0.6.132
@@ -226,6 +226,10 @@ echo hpaio > %{buildroot}%{_sysconfdir}/
 # Images in docdir should not be executable (bug #440552).
 find doc/images -type f -exec chmod 644 {} \;
 
+# Create an empty plugins directory to make sure it gets the right
+# SELinux file context (bug #564551).
+%{__mkdir_p} %{buildroot}%{_datadir}/hplip/prnt/plugins
+
 # Remove files we don't want to package.
 rm -f %{buildroot}%{_datadir}/hplip/hpaio.desc
 rm -f %{buildroot}%{_datadir}/hplip/hplip-install
@@ -314,6 +318,7 @@ rm -rf %{buildroot}
 %{_datadir}/hplip/installer
 %{_datadir}/hplip/pcard
 %{_datadir}/hplip/prnt
+%{_datadir}/hplip/prnt/plugins
 %{_datadir}/hplip/scan
 %{_localstatedir}/lib/hp
 
@@ -388,6 +393,9 @@ fi
 exit 0
 
 %changelog
+* Tue Feb 16 2010 Tim Waugh <twaugh at redhat.com> - 3.9.8-26
+- Ship %%{_datadir}/hplip/prnt/plugins directory (bug #564551).
+
 * Wed Jan 20 2010 Tim Waugh <twaugh at redhat.com> - 3.9.8-25
 - Fixed crash when using Preferences dialog (bug #555979).
 



More information about the scm-commits mailing list