SHA256
1
0
forked from pool/msmtp

Accepting request 482772 from home:devmotion:branches:server:mail

Hi, I encorporated your suggestions:
- I completely removed gnome_keyring bcond
- I built against the same set of distros as server:mail. Since libsecret could not be resolved on CentOS 6 and SLE11 I disabled keyring integration for these distros.

OBS-URL: https://build.opensuse.org/request/show/482772
OBS-URL: https://build.opensuse.org/package/show/server:mail/msmtp?expand=0&rev=77
This commit is contained in:
Benoît Monin 2017-03-28 20:51:34 +00:00 committed by Git OBS Bridge
parent fe7a515bf7
commit f4aa6d7995
2 changed files with 19 additions and 5 deletions

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Mar 26 19:29:42 UTC 2017 - dev+novell@devmotion.de
- Keyring integration only for recent openSUSE and CentOS
-------------------------------------------------------------------
Sun Mar 26 19:14:20 UTC 2017 - dev+novell@devmotion.de
- Replace pkgconfig dependencies
-------------------------------------------------------------------
Sun Mar 26 19:07:02 UTC 2017 - dev+novell@devmotion.de
- Add keyring integration
-------------------------------------------------------------------
Mon Nov 14 22:09:00 UTC 2016 - benoit.monin@gmx.fr

View File

@ -1,7 +1,7 @@
#
# spec file for package msmtp
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,8 +16,6 @@
#
%bcond_with gnome_keyring
Name: msmtp
Version: 1.6.6
Release: 0
@ -25,8 +23,9 @@ BuildRequires: libidn-devel
BuildRequires: openssl-devel
BuildRequires: pkg-config
BuildRequires: xz
%if %{with gnome_keyring}
BuildRequires: pkgconfig(libsecret-1)
%if 0%{?suse_version} >= 1120 || 0%{?centos_version} == 700
# keyring integration for recent openSUSE and CentOS
BuildRequires: libsecret-devel
%endif
%if 0%{?suse_version} >= 1120
BuildRequires: libgsasl-devel