From 3ec5e56d51ae6cbfb27b7d706007940f322e847ee3fc581666be0c686fb101b8 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Fri, 19 Apr 2013 12:47:15 +0000 Subject: [PATCH] - we dont use the unversion path anymore for installing the extension: use requires_eq for requiring vim. OBS-URL: https://build.opensuse.org/package/show/server:mail/msmtp?expand=0&rev=57 --- msmtp.changes | 8 +++++++- msmtp.spec | 6 +++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/msmtp.changes b/msmtp.changes index 959e8e4..ad0b2d0 100644 --- a/msmtp.changes +++ b/msmtp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 19 12:46:40 UTC 2013 - mrueckert@suse.de + +- we dont use the unversion path anymore for installing the + extension: use requires_eq for requiring vim. + ------------------------------------------------------------------- Wed Apr 17 11:57:50 UTC 2013 - idonmez@suse.com @@ -21,7 +27,7 @@ Tue Jun 5 15:12:56 UTC 2012 - puzel@suse.com - Bug fix: expand tilde for the aliases command. ------------------------------------------------------------------- -Tue Jan 10 11:09:26 UTC 2012 - mrueckert@suse.com +Tue Jan 10 11:09:26 UTC 2012 - mrueckert@suse.de - update to version 1.4.27: - No significant changes. diff --git a/msmtp.spec b/msmtp.spec index 73a6b29..0f1cf31 100644 --- a/msmtp.spec +++ b/msmtp.spec @@ -33,16 +33,16 @@ BuildRequires: libgsasl-devel # for the directory %if 0%{?centos_version} BuildRequires: vim-common -Requires: vim-common +%requires_eq vim-common %else %if 0%{?suse_version} < 1030 # old openSUSE and SLES and Fedora and RHEL: BuildRequires: vim -Requires: vim +%requires_eq vim %else # recent openSUSE: BuildRequires: vim-base -Requires: vim-base +%requires_eq vim-base %endif #suse_version %endif #centos_version %if 0%{?suse_version}