[connman] add readline-devel to requires

Pavel Šimerda pavlix at fedoraproject.org
Sun Mar 31 00:51:19 UTC 2013


commit f38a5b35710dc0485d91d12252c1b8cbb88359b3
Author: Pavel Šimerda <pavlix at pavlix.net>
Date:   Sun Mar 31 01:50:38 2013 +0100

    add readline-devel to requires

 connman.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/connman.spec b/connman.spec
index cd0234c..35211f5 100644
--- a/connman.spec
+++ b/connman.spec
@@ -1,6 +1,6 @@
 Name: connman
 Version: 1.12
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: An alternative daemon for managing internet connections on Linux
 
 Group: System Environment/Base
@@ -13,6 +13,7 @@ BuildRequires: glib2-devel >= 2.28
 BuildRequires: dbus-devel >= 1.4
 BuildRequires: iptables-devel
 BuildRequires: gnutls-devel
+BuildRequires: readline-devel
 # connman searches for wpa_supplicant during build
 BuildRequires: wpa_supplicant >= 1.0
 Requires: wpa_supplicant >= 1.0
@@ -77,6 +78,9 @@ make install DESTDIR=%{buildroot}
 %{_libdir}/pkgconfig/connman.pc
 
 %changelog
+* Sun Mar 31 2013 Pavel Šimerda <psimerda at redhat.com> - 1.12-2
+- added readline-devel to requires
+
 * Sun Mar 24 2013 Peter Robinson <pbrobinson at fedoraproject.org> 1.12-1
 - update to 1.12
 


More information about the scm-commits mailing list