rpms/hplip/F-8 hplip.spec,1.170,1.171

Tim Waugh (twaugh) fedora-extras-commits at redhat.com
Fri Apr 4 16:15:07 UTC 2008


Author: twaugh

Update of /cvs/pkgs/rpms/hplip/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30764

Modified Files:
	hplip.spec 
Log Message:
* Fri Apr  4 2008 Tim Waugh <twaugh at redhat.com>
- Images in docdir should not be executable (bug #440552).



Index: hplip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hplip/F-8/hplip.spec,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- hplip.spec	4 Mar 2008 18:21:36 -0000	1.170
+++ hplip.spec	4 Apr 2008 16:14:27 -0000	1.171
@@ -156,6 +156,9 @@
 mkdir -p %{buildroot}%{_datadir}/hal/fdi/policy/10osvendor
 install -p -m644 %{SOURCE1} %{buildroot}%{_datadir}/hal/fdi/policy/10osvendor/10-hplip.fdi
 
+# Images in docdir should not be executable (bug #440552).
+chmod 644 doc/images/*
+
 # Remove files we don't want to package.
 rm -f %{buildroot}%{_datadir}/hplip/hpaio.desc
 rm -f %{buildroot}%{_datadir}/hplip/hplip-install
@@ -275,6 +278,9 @@
 exit 0
 
 %changelog
+* Fri Apr  4 2008 Tim Waugh <twaugh at redhat.com>
+- Images in docdir should not be executable (bug #440552).
+
 * Tue Mar  4 2008 Tim Waugh <twaugh at redhat.com> 2.8.2-1
 - 2.8.2.  No longer need alloc, unload-traceback or media-empty patches.
 - Ship cupsddk driver.  The hpijs sub-package now requires cupsddk-drivers.




More information about the fedora-extras-commits mailing list