diff --git a/htop.spec b/htop.spec index 4b72735..df48f71 100644 --- a/htop.spec +++ b/htop.spec @@ -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 - 3.0.5-4 +- Fix patch application + * Thu Feb 18 2021 Marcin Juszkiewicz - 3.0.5-3 - Enable lm-sensors support. - Patch to enable sensors read on AArch64 platforms.