diff --git a/ChangeLog b/ChangeLog index eb7fba0..d301648 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,10 @@ Changes in version 1.12.6 Modify the 'dist' directive to allow 'make dist', 'make dist-rpm', and 'make dist-rpm-install' with a cloned git archive. ++ bugfix + * autospec.spec - Davide Madrisan: + Add a missing build requirement: make. + ------------------------------------------------------------------------------- Changes in version 1.12.5 diff --git a/autospec.spec.in b/autospec.spec.in index 67b2cfc..b606929 100644 --- a/autospec.spec.in +++ b/autospec.spec.in @@ -16,6 +16,7 @@ URL: https://sites.google.com/site/davidemadrisan/opensource#TOC-autos # http://git.openmamba.org/?p=autospec.git;a=summary Source: autospec-%{version}.tar.bz2 Requires(pre): bash +Requires(pre): make Requires(pre): rpm Requires: cpio, coreutils, curl, findutils, grep, sed Requires: /bin/mktemp