diff --git a/grep.changes b/grep.changes index 2c4dcf6..49d528f 100644 --- a/grep.changes +++ b/grep.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 1 15:48:03 UTC 2011 - coolo@suse.com + +- add automake as buildrequire to avoid implicit dependency + ------------------------------------------------------------------- Sat Oct 29 14:09:48 UTC 2011 - meissner@suse.com diff --git a/grep.spec b/grep.spec index 280e79e..ad45944 100644 --- a/grep.spec +++ b/grep.spec @@ -15,21 +15,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: grep +BuildRequires: automake BuildRequires: pcre-devel %if 0%{?suse_version} < 1120 BuildRequires: pcre %endif Url: http://www.gnu.org/software/grep/ -License: GPLv3 +License: GPL-3.0 Group: Productivity/Text/Utilities Provides: base:/usr/bin/grep -AutoReqProv: on PreReq: %{install_info_prereq} Version: 2.9 -Release: 1 +Release: 0 Summary: Print lines matching a pattern Source: grep-%{version}.tar.bz2 Patch0: fix-testsuite.diff