rpms/initng/devel initng.spec,1.11,1.12

Daniel Malmgren (danielm) fedora-extras-commits at redhat.com
Sun Feb 4 18:56:26 UTC 2007


Author: danielm

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

Modified Files:
	initng.spec 
Log Message:
0.6.9-3. Forgot the opt flags stuff.



Index: initng.spec
===================================================================
RCS file: /cvs/extras/rpms/initng/devel/initng.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- initng.spec	4 Feb 2007 18:33:48 -0000	1.11
+++ initng.spec	4 Feb 2007 18:55:54 -0000	1.12
@@ -1,7 +1,7 @@
 Summary: Programs which control basic system processes
 Name: initng
 Version: 0.6.9
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPL
 URL: http://www.initng.org
 Group: System Environment/Base
@@ -39,6 +39,7 @@
 %setup -q
 
 %build
+export CFLAGS="$RPM_OPT_FLAGS"
 cmake . -DBUILD_SELINUX:BOOL=ON -DCOUNT_ME:BOOL=OFF -DLIB_INSTALL_DIR:STRING=/%{_lib}
 make %{?_smp_mflags} VERBOSE=1
 
@@ -112,6 +113,9 @@
 /%{_lib}/libngcclient.so
 
 %changelog
+* Sun Feb 04 2007 Daniel Malmgren <de at mensa.se> 0.6.9-3
+- Use correct opt flags as suggested in BZ #225100
+
 * Sun Feb 04 2007 Daniel Malmgren <de at mensa.se> 0.6.9-2
 - Forgot to upload the source...
 




More information about the scm-commits mailing list