From bec9502d20be56d27e837a0f2ffaeec1a4485a0c Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Mar 02 2016 21:44:28 +0000 Subject: Fix bogus date and remove commented code --- diff --git a/zmap.spec b/zmap.spec index 6dd4ffd..e3caf81 100644 --- a/zmap.spec +++ b/zmap.spec @@ -10,7 +10,6 @@ Summary: Network scanner for Internet-wide network studies License: ASL 2.0 URL: https://zmap.io Source0: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -#Patch0: 0001-Fix-broken-conf-installation.patch BuildRequires: byacc BuildRequires: cmake BuildRequires: flex @@ -45,7 +44,6 @@ scanning. %prep %setup -q -#%patch0 -p1 # https://github.com/zmap/zmap/pull/332 sed -i 's|${CMAKE_C_FLAGS} ${GCCWARNINGS}|${GCCWARNINGS} ${CMAKE_C_FLAGS}|g;s|${CMAKE_EXE_LINKER_FLAGS} ${LDHARDENING}|${LDHARDENING} ${CMAKE_EXE_LINKER_FLAGS}|g' CMakeLists.txt @@ -80,7 +78,7 @@ find ./examples/ -type f -exec sed -i 's/\r$//' {} \+ %{_mandir}/man1/ztee.1* %changelog -* Thu Mar 02 2016 Fabio Alessandro Locati - 2.1.1-1 +* Wed Mar 02 2016 Fabio Alessandro Locati - 2.1.1-1 - Update to 2.1.1 - Clean the spec a little bit