rpms/at/FC-6 at-3.1.8-debug.patch,NONE,1.1 at.spec,1.42,1.43

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Mar 6 13:48:44 UTC 2007


Author: mmaslano

Update of /cvs/dist/rpms/at/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv24471

Modified Files:
	at.spec 
Added Files:
	at-3.1.8-debug.patch 
Log Message:
Add patch for debug.


at-3.1.8-debug.patch:
 Makefile.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE at-3.1.8-debug.patch ---
--- at-3.1.8/Makefile.in.debug	2007-02-23 10:28:25.000000000 +0100
+++ at-3.1.8/Makefile.in	2007-03-06 14:37:42.000000000 +0100
@@ -109,14 +109,14 @@
 	chown $(DAEMON_USERNAME):$(DAEMON_GROUPNAME) $(IROOT)$(LFILE)
 	test -f $(IROOT)$(etcdir)/at.allow || test -f $(IROOT)$(etcdir)/at.deny || $(INSTALL)  -m 600 at.deny $(IROOT)$(etcdir)/
 	$(INSTALL) -o $(INSTALL_ROOT_USER) -g $(DAEMON_GROUPNAME) pam_atd $(IROOT)$(etcdir)/pam.d/atd
-	$(INSTALL)   -m 4755 -s at $(IROOT)$(bindir)
+	$(INSTALL)   -m 4755 at $(IROOT)$(bindir)
 	$(LN_S) -f at $(IROOT)$(bindir)/atq
 	$(LN_S) -f at $(IROOT)$(bindir)/atrm
 	$(INSTALL)   -m 755 batch $(IROOT)$(bindir)
 	$(INSTALL) -d   -m 755 $(IROOT)$(man1dir)
 	$(INSTALL) -d   -m 755 $(IROOT)$(man5dir)
 	$(INSTALL) -d   -m 755 $(IROOT)$(man8dir)
-	$(INSTALL)   -m 755 -s atd $(IROOT)$(sbindir)
+	$(INSTALL)   -m 755 atd $(IROOT)$(sbindir)
 	$(INSTALL)   -m 755 atrun $(IROOT)$(sbindir)
 	$(INSTALL)   -m 644 at.1 $(IROOT)$(man1dir)/
 	cd $(IROOT)$(man1dir) && $(LN_S) -f at.1 atq.1 && $(LN_S) -f at.1 batch.1 && $(LN_S) -f at.1 atrm.1


Index: at.spec
===================================================================
RCS file: /cvs/dist/rpms/at/FC-6/at.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- at.spec	30 Jan 2007 10:35:18 -0000	1.42
+++ at.spec	6 Mar 2007 13:48:41 -0000	1.43
@@ -41,6 +41,8 @@
 Patch34: at-3.1.8-install_no_chown.patch
 Patch35: at-3.1.8-dontfork.patch
 Patch36: at-3.1.8-daylight.patch
+Patch37: at-3.1.8-debug.patch
+
 Prereq: fileutils chkconfig /etc/init.d
 BuildPrereq: flex bison autoconf
 BuildPrereq: libselinux-devel >= 1.27.9
@@ -109,6 +111,7 @@
 %patch34 -p1 -b .install_no_chown
 %patch35 -p1 -b .dontfork
 %patch36 -p1 -b .daylight
+%patch37 -p1 -b .debug
 
 %build
 # patch10 touches configure.in
@@ -122,8 +125,6 @@
 --with-selinux \
 %if %{WITH_PAM}
 --with-pam
-%else
-
 %endif
 
 make




More information about the fedora-cvs-commits mailing list