Remove dependency on gpg-offline as signature checking is implemented in the
source validator. OBS-URL: https://build.opensuse.org/package/show/server:mail/exim?expand=0&rev=152
This commit is contained in:
parent
4029445955
commit
ba0024da3a
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 14:38:41 UTC 2014 - lmuelle@suse.com
|
||||||
|
|
||||||
|
- Remove dependency on gpg-offline as signature checking is implemented in the
|
||||||
|
source validator.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 26 13:13:38 UTC 2014 - lmuelle@suse.com
|
Wed Nov 26 13:13:38 UTC 2014 - lmuelle@suse.com
|
||||||
|
|
||||||
|
@ -39,7 +39,6 @@ Provides: smtp_daemon
|
|||||||
%if %{?suse_version:%suse_version}%{?!suse_version:0} > 800
|
%if %{?suse_version:%suse_version}%{?!suse_version:0} > 800
|
||||||
Requires: logrotate
|
Requires: logrotate
|
||||||
%if 0%{?suse_version} > 1220
|
%if 0%{?suse_version} > 1220
|
||||||
BuildRequires: gpg-offline
|
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
%else
|
%else
|
||||||
@ -65,7 +64,7 @@ Group: Productivity/Networking/Email/Servers
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: exim-%{version}.tar.bz2
|
Source: exim-%{version}.tar.bz2
|
||||||
Source3: exim-%{version}.tar.bz2.asc
|
Source3: exim-%{version}.tar.bz2.asc
|
||||||
Source4: exim-pubkey_04d29eba.asc
|
Source4: exim.keyring
|
||||||
Source1: sysconfig.exim
|
Source1: sysconfig.exim
|
||||||
Source2: exim.logrotate
|
Source2: exim.logrotate
|
||||||
Source11: exim.rc
|
Source11: exim.rc
|
||||||
@ -126,7 +125,6 @@ once, if at all. The rest is done by logrotate / cron.)
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%{?gpg_verify: %gpg_verify --keyring %{SOURCE4} %{SOURCE3}}
|
|
||||||
%setup -q -n exim-%{version}
|
%setup -q -n exim-%{version}
|
||||||
%patch
|
%patch
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user