diff --git a/msmtp.changes b/msmtp.changes index 5c20904..7cecece 100644 --- a/msmtp.changes +++ b/msmtp.changes @@ -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 diff --git a/msmtp.spec b/msmtp.spec index 328b420..7605a9a 100644 --- a/msmtp.spec +++ b/msmtp.spec @@ -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