Drop unused dbus build dependency
3.18.x uses gdbus instead.
This commit is contained in:
parent
058244c7ef
commit
1942ba4c91
@ -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 <klember@redhat.com> - 3.18.1-1
|
||||
- Update to 3.18.1
|
||||
- Drop unused dbus build dependency
|
||||
|
||||
* Thu Oct 15 2015 Ray Strode <rstrode@redhat.com> 3.18.0-4
|
||||
- Fix password handoff in non-autologin case
|
||||
|
Loading…
Reference in New Issue
Block a user