diff --git a/realmd.spec b/realmd.spec index fe59f0d..f2f1179 100644 --- a/realmd.spec +++ b/realmd.spec @@ -1,6 +1,6 @@ Name: realmd Version: 0.13.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Kerberos realm enrollment service License: LGPLv2+ URL: http://cgit.freedesktop.org/realmd/realmd/ @@ -17,6 +17,8 @@ BuildRequires: systemd-devel BuildRequires: libxslt BuildRequires: xmlto +Requires: glib-networking + %description realmd is a DBus system service which manages discovery and enrollment in realms and domains like Active Directory or IPA. The control center uses realmd as the @@ -63,6 +65,10 @@ make install DESTDIR=%{buildroot} %changelog * Wed Apr 17 2013 Stef Walter - 0.13.3-2 +- Add missing glib-networking dependency, currently used + for FreeIPA discovery [#953151] + +* Wed Apr 17 2013 Stef Walter - 0.13.3-1 - Update for upstream 0.13.3 version - Add dependency on systemd for installing service file