Add missing glib-networking dependency
- Add missing glib-networking dependency, currently used for FreeIPA discovery [#953151]
This commit is contained in:
parent
f91b2e1d4d
commit
76c3903e88
@ -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 <stefw@redhat.com> - 0.13.3-2
|
||||
- Add missing glib-networking dependency, currently used
|
||||
for FreeIPA discovery [#953151]
|
||||
|
||||
* Wed Apr 17 2013 Stef Walter <stefw@redhat.com> - 0.13.3-1
|
||||
- Update for upstream 0.13.3 version
|
||||
- Add dependency on systemd for installing service file
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user