Drop the dependency on desktop-notification-daemon
We've gotten numerous complaints from users over this dependency, as it tends to pull in a random desktop environment (e.g. cinnamon) when doing an initial install that includes libnotify in the transaction set. Furthermore, it would also pull in a full desktop environment to any koji builds that include libnotify. This commit drop the dep to avoid this surprising behaviour.
This commit is contained in:
parent
3d7c715e43
commit
e4ea379102
@ -5,7 +5,7 @@
|
|||||||
Summary: Desktop notification library
|
Summary: Desktop notification library
|
||||||
Name: libnotify
|
Name: libnotify
|
||||||
Version: 0.7.6
|
Version: 0.7.6
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
URL: http://www.gnome.org
|
URL: http://www.gnome.org
|
||||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/libnotify/0.7/%{name}-%{version}.tar.xz
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/libnotify/0.7/%{name}-%{version}.tar.xz
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -19,7 +19,6 @@ BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
|
|||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: perl-Carp
|
BuildRequires: perl-Carp
|
||||||
Requires: glib2 >= %{glib2_version}
|
Requires: glib2 >= %{glib2_version}
|
||||||
Requires: desktop-notification-daemon
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libnotify is a library for sending desktop notifications to a notification
|
libnotify is a library for sending desktop notifications to a notification
|
||||||
@ -74,6 +73,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
|||||||
%{_datadir}/gir-1.0/Notify-0.7.gir
|
%{_datadir}/gir-1.0/Notify-0.7.gir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 29 2015 Kalev Lember <kalevlember@gmail.com> - 0.7.6-6
|
||||||
|
- Drop the dependency on desktop-notification-daemon
|
||||||
|
|
||||||
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.7.6-5
|
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.7.6-5
|
||||||
- Rebuilt for Fedora 23 Change
|
- Rebuilt for Fedora 23 Change
|
||||||
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
||||||
|
Loading…
Reference in New Issue
Block a user