summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2011-08-18 11:44:24 -0400
committerJosh Boyer <jwboyer@redhat.com>2011-08-18 11:44:24 -0400
commit02587b4efa279dbcc9d7f80fd7636074bb905012 (patch)
tree3615f024b81f9b23bf7442475efe10f40f9efbe4 /kernel.spec
parent5106c6357312bfdf7b4fcd4d41aba0b111b2fb9e (diff)
downloadkernel-02587b4efa279dbcc9d7f80fd7636074bb905012.tar.gz
kernel-02587b4efa279dbcc9d7f80fd7636074bb905012.tar.xz
kernel-02587b4efa279dbcc9d7f80fd7636074bb905012.zip
Adjust obsoletes/provides to replace the cpupowerutils package
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec15
1 files changed, 13 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec
index fb629f495..c2ca4b9c3 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -51,7 +51,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be prepended with "0.", so
# for example a 3 here will become 0.3
#
-%global baserelease 2
+%global baserelease 3
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -804,7 +804,14 @@ Summary: Assortment of tools for the Linux kernel
Group: Development/System
License: GPLv2
Obsoletes: perf
-Provides: perf
+Provides: perf
+Provides: cpupowerutils = 1:009-0.6.p1
+Obsoletes: cpupowerutils < 1:009-0.6.p1
+Provides: cpufreq-utils = 1:009-0.6.p1
+Provides: cpufrequtils = 1:009-0.6.p1
+Obsoletes: cpufreq-utils < 1:009-0.6.p1
+Obsoletes: cpufrequtils < 1:009-0.6.p1
+Obsoletes: cpuspeed < 1:1.5-16
%description -n kernel-tools
This package contains the tools/ directory from the kernel source
- the perf tool and the supporting documentation.
@@ -813,6 +820,7 @@ This package contains the tools/ directory from the kernel source
Summary: Assortment of tools for the Linux kernel
Group: Development/System
License: GPLv2
+Requires: kernel-tools = %{version}-%{release}
%description -n kernel-tools-devel
This package contains the development files for the tools/ directory from
the kernel source.
@@ -2063,6 +2071,9 @@ fi
# || ||
%changelog
* Thu Aug 18 2011 Josh Boyer <jwboyer@redhat.com>
+- Adjust provides/obsoletes to replace the cpupowerutils package
+
+* Thu Aug 18 2011 Josh Boyer <jwboyer@redhat.com>
- Add patch to fix perf build against rawhide glibc
- Add BR for gettext for cpupower translations