summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2013-01-02 09:08:37 -0500
committerJosh Boyer <jwboyer@redhat.com>2013-01-02 09:08:37 -0500
commit5a4dd837795a484aab835b5503b0fb87a35189d1 (patch)
tree271c474feb8c94b5222c3f320de98426e7763edc /kernel.spec
parent834dba8200bece79ea53202f465b478868ec4647 (diff)
downloadkernel-5a4dd837795a484aab835b5503b0fb87a35189d1.tar.gz
kernel-5a4dd837795a484aab835b5503b0fb87a35189d1.tar.xz
kernel-5a4dd837795a484aab835b5503b0fb87a35189d1.zip
BR the hostname package (rhbz 886113)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec
index f04b60a10..140c977a5 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -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)