diff --git a/gnome-keyring.spec b/gnome-keyring.spec index adfefc1..e42843c 100644 --- a/gnome-keyring.spec +++ b/gnome-keyring.spec @@ -1,6 +1,5 @@ %global glib2_version 2.38.0 %global gcr_version 3.5.3 -%global dbus_version 1.1.1 %global gcrypt_version 1.2.2 Summary: Framework for managing passwords and other secrets @@ -13,7 +12,6 @@ Group: System Environment/Libraries Source: https://download.gnome.org/sources/%{name}/3.18/%{name}-%{version}.tar.xz URL: https://wiki.gnome.org/Projects/GnomeKeyring -BuildRequires: pkgconfig(dbus-1) >= %{dbus_version} BuildRequires: pkgconfig(gcr-3) >= %{gcr_version} BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version} BuildRequires: pkgconfig(p11-kit-1) @@ -109,6 +107,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || : %changelog * Sat Oct 17 2015 Kalev Lember - 3.18.1-1 - Update to 3.18.1 +- Drop unused dbus build dependency * Thu Oct 15 2015 Ray Strode 3.18.0-4 - Fix password handoff in non-autologin case