SHA256
1
0
forked from pool/cpupower

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:
Ismail Dönmez 2016-01-06 11:44:26 +00:00 committed by Git OBS Bridge
parent 4e88fd7221
commit a346746308
2 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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>
#
# All modifications and additions to the file contributed by third parties
@ -18,7 +18,6 @@
Name: cpupower
Url: http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html
# Use this as version when things are in mainline kernel
%define version %(rpm -q --qf '%{VERSION}' kernel-source)
Version: 3.19
@ -42,7 +41,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gettext-tools
BuildRequires: pciutils
BuildRequires: pciutils-devel
Obsoletes: cpufrequtils < %version
Obsoletes: cpufrequtils
Provides: cpufrequtils = %version
%description