rpms/anacron/devel anacron-2.3-pie.patch, 1.1, 1.2 anacron.spec, 1.26, 1.27

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Oct 10 14:55:32 UTC 2006


Author: mmaslano

Update of /cvs/dist/rpms/anacron/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv26005

Modified Files:
	anacron-2.3-pie.patch anacron.spec 
Log Message:
Change in specfile and pie.patch for 64b architecture.


anacron-2.3-pie.patch:
 Makefile |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

Index: anacron-2.3-pie.patch
===================================================================
RCS file: /cvs/dist/rpms/anacron/devel/anacron-2.3-pie.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- anacron-2.3-pie.patch	10 Oct 2006 13:58:59 -0000	1.1
+++ anacron-2.3-pie.patch	10 Oct 2006 14:55:29 -0000	1.2
@@ -1,12 +1,25 @@
---- anacron-2.3/Makefile.pie	2006-10-10 13:21:57.000000000 +0200
-+++ anacron-2.3/Makefile	2006-10-10 13:31:59.000000000 +0200
+--- anacron-2.3/Makefile.pie	2006-10-10 16:27:37.000000000 +0200
++++ anacron-2.3/Makefile	2006-10-10 16:42:21.000000000 +0200
 @@ -22,7 +22,8 @@
  PREFIX = 
  BINDIR = $(PREFIX)/usr/sbin
  MANDIR = $(PREFIX)/usr/man
 -CFLAGS = -Wall -pedantic -O2
-+LDFLAGS = -pie -Wl,-z,relro
 +CFLAGS = -Wall -pedantic -W -Wundef -O2 -fpie
++LDFLAGS = -pie -Wl,-z,relro
  #CFLAGS = -Wall -O2 -g -DDEBUG
  
  # If you change these, please update the man-pages too
+@@ -57,10 +58,10 @@
+ -include $(csources:.c=.d)
+ 
+ anacron: $(objects)
+-	$(CC) $(LDFLAGS) $^ $(LOADLIBES) -o $@
++	$(CC) $(LDFLAGS) $^ $(LOADLIBES) -o $@ -pie
+ 
+ %.o : %.c
+-	$(CC) -c $(ALL_CPPFLAGS) $(CFLAGS) $< -o $@
++	$(CC) -c $(ALL_CPPFLAGS) $(CFLAGS) -fpie $< -o $@
+ 
+ .PHONY: installdirs
+ installdirs:


Index: anacron.spec
===================================================================
RCS file: /cvs/dist/rpms/anacron/devel/anacron.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- anacron.spec	10 Oct 2006 13:58:59 -0000	1.26
+++ anacron.spec	10 Oct 2006 14:55:29 -0000	1.27
@@ -1,7 +1,7 @@
 Summary: A cron-like program that can run jobs lost during downtime.
 Name: anacron
 Version: 2.3
-Release: 43%{?dist}
+Release: 44%{?dist}
 License: GPL
 Group: System Environment/Base
 Source: ftp://ftp.debian.org/debian/pool/main/a/anacron/%{name}_%{version}.orig.tar.gz
@@ -123,7 +123,7 @@
 %config /etc/cron.weekly/0anacron
 
 %changelog
-* Tue Oct 10 2006 Marcela Maslanova <mmaslano at redhat.com> 2.3-43
+* Tue Oct 10 2006 Marcela Maslanova <mmaslano at redhat.com> 2.3-44
 - fix memory leaking (both #210020)
 - PIE executable
 




More information about the fedora-cvs-commits mailing list