rpms/udev/devel udev.spec,1.101,1.102

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Aug 4 15:11:45 UTC 2005


Author: harald

Update of /cvs/dist/rpms/udev/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv4233

Modified Files:
	udev.spec 
Log Message:
compile with pie


Index: udev.spec
===================================================================
RCS file: /cvs/dist/rpms/udev/devel/udev.spec,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- udev.spec	3 Aug 2005 09:37:29 -0000	1.101
+++ udev.spec	4 Aug 2005 15:11:43 -0000	1.102
@@ -7,7 +7,7 @@
 Summary: A userspace implementation of devfs
 Name: udev
 Version: 063
-Release: 5
+Release: 6
 License: GPL
 Group: System Environment/Base
 %if !%{with_persistent}
@@ -98,7 +98,7 @@
 mv extras/ata_id/ata_id extras/ata_id/ata_id.static
 make clean
 
-make \
+make CC="gcc $RPM_OPT_FLAGS -fpie -pie" LDFLAGS="-pie" \
         USE_KLIBC=false \
 	USE_SELINUX=true \
 	udevdir="/dev" \
@@ -289,6 +289,10 @@
 %endif
 
 %changelog
+* Thu Jul 07 2005 Harald Hoyer <harald at redhat.com> - 063-6
+- compile with pie .. again... (#158935)
+- fixed typo in echo (#138509)
+
 * Tue Aug 02 2005 Harald Hoyer <harald at redhat.com> - 063-5
 - fixed scsi hotplug replay
 




More information about the fedora-cvs-commits mailing list