Depend on guile 2.2
guile22 seems to be present in all f30 builds, so do not bring an earlier version just for gnutls.
This commit is contained in:
parent
81c75ab2a8
commit
e8f6e10f11
@ -1,6 +1,6 @@
|
|||||||
# This spec file has been automatically updated
|
# This spec file has been automatically updated
|
||||||
Version: 3.6.8
|
Version: 3.6.8
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Patch1: gnutls-3.2.7-rpath.patch
|
Patch1: gnutls-3.2.7-rpath.patch
|
||||||
Patch2: gnutls-3.6.7-no-now-guile.patch
|
Patch2: gnutls-3.6.7-no-now-guile.patch
|
||||||
%bcond_without dane
|
%bcond_without dane
|
||||||
@ -42,7 +42,7 @@ Recommends: trousers >= 0.3.11.2
|
|||||||
BuildRequires: unbound-devel unbound-libs
|
BuildRequires: unbound-devel unbound-libs
|
||||||
%endif
|
%endif
|
||||||
%if %{with guile}
|
%if %{with guile}
|
||||||
BuildRequires: guile-devel
|
BuildRequires: guile22-devel
|
||||||
%endif
|
%endif
|
||||||
URL: http://www.gnutls.org/
|
URL: http://www.gnutls.org/
|
||||||
Source0: ftp://ftp.gnutls.org/gcrypt/gnutls/v3.6/%{name}-%{version}.tar.xz
|
Source0: ftp://ftp.gnutls.org/gcrypt/gnutls/v3.6/%{name}-%{version}.tar.xz
|
||||||
@ -271,6 +271,9 @@ make check %{?_smp_mflags}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 15 2019 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.6.8-2
|
||||||
|
- Rebuilt with guile-2.2
|
||||||
|
|
||||||
* Tue May 28 2019 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.6.8-1
|
* Tue May 28 2019 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.6.8-1
|
||||||
- Update to upstream 3.6.8 release
|
- Update to upstream 3.6.8 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user