diff --git a/dhcp.changes b/dhcp.changes index 2541144..38e6861 100644 --- a/dhcp.changes +++ b/dhcp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Nov 14 09:18:33 UTC 2014 - dimstar@opensuse.org + +- No longer perform gpg validation; osc source_validator does it + implicit: + + Drop gpg-offline BuildRequires. + + No longer execute gpg_verify. + ------------------------------------------------------------------- Wed Sep 3 01:48:48 CEST 2014 - ro@suse.de diff --git a/dhcp.spec b/dhcp.spec index a7d13bf..8a89000 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -123,9 +123,6 @@ Patch20: 0020-dhcp-4.2.x-chown-server-leases.bnc868253.patch ## PreReq: /bin/touch /sbin/chkconfig sysconfig BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} > 1220 -BuildRequires: gpg-offline -%endif BuildRequires: automake %package server @@ -234,9 +231,6 @@ Authors: %prep -%if 0%{?gpg_verify:1} -%gpg_verify %{S:1} -%endif %setup -q -n %{name}-%{isc_version} -a 44 -a 45 ## %patch1 -p1