Specify all dependencies
This commit is contained in:
parent
c28d911385
commit
05f517a593
@ -15,7 +15,16 @@ Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
|
||||
# Pass compilation with -Werror=format-security, bug #1037323
|
||||
Patch0: %{name}-4.14.2-Pass-compilation-with-Werror-format-security.patch
|
||||
URL: http://www.gnu.org/software/%{name}/
|
||||
BuildRequires: binutils
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gettext
|
||||
BuildRequires: glibc-common
|
||||
BuildRequires: glibc-headers
|
||||
BuildRequires: make
|
||||
BuildRequires: sed
|
||||
# Tests:
|
||||
BuildRequires: diffutils
|
||||
Requires(post): info
|
||||
Requires(preun): info
|
||||
Provides: bundled(gnulib)
|
||||
@ -76,6 +85,7 @@ fi
|
||||
%changelog
|
||||
* Mon Jun 01 2015 Petr Pisar <ppisar@redhat.com> - 4.15.2-1
|
||||
- 4.15.2 bump
|
||||
- Specify all dependencies
|
||||
|
||||
* Mon May 04 2015 Petr Pisar <ppisar@redhat.com> - 4.15.1-1
|
||||
- 4.15.1 bump
|
||||
|
||||
Loading…
Reference in New Issue
Block a user