BR: gnome-common

This commit is contained in:
David Zeuthen 2012-04-30 15:09:56 -04:00
parent 4b00847924
commit f45035adda

View File

@ -8,7 +8,7 @@
Summary: Disk Manager Summary: Disk Manager
Name: udisks2 Name: udisks2
Version: 1.95.0 Version: 1.95.0
Release: 2%{?dist} Release: 3%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.freedesktop.org/wiki/Software/udisks URL: http://www.freedesktop.org/wiki/Software/udisks
@ -57,6 +57,7 @@ Conflicts: kernel < 2.6.26
# this patch needs autoreconf # this patch needs autoreconf
Patch0: udisks-1.95.0-actually-link-with-libsystemd-login.patch Patch0: udisks-1.95.0-actually-link-with-libsystemd-login.patch
BuildRequires: gnome-common
BuildRequires: libtool BuildRequires: libtool
BuildRequires: automake BuildRequires: automake
BuildRequires: autoconf BuildRequires: autoconf
@ -151,6 +152,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
# Note: please don't forget the %{?dist} in the changelog. Thanks # Note: please don't forget the %{?dist} in the changelog. Thanks
%changelog %changelog
* Mon Apr 30 2012 David Zeuthen <davidz@redhat.com> - 1.95.0-3%{?dist}
- BR: gnome-common
* Mon Apr 30 2012 David Zeuthen <davidz@redhat.com> - 1.95.0-2%{?dist} * Mon Apr 30 2012 David Zeuthen <davidz@redhat.com> - 1.95.0-2%{?dist}
- Make daemon actually link with libsystemd-login - Make daemon actually link with libsystemd-login