Added post requirements for coreutils
This commit is contained in:
parent
323a230824
commit
c8fc02556a
@ -1,18 +1,19 @@
|
||||
Name: powertop
|
||||
Version: 2.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Power consumption monitor
|
||||
Name: powertop
|
||||
Version: 2.3
|
||||
Release: 2%{?dist}
|
||||
Summary: Power consumption monitor
|
||||
|
||||
Group: Applications/System
|
||||
License: GPLv2
|
||||
URL: http://01.org/powertop/
|
||||
Source0: http://01.org/powertop/sites/default/files/downloads/%{name}-%{version}.tar.gz
|
||||
Group: Applications/System
|
||||
License: GPLv2
|
||||
URL: http://01.org/powertop/
|
||||
Source0: http://01.org/powertop/sites/default/files/downloads/%{name}-%{version}.tar.gz
|
||||
|
||||
# Sent upstream
|
||||
Patch0: powertop-2.3-always-create-params.patch
|
||||
Patch0: powertop-2.3-always-create-params.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: gettext, ncurses-devel, pciutils-devel, zlib-devel, libnl3-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: gettext, ncurses-devel, pciutils-devel, zlib-devel, libnl3-devel
|
||||
Requires(post): coreutils
|
||||
|
||||
%description
|
||||
PowerTOP is a tool that finds the software component(s) that make your
|
||||
@ -53,6 +54,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man8/powertop.8*
|
||||
|
||||
%changelog
|
||||
* Wed Apr 10 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.3-2
|
||||
- Added post requirements for coreutils
|
||||
|
||||
* Wed Mar 20 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.3-1
|
||||
- New version
|
||||
Resolves: rhbz#923729
|
||||
|
||||
Loading…
Reference in New Issue
Block a user