From f4498dd35d3adc328ab693035f1943bb66d84203f1262017185f3010737788c4 Mon Sep 17 00:00:00 2001 From: Suresh Jayaraman Date: Mon, 5 Dec 2011 05:39:09 +0000 Subject: [PATCH] Accepting request 94767 from home:coolo:removeautomake add automake to buildrequires OBS-URL: https://build.opensuse.org/request/show/94767 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=37 --- cifs-utils.changes | 5 +++++ cifs-utils.spec | 13 +++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/cifs-utils.changes b/cifs-utils.changes index 83c4d87..fcca7c1 100644 --- a/cifs-utils.changes +++ b/cifs-utils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 1 16:04:20 UTC 2011 - coolo@suse.com + +- add automake as buildrequire to avoid implicit dependency + ------------------------------------------------------------------- Sat Sep 17 22:58:13 UTC 2011 - jengelh@medozas.de diff --git a/cifs-utils.spec b/cifs-utils.spec index 6038561..b1ae774 100644 --- a/cifs-utils.spec +++ b/cifs-utils.spec @@ -15,13 +15,11 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - -Summary: Utilities for doing and managing mounts of the Linux CIFS filesystem - Name: cifs-utils Version: 4.9 -Release: 1 -License: GPLv3+ +Release: 0 +License: GPL-3.0+ +Summary: Utilities for doing and managing mounts of the Linux CIFS filesyste Group: System/Filesystems Url: http://www.samba.org/linux-cifs/cifs-utils/ Source: %{name}-%{version}.tar.bz2 @@ -36,7 +34,10 @@ PreReq: /sbin/chkconfig %define initdir %{_sysconfdir}/init.d Provides: cifs-mount = %{version} Obsoletes: cifs-mount < %{version} -BuildRequires: krb5-devel libcap-devel libtalloc-devel +BuildRequires: automake +BuildRequires: krb5-devel +BuildRequires: libcap-devel +BuildRequires: libtalloc-devel %if 0%{?suse_version} > 1110 BuildRequires: fdupes %endif