Accepting request 185970 from home:oertel:branches:server:mail
- BuildRequire libgcrpyt-devel instead of libgcrypt for > 12.3 OBS-URL: https://build.opensuse.org/request/show/185970 OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=96
This commit is contained in:
parent
56d30fd3a3
commit
a3f9dcf27d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 5 18:06:01 CEST 2013 - ro@suse.de
|
||||||
|
|
||||||
|
- BuildRequire libgcrpyt-devel instead of libgcrypt for > 12.3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 29 10:26:45 UTC 2013 - werner@suse.de
|
Wed May 29 10:26:45 UTC 2013 - werner@suse.de
|
||||||
|
|
||||||
|
@ -29,7 +29,11 @@ BuildRequires: glibc-i18ndata
|
|||||||
BuildRequires: ispell
|
BuildRequires: ispell
|
||||||
BuildRequires: krb5-devel
|
BuildRequires: krb5-devel
|
||||||
BuildRequires: libcom_err
|
BuildRequires: libcom_err
|
||||||
|
%if 0%{?suse_version} <= 1230
|
||||||
BuildRequires: libgcrypt
|
BuildRequires: libgcrypt
|
||||||
|
%else
|
||||||
|
BuildRequires: libgcrypt-devel
|
||||||
|
%endif
|
||||||
BuildRequires: libgnutls-devel
|
BuildRequires: libgnutls-devel
|
||||||
BuildRequires: libgpg-error-devel
|
BuildRequires: libgpg-error-devel
|
||||||
BuildRequires: libidn-devel
|
BuildRequires: libidn-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user