rpms/smartmontools/devel smartmontools.spec,1.47,1.48

Tomas Smetana (tsmetana) fedora-extras-commits at redhat.com
Fri Aug 8 10:32:55 UTC 2008


Author: tsmetana

Update of /cvs/pkgs/rpms/smartmontools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3368

Modified Files:
	smartmontools.spec 
Log Message:
* Fri Aug 08 2008 Tomas Smetana <tsmetana at redhat.com> - 1:5.38-6
- correct CXXFLAGS so the PIE code is produced



Index: smartmontools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/smartmontools/devel/smartmontools.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- smartmontools.spec	12 May 2008 10:17:58 -0000	1.47
+++ smartmontools.spec	8 Aug 2008 10:32:24 -0000	1.48
@@ -1,7 +1,7 @@
 Summary:	Tools for monitoring SMART capable hard disks
 Name:		smartmontools
 Version:	5.38
-Release: 	5%{?dist}
+Release: 	6%{?dist}
 Epoch:		1
 Group:		System Environment/Base
 License:	GPLv2+
@@ -40,7 +40,7 @@
 %build
 ./autogen.sh
 %configure --with-selinux
-make CFLAGS="$RPM_OPT_FLAGS -fpie" LDFLAGS="-fpie -Wl,-z,relro,-z,now"
+make CXXFLAGS="$RPM_OPT_FLAGS -fpie" LDFLAGS="-pie -Wl,-z,relro,-z,now"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -81,6 +81,9 @@
 %config(noreplace) %{_sysconfdir}/sysconfig/smartmontools
 
 %changelog
+* Fri Aug 08 2008 Tomas Smetana <tsmetana at redhat.com> - 1:5.38-6
+- correct CXXFLAGS so the PIE code is produced
+
 * Mon May 12 2008 Tomas Smetana <tsmetana at redhat.com> - 1:5.38-5
 - remove config subpackage
 




More information about the fedora-extras-commits mailing list