Accepting request 352261 from home:jdelvare:branches:hardware
- Drop dead link. - Fix Osoletes statement, cpufrequtils package versions were greater than cpupower package versions so we must obsolete all versions of cpufrequtils. OBS-URL: https://build.opensuse.org/request/show/352261 OBS-URL: https://build.opensuse.org/package/show/hardware/cpupower?expand=0&rev=51
This commit is contained in:
parent
4e88fd7221
commit
a346746308
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 6 10:22:14 UTC 2016 - jdelvare@suse.com
|
||||||
|
|
||||||
|
- Drop dead link.
|
||||||
|
- Fix Osoletes statement, cpufrequtils package versions were
|
||||||
|
greater than cpupower package versions so we must obsolete all
|
||||||
|
versions of cpufrequtils.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 28 18:18:52 UTC 2015 - trenn@suse.de
|
Wed Jan 28 18:18:52 UTC 2015 - trenn@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cpupower
|
# spec file for package cpupower
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Author: Thomas Renninger <trenn@suse.de>
|
# Author: Thomas Renninger <trenn@suse.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,7 +18,6 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cpupower
|
Name: cpupower
|
||||||
Url: http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html
|
|
||||||
# Use this as version when things are in mainline kernel
|
# Use this as version when things are in mainline kernel
|
||||||
%define version %(rpm -q --qf '%{VERSION}' kernel-source)
|
%define version %(rpm -q --qf '%{VERSION}' kernel-source)
|
||||||
Version: 3.19
|
Version: 3.19
|
||||||
@ -42,7 +41,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildRequires: gettext-tools
|
BuildRequires: gettext-tools
|
||||||
BuildRequires: pciutils
|
BuildRequires: pciutils
|
||||||
BuildRequires: pciutils-devel
|
BuildRequires: pciutils-devel
|
||||||
Obsoletes: cpufrequtils < %version
|
Obsoletes: cpufrequtils
|
||||||
Provides: cpufrequtils = %version
|
Provides: cpufrequtils = %version
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user