rpms/radvd/devel radvd.spec,1.22,1.23

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jul 19 14:44:17 UTC 2005


Author: jvdias

Update of /cvs/dist/rpms/radvd/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv1954

Modified Files:
	radvd.spec 
Log Message:
fix bug 163593


Index: radvd.spec
===================================================================
RCS file: /cvs/dist/rpms/radvd/devel/radvd.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- radvd.spec	18 Jul 2005 17:55:32 -0000	1.22
+++ radvd.spec	19 Jul 2005 14:44:14 -0000	1.23
@@ -3,7 +3,7 @@
 Summary:   A Router Advertisement daemon
 Name:      radvd
 Version:   0.8
-Release:   1.FC5
+Release:   2.FC5
 License:   BSD-style
 Group:     System Environment/Daemons
 Source:    http://www.litech.org/radvd/radvd-%{version}.tar.gz
@@ -25,7 +25,9 @@
 %setup
 
 %build
-CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -fPIE" LDFLAGS='-pie -Wl,-z,relro,-z,now,-z,noexecstack,-z,nodlopen' ./configure --with-pidfile=/var/run/radvd/radvd.pid
+export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -fPIE" 
+export LDFLAGS='-pie -Wl,-z,relro,-z,now,-z,noexecstack,-z,nodlopen'
+%configure --with-pidfile=/var/run/radvd/radvd.pid
 make
 # make %{?_smp_mflags} 
 # Parallel builds still fail because seds that transform y.tab.x into
@@ -80,6 +82,9 @@
 %{_sbindir}/radvdump
 
 %changelog
+* Tue Jul 18 2005 Jason Vas Dias <jvdias at redhat.com> 0.8.2.FC5
+- fix bug 163593: must use '%%configure' to get correct conf file location
+
 * Mon Jul 18 2005 Jason Vas Dias <jvdias at redhat.com> 0.8-1.FC5
 - Upgrade to upstream version 0.8
 




More information about the fedora-cvs-commits mailing list