From fe8799e914ba5822ccab727e075a1dc9500073dc Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 25 Jan 2021 13:27:17 +0000 Subject: [PATCH] Drop FAM support --- gnome-vfs2.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gnome-vfs2.spec b/gnome-vfs2.spec index 0010aa0..8322ca6 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: 33%{?dist} +Release: 34%{?dist} License: LGPLv2+ and GPLv2+ # the daemon and the library are LGPLv2+ # the modules are LGPLv2+ and GPLv2+ @@ -32,7 +32,7 @@ BuildRequires: autoconf BuildRequires: gtk-doc BuildRequires: perl-XML-Parser BuildRequires: libsmbclient-devel -BuildRequires: openssl-devel gamin-devel +BuildRequires: openssl-devel BuildRequires: krb5-devel BuildRequires: pkgconfig(avahi-client) pkgconfig(avahi-glib) %if %{with hal} @@ -152,6 +152,7 @@ shares (SMB) to applications using GNOME VFS. %patch405 -p1 -b .default-media +%build # for patch 10 and 4 libtoolize --force || : aclocal || : @@ -159,7 +160,6 @@ autoheader || : automake --add-missing || : autoconf || : -%build if pkg-config openssl ; then CPPFLAGS=`pkg-config --cflags openssl`; export CPPFLAGS LDFLAGS=`pkg-config --libs-only-L openssl`; export LDFLAGS @@ -169,6 +169,7 @@ CFLAGS="%optflags -fno-strict-aliasing" \ %configure \ --with-samba-includes=`pkg-config --variable=includedir smbclient` \ --enable-samba \ + --disable-fam \ --disable-gtk-doc \ %if %{with hal} --enable-hal \ @@ -257,6 +258,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';' %config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf %changelog +* Mon Jan 25 2021 Peter Robinson - 2.24.4-34 +- Drop FAM support + * Thu Sep 17 2020 Gwyn Ciesla - 2.24.4-33 - Migrate to modern openssl.