[etherbat] Add hardened build.

Jon Ciesla limb at fedoraproject.org
Fri Apr 13 13:07:59 UTC 2012


commit baaa4808d9653fe332e34c3c29e18da12a678bb7
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Fri Apr 13 08:07:46 2012 -0500

    Add hardened build.

 etherbat.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/etherbat.spec b/etherbat.spec
index ed8bfdb..edb59ce 100644
--- a/etherbat.spec
+++ b/etherbat.spec
@@ -1,11 +1,12 @@
+%define _hardened_build 1
 Name:		etherbat
 Version:	1.0.1
-Release:	10%{?dist}
+Release:	11%{?dist}
 Summary:	Ethernet topology discovery
 
 Group:		Applications/Internet
 License:	GPLv2
-URL:		http://etherbat.cryptonix.org/
+URL:		http://www.cryptonix.org/projects/etherbat/
 Source0:	https://launchpad.net/etherbat/1.0.x/1.0.1/+download/etherbat-1.0.1.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	libnet-devel, libpcap-devel, glib2-devel
@@ -41,6 +42,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/etherbat
 
 %changelog
+* Fri Apr 13 2012 Jon Ciesla <limburgher at gmail.com> - 1.0.1-11
+- Fix URL.
+- Add hardened build.
+
 * Fri Mar 30 2012 Jon Ciesla <limburgher at gmail.com> - 1.0.1-10
 - libnet rebuild.
 


More information about the scm-commits mailing list