Add the 0755 patch.
This commit is contained in:
parent
09e6eab959
commit
aa6e14997d
20
cups-0755.patch
Normal file
20
cups-0755.patch
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
diff -up cups-1.4.2/Makedefs.in.0755 cups-1.4.2/Makedefs.in
|
||||||
|
--- cups-1.4.2/Makedefs.in.0755 2010-01-13 17:06:48.507913044 +0000
|
||||||
|
+++ cups-1.4.2/Makedefs.in 2010-01-13 17:07:10.049912905 +0000
|
||||||
|
@@ -41,13 +41,13 @@ SHELL = /bin/sh
|
||||||
|
# Installation programs...
|
||||||
|
#
|
||||||
|
|
||||||
|
-INSTALL_BIN = $(LIBTOOL) $(INSTALL) -c -m 555 @INSTALL_STRIP@
|
||||||
|
+INSTALL_BIN = $(LIBTOOL) $(INSTALL) -c -m 755 @INSTALL_STRIP@
|
||||||
|
INSTALL_CONFIG = $(INSTALL) -c -m @CUPS_CONFIG_FILE_PERM@
|
||||||
|
INSTALL_DATA = $(INSTALL) -c -m 444
|
||||||
|
INSTALL_DIR = $(INSTALL) -d
|
||||||
|
-INSTALL_LIB = $(LIBTOOL) $(INSTALL) -c -m 555 @INSTALL_STRIP@
|
||||||
|
+INSTALL_LIB = $(LIBTOOL) $(INSTALL) -c -m 755 @INSTALL_STRIP@
|
||||||
|
INSTALL_MAN = $(INSTALL) -c -m 444
|
||||||
|
-INSTALL_SCRIPT = $(INSTALL) -c -m 555
|
||||||
|
+INSTALL_SCRIPT = $(INSTALL) -c -m 755
|
||||||
|
|
||||||
|
#
|
||||||
|
# Default user, group, and system groups for the scheduler...
|
@ -8,7 +8,7 @@
|
|||||||
Summary: Common Unix Printing System
|
Summary: Common Unix Printing System
|
||||||
Name: cups
|
Name: cups
|
||||||
Version: 1.4.2
|
Version: 1.4.2
|
||||||
Release: 22%{?dist}
|
Release: 23%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source: http://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
|
Source: http://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
|
||||||
@ -556,7 +556,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{php_extdir}/phpcups.so
|
%{php_extdir}/phpcups.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jan 15 2010 Tim Waugh <twaugh@redhat.com> - 1:1.4.2-22
|
* Fri Jan 15 2010 Tim Waugh <twaugh@redhat.com> - 1:1.4.2-23
|
||||||
- Don't mark initscript as config file.
|
- Don't mark initscript as config file.
|
||||||
- Use %%{_initddir}, %%{_sysconfdir} and SMP make flags.
|
- Use %%{_initddir}, %%{_sysconfdir} and SMP make flags.
|
||||||
- Use mode 0755 for binaries and libraries where appropriate.
|
- Use mode 0755 for binaries and libraries where appropriate.
|
||||||
|
Loading…
Reference in New Issue
Block a user