BR the hostname package (rhbz 886113)

This commit is contained in:
Josh Boyer 2013-01-02 09:08:37 -05:00
parent 834dba8200
commit 5a4dd83779
1 changed files with 5 additions and 2 deletions

View File

@ -62,7 +62,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
#
%global baserelease 6
%global baserelease 7
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@ -536,7 +536,7 @@ ExclusiveOS: Linux
BuildRequires: module-init-tools, patch >= 2.5.4, bash >= 2.03, sh-utils, tar
BuildRequires: bzip2, xz, findutils, gzip, m4, perl, make >= 3.78, diffutils, gawk
BuildRequires: gcc >= 3.4.2, binutils >= 2.12, redhat-rpm-config, hmaccalc
BuildRequires: net-tools
BuildRequires: net-tools, hostname
BuildRequires: xmlto, asciidoc
%if %{with_sparse}
BuildRequires: sparse >= 0.4.1
@ -2368,6 +2368,9 @@ fi
# ||----w |
# || ||
%changelog
* Wed Jan 02 2013 Josh Boyer <jwboyer@redhat.com>
- BR the hostname package (rhbz 886113)
* Tue Dec 18 2012 Dave Jones <davej@redhat.com>
- On rebases, list new config options.
(Revert to pre-18 behaviour)