add explicit avahi build deps

f38
Rex Dieter 11 years ago
parent 1de23836b1
commit cfd5063cc6

@ -10,7 +10,7 @@
Summary: The GNOME virtual file-system libraries
Name: gnome-vfs2
Version: 2.24.4
Release: 13%{?dist}
Release: 14%{?dist}
License: LGPLv2+ and GPLv2+
# the daemon and the library are LGPLv2+
# the modules are LGPLv2+ and GPLv2+
@ -35,7 +35,7 @@ BuildRequires: perl-XML-Parser
BuildRequires: libsmbclient-devel
BuildRequires: openssl-devel gamin-devel
BuildRequires: krb5-devel
BuildRequires: avahi-glib-devel
BuildRequires: pkgconfig(avahi-client) pkgconfig(avahi-glib)
%if %{with hal}
BuildRequires: hal-devel
%endif
@ -231,6 +231,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
%changelog
* Thu Sep 26 2013 Rex Dieter <rdieter@fedoraproject.org> 2.24.4-14
- add explicit avahi build deps
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.4-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

Loading…
Cancel
Save