import htop-3.3.0-1.el9

i9ce changed/i9ce/htop-3.3.0-1.el9
MSVSphere Packaging Team 1 year ago
parent dfa351327f
commit 51abf2916d

2
.gitignore vendored

@ -1 +1 @@
SOURCES/htop-3.2.2.tar.gz SOURCES/htop-3.3.0.tar.gz

@ -1 +1 @@
dcfc38733f2b7908e5627961bd1485778e292380 SOURCES/htop-3.2.2.tar.gz b6151bd7906c201a121736c601883725c6a2044c SOURCES/htop-3.3.0.tar.gz

@ -1,5 +1,5 @@
## START: Set by rpmautospec ## START: Set by rpmautospec
## (rpmautospec version 0.3.1) ## (rpmautospec version 0.3.5)
## RPMAUTOSPEC: autorelease, autochangelog ## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: %define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1; release_number = 1;
@ -9,7 +9,7 @@
## END: Set by rpmautospec ## END: Set by rpmautospec
Name: htop Name: htop
Version: 3.2.2 Version: 3.3.0
Release: %autorelease Release: %autorelease
Summary: Interactive process viewer Summary: Interactive process viewer
License: GPLv2+ License: GPLv2+
@ -27,6 +27,9 @@ BuildRequires: python
BuildRequires: libtool BuildRequires: libtool
BuildRequires: make BuildRequires: make
BuildRequires: lm_sensors-devel BuildRequires: lm_sensors-devel
BuildRequires: hwloc-devel
BuildRequires: libcap-devel
BuildRequires: libnl3-devel
%description %description
htop is an interactive text-mode process viewer for Linux, similar to htop is an interactive text-mode process viewer for Linux, similar to
@ -45,10 +48,11 @@ autoreconf -vfi
%configure \ %configure \
--enable-openvz \ --enable-openvz \
--enable-vserver \ --enable-vserver \
--enable-taskstats \ --enable-hwloc \
--enable-unicode \ --enable-unicode \
--with-sensors \ --enable-sensors \
--enable-cgroup --enable-delayacct \
--enable-capabilities
%make_build %make_build
@ -67,9 +71,18 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/htop.1* %{_mandir}/man1/htop.1*
%changelog %changelog
* Wed Jul 05 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 3.2.2-1 * Mon Jan 15 2024 Mukundan Ragavan <nonamedotc@gmail.com> - 3.3.0-1
- Update to v3.3.0
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Jul 05 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 3.2.2-2
- Rebuilt for MSVSphere 9.2 - Rebuilt for MSVSphere 9.2
* Tue Feb 14 2023 topazus <topazus@outlook.com> - 3.2.2-2
- fix and update the configure options
* Sun Feb 12 2023 Mukundan Ragavan <nonamedotc@gmail.com> - 3.2.2-1 * Sun Feb 12 2023 Mukundan Ragavan <nonamedotc@gmail.com> - 3.2.2-1
- Update to v3.2.2 - Update to v3.2.2

Loading…
Cancel
Save