[gajim/epel7] Drop Requires not available in EL7. Optional functionality will be affected.

Michal Schmidt michich at fedoraproject.org
Wed Mar 4 12:54:10 UTC 2015


commit a5d522cf972b1383f4fc9e08fc3ba0b4cff727c1
Author: Michal Schmidt <mschmidt at redhat.com>
Date:   Wed Mar 4 13:53:26 2015 +0100

    Drop Requires not available in EL7. Optional functionality will be affected.

 gajim.spec | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/gajim.spec b/gajim.spec
index 1de56c0..25ce27f 100644
--- a/gajim.spec
+++ b/gajim.spec
@@ -5,31 +5,31 @@ Name:		gajim
 %global		majorver 0.16
 #global		prever -rcX
 Version:	0.16.1
-Release:	3%{?dist}
+Release:	3%{?dist}.1
 License:	GPLv3
 Group:		Applications/Internet
 URL:		http://gajim.org/
 Source0:	http://gajim.org/downloads/%{majorver}/%{name}-%{version}%{?prever}.tar.bz2
 BuildArch:	noarch
 
-Requires:	avahi-ui-tools
+#Requires:	avahi-ui-tools
 Requires:	dbus-python
 #  Audio/Video calls:
-Requires:	farstream-python
-Requires:	gstreamer-python
+#Requires:	farstream-python
+#Requires:	gstreamer-python
 # XXX: Gajim does not import bonobo directly, but some module does and
 # prints an error if it's not available.
 Requires:	gnome-python2-bonobo
-Requires:	gnome-python2-desktop
+#Requires:	gnome-python2-desktop
 Requires:	gnome-python2-gnome
-Requires:	gupnp-igd-python
+#Requires:	gupnp-igd-python
 Requires:	hicolor-icon-theme
-Requires:	notify-python
+#Requires:	notify-python
 Requires:	pyOpenSSL
 Requires:	python-crypto
 Requires:	python-gnupg
 Requires:	python-kerberos
-Requires:	python-libasyncns
+#Requires:	python-libasyncns
 Requires:	python-nbxmpp >= 0.5.2
 Requires:	python-pyasn1
 Requires:	python-pycurl
@@ -113,6 +113,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/%{name}/src
 
 %changelog
+* Wed Mar 04 2015 Michal Schmidt <mschmidt at redhat.com> - 0.16.1-3.el7.1
+- Drop Requires not available in EL7. Optional functionality will be affected.
+
 * Mon Mar 02 2015 Michal Schmidt <mschmidt at redhat.com> - 0.16.1-3
 - Bump required version of python-nbxmpp.
 


More information about the scm-commits mailing list