SHA256
1
0
forked from pool/msmtp

- 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
This commit is contained in:
Marcus Rückert 2013-04-19 12:47:15 +00:00 committed by Git OBS Bridge
parent b19ed8dd9a
commit 3ec5e56d51
2 changed files with 10 additions and 4 deletions

View File

@ -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.

View File

@ -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}