Explictly disable OpenLDAP support

This prevents accidentally enabling OpenLDAP and causing a build
failure through unpackaged files when building not in mock.
epel9
Owen W. Taylor 6 years ago
parent bcb7fe84d0
commit c3c658be8c

@ -86,7 +86,7 @@ autoreconf -i -f
%configure --disable-static \
%{?defaults_service:--enable-defaults-service} \
%{!?defaults_service:--disable-defaults-service} \
--disable-orbit --with-gtk=3.0
--disable-orbit --without-openldap --with-gtk=3.0
# drop unneeded direct library deps with --as-needed
# libtool doesn't make this easy, so we do it the hard way
@ -156,8 +156,8 @@ fi
%{_libexecdir}/gconf-defaults-mechanism
%{_datadir}/polkit-1/actions/org.gnome.gconf.defaults.policy
%{_datadir}/dbus-1/system-services/org.gnome.GConf.Defaults.service
%{_datadir}/dbus-1/services/org.gnome.GConf.service
%endif
%{_datadir}/dbus-1/services/org.gnome.GConf.service
%{_localstatedir}/lib/rpm-state/gconf/
%{_libdir}/gio/modules/libgsettingsgconfbackend.so
%{_libdir}/girepository-1.0
@ -175,6 +175,7 @@ fi
%changelog
* Thu Oct 4 2018 Owen Taylor <otaylor@redhat.com> - 3.2.6-22
- Disable the defaults service when building for Flatpak inclusion
- Explicitly disable openldap support
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.6-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

Loading…
Cancel
Save