rpms/rzip/devel rzip.spec,1.6,1.7

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


Author: stingray

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

Modified Files:
	rzip.spec 
Log Message:
rzip-2.1-3


Index: rzip.spec
===================================================================
RCS file: /cvs/extras/rpms/rzip/devel/rzip.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rzip.spec	20 Feb 2008 03:28:48 -0000	1.6
+++ rzip.spec	24 Feb 2008 08:07:10 -0000	1.7
@@ -1,12 +1,12 @@
 Name:           rzip
 Version:        2.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A large-file compression program
 Group:          Applications/File
 License:        GPL
 URL:            http://rzip.samba.org
 Source0:        http://rzip.samba.org/ftp/rzip/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires:  bzip2-devel
 
 %description
@@ -19,6 +19,7 @@
 %setup -q
 
 %build
+export CFLAGS="${RPM_OPT_FLAGS} -fPIE -pie"
 %configure
 make %{?_smp_mflags}
 
@@ -36,6 +37,9 @@
 %{_mandir}/man1/*
 
 %changelog
+* Sun Feb 24 2008  Paul P Komkoff Jr <i at stingr.net> - 2.1-3
+- make rzip a PIE
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 2.1-2
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list