Fix patch application

epel9
Mukundan Ragavan 4 years ago
parent ff0f55a90c
commit 041d8cf117

@ -1,11 +1,11 @@
Name: htop
Version: 3.0.5
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Interactive process viewer
License: GPLv2+
URL: http://hisham.hm/htop/
Source0: https://github.com/htop-dev/htop/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: htop-enable-acpitz-sensors.patch -p1
Patch0: htop-enable-acpitz-sensors.patch
BuildRequires: desktop-file-utils
BuildRequires: ncurses-devel
@ -24,7 +24,8 @@ htop is an interactive text-mode process viewer for Linux, similar to
top(1).
%prep
%autosetup
%autosetup -p1
%if 0%{?rhel} >= 8
pathfix.py -pni "/usr/libexec/platform-python" scripts/
%endif
@ -57,6 +58,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/htop.1*
%changelog
* Thu Feb 18 2021 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 3.0.5-4
- Fix patch application
* Thu Feb 18 2021 Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> - 3.0.5-3
- Enable lm-sensors support.
- Patch to enable sensors read on AArch64 platforms.

Loading…
Cancel
Save