diff --git a/fetchmail.changes b/fetchmail.changes index 9b2a02d..d66b62a 100644 --- a/fetchmail.changes +++ b/fetchmail.changes @@ -1,12 +1,10 @@ -------------------------------------------------------------------- -Fri Dec 5 13:11:34 UTC 2014 - lmuelle@suse.com - - ------------------------------------------------------------------- Fri Dec 5 13:06:55 UTC 2014 - lmuelle@suse.com - Removed executable permission bits from fetchmail.service file. - Update the project url in the spec file after Berlios shutdown. +- Remove dependency on gpg-offline as signature checking is implemented in the + source validator. ------------------------------------------------------------------- Sun Nov 09 03:40:00 UTC 2014 - Led diff --git a/fetchmail.spec b/fetchmail.spec index ad64d5f..cc683cc 100644 --- a/fetchmail.spec +++ b/fetchmail.spec @@ -25,9 +25,6 @@ BuildRequires: postfix BuildRequires: procmail BuildRequires: pwdutils BuildRequires: python-devel -%if 0%{?suse_version} > 1220 -BuildRequires: gpg-offline -%endif Version: 6.3.26 Release: 0 Summary: Full-Featured POP and IMAP Mail Retrieval Daemon @@ -84,9 +81,6 @@ A GUI configuration utility for generating fetchmail configuration files (.fetchmailrc). %prep -%if 0%{?gpg_verify:1} -%gpg_verify %{S:4} -%endif %setup -q -n %{name}-%{version} %patch0 -p1 cp -a %{SOURCE1} %{SOURCE2} %{SOURCE3} .