[realmd/f19] Add missing glib-networking dependency

Stef Walter stefw at fedoraproject.org
Wed Apr 17 13:33:03 UTC 2013


commit 76c3903e88954c23c482957ea2463db522301ee3
Author: Stef Walter <stefw at redhat.com>
Date:   Wed Apr 17 15:31:16 2013 +0200

    Add missing glib-networking dependency
    
    - Add missing glib-networking dependency, currently used
      for FreeIPA discovery [#953151]

 realmd.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
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 <stefw at redhat.com> - 0.13.3-2
+- Add missing glib-networking dependency, currently used
+  for FreeIPA discovery [#953151]
+
+* Wed Apr 17 2013 Stef Walter <stefw at redhat.com> - 0.13.3-1
 - Update for upstream 0.13.3 version
 - Add dependency on systemd for installing service file
 


More information about the scm-commits mailing list