From 65b285171388822d9a9633ff2303d6684e46398bb40789fe5ef11141bff07f32 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 4 Oct 2011 07:04:08 +0000 Subject: [PATCH] Accepting request 86023 from home:coolo:removelibtool add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages OBS-URL: https://build.opensuse.org/request/show/86023 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=187 --- gdm.changes | 5 +++++ gdm.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/gdm.changes b/gdm.changes index 2dc7534..ee2b154 100644 --- a/gdm.changes +++ b/gdm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Oct 1 05:39:11 UTC 2011 - coolo@suse.com + +- add libtool as buildrequire to make the spec file more reliable + ------------------------------------------------------------------- Tue Sep 27 07:07:10 UTC 2011 - vuntz@opensuse.org diff --git a/gdm.spec b/gdm.spec index a0cd0e5..7c9765b 100644 --- a/gdm.spec +++ b/gdm.spec @@ -88,6 +88,7 @@ BuildRequires: libcanberra-devel BuildRequires: libselinux-devel BuildRequires: libupower-glib-devel BuildRequires: libxklavier-devel +BuildRequires: libtool BuildRequires: pam-devel BuildRequires: pwdutils BuildRequires: tcpd-devel