From c4ccb0a7b4ab3bb03199449390c0a7bb61d71996 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Tue, 21 Feb 2017 12:53:03 -0600 Subject: [PATCH] Fix FTBFS --- gnome-vfs2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnome-vfs2.spec b/gnome-vfs2.spec index b298fe3..558baff 100644 --- a/gnome-vfs2.spec +++ b/gnome-vfs2.spec @@ -13,7 +13,7 @@ Summary: The GNOME virtual file-system libraries Name: gnome-vfs2 Version: 2.24.4 -Release: 21%{?dist} +Release: 22%{?dist} License: LGPLv2+ and GPLv2+ # the daemon and the library are LGPLv2+ # the modules are LGPLv2+ and GPLv2+ @@ -33,7 +33,7 @@ BuildRequires: autoconf BuildRequires: gtk-doc BuildRequires: perl-XML-Parser BuildRequires: libsmbclient-devel -BuildRequires: openssl-devel gamin-devel +BuildRequires: compat-openssl10-devel gamin-devel BuildRequires: krb5-devel BuildRequires: pkgconfig(avahi-client) pkgconfig(avahi-glib) %if %{with hal} @@ -260,6 +260,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';' %config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf %changelog +* Tue Feb 21 2017 Jon Ciesla - 2.24.4-22 +- Use compat-openssl10. + * Fri Feb 10 2017 Fedora Release Engineering - 2.24.4-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild