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