autospec.spec: add a missing build requirement: make

Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
Davide Madrisan 2012-10-11 20:57:50 +02:00
parent 49655b2bf4
commit ffc10a6e87
2 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,10 @@ Changes in version 1.12.6
Modify the 'dist' directive to allow 'make dist', 'make dist-rpm', and Modify the 'dist' directive to allow 'make dist', 'make dist-rpm', and
'make dist-rpm-install' with a cloned git archive. '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 Changes in version 1.12.5

View File

@ -16,6 +16,7 @@ URL: https://sites.google.com/site/davidemadrisan/opensource#TOC-autos
# http://git.openmamba.org/?p=autospec.git;a=summary # http://git.openmamba.org/?p=autospec.git;a=summary
Source: autospec-%{version}.tar.bz2 Source: autospec-%{version}.tar.bz2
Requires(pre): bash Requires(pre): bash
Requires(pre): make
Requires(pre): rpm Requires(pre): rpm
Requires: cpio, coreutils, curl, findutils, grep, sed Requires: cpio, coreutils, curl, findutils, grep, sed
Requires: /bin/mktemp Requires: /bin/mktemp