[bluez] * Sat Jul 31 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> 4.69-3 - Comment out Requires: db

Orcan Ogetbil oget at fedoraproject.org
Sat Jul 31 18:58:46 UTC 2010


commit d9f2d587d3e8b2c52b7f2010630a02ca53982bc1
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Sat Jul 31 14:58:42 2010 -0400

    * Sat Jul 31 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> 4.69-3
    - Comment out Requires: dbus-bluez-pin-helper for bootstrapping. Otherwise
      it drags in the old blueman, built against python-2.6
    * Fri Jul 23 2010 Bastien Nocera <bnocera at redhat.com> 4.69-2
    - Don't allow installing bluez-compat on its own

 bluez.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/bluez.spec b/bluez.spec
index 2fbfe81..8ba3e34 100644
--- a/bluez.spec
+++ b/bluez.spec
@@ -1,7 +1,7 @@
 Summary: Bluetooth utilities
 Name: bluez
 Version: 4.69
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: Applications/System
 Source: http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.gz
@@ -45,9 +45,10 @@ Obsoletes: bluez-pan < 4.0, bluez-sdp < 4.0
 Requires: initscripts, bluez-libs = %{version}
 Requires: dbus >= 0.60
 Requires: hwdata >= 0.215
-%ifnarch s390 s390x
-Requires: dbus-bluez-pin-helper
-%endif
+# comment out for bootstrapping
+#ifnarch s390 s390x
+#Requires: dbus-bluez-pin-helper
+#endif
 Requires: udev >= 143-2
 Requires(preun): /sbin/chkconfig, /sbin/service
 Requires(post): /sbin/chkconfig, /sbin/service
@@ -280,6 +281,9 @@ fi
 %{_mandir}/man1/pand.1.gz
 
 %changelog
+* Sat Jul 31 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> 4.69-3
+- Comment out Requires: dbus-bluez-pin-helper for bootstrapping. Otherwise
+  it drags in the old blueman, built against python-2.6
 * Fri Jul 23 2010 Bastien Nocera <bnocera at redhat.com> 4.69-2
 - Don't allow installing bluez-compat on its own
 


More information about the scm-commits mailing list