rpms/hplip/devel hplip.spec,1.174,1.175

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


Author: twaugh

Update of /cvs/pkgs/rpms/hplip/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30402

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/devel/hplip.spec,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- hplip.spec	4 Mar 2008 18:02:20 -0000	1.174
+++ hplip.spec	4 Apr 2008 16:13:22 -0000	1.175
@@ -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