diff options
author | Josh Boyer <jwboyer@redhat.com> | 2013-01-02 09:08:37 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2013-01-02 09:08:37 -0500 |
commit | 5a4dd837795a484aab835b5503b0fb87a35189d1 (patch) | |
tree | 271c474feb8c94b5222c3f320de98426e7763edc | |
parent | 834dba8200bece79ea53202f465b478868ec4647 (diff) | |
download | kernel-5a4dd837795a484aab835b5503b0fb87a35189d1.tar.gz kernel-5a4dd837795a484aab835b5503b0fb87a35189d1.tar.xz kernel-5a4dd837795a484aab835b5503b0fb87a35189d1.zip |
BR the hostname package (rhbz 886113)
-rw-r--r-- | kernel.spec | 7 |
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) |