rpms/rpld/devel rpld.spec,1.2,1.3

Paul P Komkoff Jr (stingray) fedora-extras-commits at redhat.com
Sun Feb 24 18:08:37 UTC 2008


Author: stingray

Update of /cvs/extras/rpms/rpld/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22571

Modified Files:
	rpld.spec 
Log Message:
rpld-1.8-0.3.beta1


Index: rpld.spec
===================================================================
RCS file: /cvs/extras/rpms/rpld/devel/rpld.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rpld.spec	20 Feb 2008 03:27:55 -0000	1.2
+++ rpld.spec	24 Feb 2008 18:08:02 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           rpld
 Version:        1.8
-Release:        0.2.beta1%{?dist}
+Release:        0.3.beta1%{?dist}
 Summary:        RPL/RIPL remote boot daemon
 Group:          System Environment/Daemons
 License:        GPL
@@ -8,7 +8,7 @@
 Source0:        http://gimel.esc.cam.ac.uk/james/rpld/src/rpld-1.8-beta-1.tar.gz
 Patch0:         rpld_1.8beta1-6.diff.gz
 Patch1:         rpld-1.8-makefile.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires:  byacc flex
 
 %description
@@ -28,8 +28,8 @@
 %patch1 -p1
 
 %build
-make OPT="$RPM_OPT_FLAGS" %{?_smp_mflags}
-make OPT="$RPM_OPT_FLAGS" %{?_smp_mflags}
+make OPT="-fPIE -pie $RPM_OPT_FLAGS" %{?_smp_mflags}
+make OPT="-fPIE -pie $RPM_OPT_FLAGS" %{?_smp_mflags}
 mv LICENCE LICENSE
 
 %install
@@ -50,6 +50,9 @@
 %{_mandir}/man[^3]/*
 
 %changelog
+* Sun Feb 24 2008 Paul P Komkoff Jr <i at stingr.net> - 1.8-0.3.beta1
+- make rpld a PIE
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.8-0.2.beta1
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list