2013-08-07 14:30:18 +00:00
|
|
|
# The testsuite is unsuitable for running on buildsystems
|
2013-06-26 11:01:27 +00:00
|
|
|
%global tests_enabled 0
|
2012-03-07 15:21:14 +00:00
|
|
|
|
|
|
|
Summary: System and process monitoring utilities
|
|
|
|
Name: procps-ng
|
2021-02-18 13:25:23 +00:00
|
|
|
Version: 3.3.17
|
2022-10-05 11:17:58 +00:00
|
|
|
Release: 8%{?dist}
|
2013-08-07 18:00:29 +00:00
|
|
|
License: GPL+ and GPLv2 and GPLv2+ and GPLv3+ and LGPLv2+
|
2013-01-08 14:15:09 +00:00
|
|
|
URL: https://sourceforge.net/projects/procps-ng/
|
2012-03-07 15:21:14 +00:00
|
|
|
|
2021-01-18 01:53:29 +00:00
|
|
|
Source0: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
|
2018-02-21 22:57:58 +00:00
|
|
|
# README files are missing in latest tarball
|
|
|
|
# wget https://gitlab.com/procps-ng/procps/raw/e0784ddaed30d095bb1d9a8ad6b5a23d10a212c4/README.md
|
|
|
|
Source1: README.md
|
|
|
|
# wget https://gitlab.com/procps-ng/procps/raw/e0784ddaed30d095bb1d9a8ad6b5a23d10a212c4/top/README.top
|
|
|
|
Source2: README.top
|
2015-08-10 15:46:52 +00:00
|
|
|
|
2021-02-18 13:25:23 +00:00
|
|
|
Patch1: pwait-to-pidwait.patch
|
2021-05-10 15:09:56 +00:00
|
|
|
Patch2: covscan-findings.patch
|
2022-03-31 17:19:42 +00:00
|
|
|
Patch3: sysctl-hyphen-param.patch
|
2022-09-29 15:20:37 +00:00
|
|
|
Patch4: free-si-fix.patch
|
2022-10-05 11:17:58 +00:00
|
|
|
Patch5: sysctl-print-dotted-keys-again.patch
|
2021-02-18 13:25:23 +00:00
|
|
|
|
2020-07-24 12:39:32 +00:00
|
|
|
|
2021-01-08 19:32:29 +00:00
|
|
|
BuildRequires: make
|
2012-03-07 15:21:14 +00:00
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
2018-02-21 22:57:58 +00:00
|
|
|
BuildRequires: gcc
|
2012-03-07 15:21:14 +00:00
|
|
|
BuildRequires: gettext-devel
|
2013-08-07 14:30:18 +00:00
|
|
|
BuildRequires: systemd-devel
|
2020-07-24 12:39:32 +00:00
|
|
|
BuildRequires: git
|
2021-02-18 13:25:23 +00:00
|
|
|
BuildRequires: po4a
|
2012-03-07 15:21:14 +00:00
|
|
|
|
|
|
|
%if %{tests_enabled}
|
2012-08-21 09:42:39 +00:00
|
|
|
BuildRequires: dejagnu
|
2012-03-07 15:21:14 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
Provides: procps = %{version}-%{release}
|
|
|
|
Obsoletes: procps < 3.2.9-1
|
|
|
|
|
|
|
|
# usrmove hack - will be removed once initscripts are fixed
|
|
|
|
Provides: /sbin/sysctl
|
2012-03-08 18:41:49 +00:00
|
|
|
Provides: /bin/ps
|
2012-03-07 15:21:14 +00:00
|
|
|
|
2013-10-17 15:55:10 +00:00
|
|
|
|
2012-03-07 15:21:14 +00:00
|
|
|
%description
|
|
|
|
The procps package contains a set of system utilities that provide
|
|
|
|
system information. Procps includes ps, free, skill, pkill, pgrep,
|
2021-02-18 13:25:23 +00:00
|
|
|
snice, tload, top, uptime, vmstat, pidof, pmap, slabtop, w, watch,
|
|
|
|
pwdx and pidwait.
|
2018-07-02 15:25:43 +00:00
|
|
|
The ps command displays a snapshot of running processes. The top command
|
|
|
|
provides a repetitive update of the statuses of running processes.
|
|
|
|
The free command displays the amounts of free and used memory on your
|
2012-03-07 15:21:14 +00:00
|
|
|
system. The skill command sends a terminate command (or another
|
|
|
|
specified signal) to a specified set of processes. The snice
|
|
|
|
command is used to change the scheduling priority of specified
|
|
|
|
processes. The tload command prints a graph of the current system
|
|
|
|
load average to a specified tty. The uptime command displays the
|
|
|
|
current time, how long the system has been running, how many users
|
|
|
|
are logged on, and system load averages for the past one, five,
|
|
|
|
and fifteen minutes. The w command displays a list of the users
|
|
|
|
who are currently logged on and what they are running. The watch
|
|
|
|
program watches a running program. The vmstat command displays
|
|
|
|
virtual memory statistics about processes, memory, paging, block
|
2013-01-15 15:23:50 +00:00
|
|
|
I/O, traps, and CPU activity. The pwdx command reports the current
|
2021-02-18 13:25:23 +00:00
|
|
|
working directory of a process or processes. The pidwait command
|
|
|
|
waits for processes of specified names.
|
2012-03-07 15:21:14 +00:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: System and process monitoring utilities
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Provides: procps-devel = %{version}-%{release}
|
|
|
|
Obsoletes: procps-devel < 3.2.9-1
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
System and process monitoring utilities development headers
|
|
|
|
|
2014-09-23 14:13:37 +00:00
|
|
|
%package i18n
|
|
|
|
Summary: Internationalization pack for procps-ng
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2014-10-13 10:50:29 +00:00
|
|
|
BuildArch: noarch
|
2012-09-25 12:24:07 +00:00
|
|
|
|
2018-07-02 15:25:43 +00:00
|
|
|
# fortunately the same release number for f21 and f22
|
|
|
|
Conflicts: man-pages-de < 1.7-3
|
|
|
|
Conflicts: man-pages-fr < 3.66-3
|
|
|
|
Conflicts: man-pages-pl < 0.7-5
|
|
|
|
|
2014-09-23 14:13:37 +00:00
|
|
|
%description i18n
|
|
|
|
Internationalization pack for procps-ng
|
2014-01-20 19:25:49 +00:00
|
|
|
|
2014-09-23 14:13:37 +00:00
|
|
|
%prep
|
2021-02-18 13:25:23 +00:00
|
|
|
%setup -q -n procps-%{version}
|
2021-05-10 15:09:56 +00:00
|
|
|
%autopatch -p1
|
2021-02-18 13:25:23 +00:00
|
|
|
|
2018-02-21 22:57:58 +00:00
|
|
|
cp -p %{SOURCE1} .
|
|
|
|
cp -p %{SOURCE2} top/
|
2013-06-12 16:57:35 +00:00
|
|
|
|
2012-03-07 15:21:14 +00:00
|
|
|
%build
|
2013-01-08 14:15:09 +00:00
|
|
|
# The following stuff is needed for git archives only
|
|
|
|
#echo "%{version}" > .tarball-version
|
|
|
|
#./autogen.sh
|
2012-08-07 14:10:17 +00:00
|
|
|
|
2013-01-08 14:15:09 +00:00
|
|
|
autoreconf --verbose --force --install
|
2012-08-07 14:10:17 +00:00
|
|
|
|
2015-08-14 16:16:48 +00:00
|
|
|
%configure \
|
|
|
|
--exec-prefix=/ \
|
|
|
|
--docdir=/unwanted \
|
|
|
|
--disable-static \
|
|
|
|
--disable-w-from \
|
|
|
|
--disable-kill \
|
|
|
|
--enable-watch8bit \
|
|
|
|
--enable-skill \
|
|
|
|
--enable-sigwinch \
|
|
|
|
--enable-libselinux \
|
|
|
|
--with-systemd \
|
2021-02-18 13:25:23 +00:00
|
|
|
--disable-modern-top\
|
|
|
|
--enable-pidwait
|
2012-03-07 15:21:14 +00:00
|
|
|
|
2013-01-08 14:15:09 +00:00
|
|
|
make CFLAGS="%{optflags}"
|
2012-03-07 15:21:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
%if %{tests_enabled}
|
|
|
|
%check
|
|
|
|
make check
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
2020-07-14 03:08:07 +00:00
|
|
|
%make_install
|
2012-03-07 15:21:14 +00:00
|
|
|
|
2021-02-18 13:25:23 +00:00
|
|
|
# these are created by make, yet empty. This causes rpmbuild errors.
|
|
|
|
rm -rf %{buildroot}%{_mandir}/{pl,pt_BR,sv}/man5
|
2014-09-23 14:13:37 +00:00
|
|
|
|
2018-07-02 15:25:43 +00:00
|
|
|
%find_lang %{name} --all-name --with-man
|
2014-11-25 18:09:03 +00:00
|
|
|
|
2014-01-07 19:28:37 +00:00
|
|
|
ln -s %{_bindir}/pidof %{buildroot}%{_sbindir}/pidof
|
2013-10-17 15:55:10 +00:00
|
|
|
|
2018-02-03 12:37:45 +00:00
|
|
|
%ldconfig_scriptlets
|
2012-03-07 15:21:14 +00:00
|
|
|
|
|
|
|
%files
|
2018-02-21 22:57:58 +00:00
|
|
|
%doc AUTHORS Documentation/bugs.md Documentation/FAQ NEWS README.md top/README.top Documentation/TODO
|
2014-07-31 13:00:18 +00:00
|
|
|
%license COPYING COPYING.LIB
|
2012-03-07 15:21:14 +00:00
|
|
|
%{_libdir}/libprocps.so.*
|
|
|
|
%{_bindir}/*
|
|
|
|
%{_sbindir}/*
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
%{_mandir}/man8/*
|
|
|
|
%{_mandir}/man5/*
|
2018-04-09 17:24:42 +00:00
|
|
|
|
2012-03-07 15:21:14 +00:00
|
|
|
|
|
|
|
%exclude %{_libdir}/libprocps.la
|
|
|
|
%exclude /unwanted/*
|
|
|
|
|
|
|
|
%files devel
|
2014-07-31 13:00:18 +00:00
|
|
|
%license COPYING COPYING.LIB
|
2012-03-07 15:21:14 +00:00
|
|
|
%{_libdir}/libprocps.so
|
2013-04-15 17:19:05 +00:00
|
|
|
%{_libdir}/pkgconfig/libprocps.pc
|
2012-03-07 15:21:14 +00:00
|
|
|
%{_includedir}/proc
|
2014-09-23 14:13:37 +00:00
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
2014-11-25 18:09:03 +00:00
|
|
|
%files i18n -f %{name}.lang
|
2012-03-07 15:21:14 +00:00
|
|
|
|
|
|
|
%changelog
|
2022-10-05 12:26:35 +00:00
|
|
|
* Wed Oct 05 2022 Jan Rybar <jrybar@redhat.com> - 3.3.17-8
|
2022-10-05 11:17:58 +00:00
|
|
|
- sysctl: bring back dotted keys after globs-support backport
|
|
|
|
|
2022-09-29 15:20:37 +00:00
|
|
|
* Mon Sep 19 2022 Jan Rybar <jrybar@redhat.com> - 3.3.17-7
|
|
|
|
- free: backport 91e58792: fix --si option + cleanup
|
|
|
|
- Resolves: bz#2083789
|
|
|
|
|
2022-07-22 15:25:59 +00:00
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.17-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-03-31 17:19:42 +00:00
|
|
|
* Thu Mar 31 2022 Jan Rybar <jrybar@redhat.com> - 3.3.17-5
|
|
|
|
- sysctl: backport: support systemd glob patterns
|
|
|
|
|
2022-01-21 09:28:17 +00:00
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.17-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-23 04:05:04 +00:00
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.17-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-05-10 15:09:56 +00:00
|
|
|
* Tue May 04 2021 Jan Rybar <jrybar@redhat.com> - 3.3.17-2
|
|
|
|
- fixed coverity findings
|
|
|
|
|
2021-02-18 13:25:23 +00:00
|
|
|
* Thu Feb 18 2021 Jan Rybar <jrybar@redhat.com> - 3.3.17-1
|
|
|
|
- rebase to procps-ng-3.3.17
|
|
|
|
- new distribution of i18n manpages
|
|
|
|
- new pidwait command
|
|
|
|
|
2021-02-02 11:01:50 +00:00
|
|
|
* Tue Feb 02 2021 Jan Rybar <jrybar@redhat.com> - 3.3.16-4
|
|
|
|
- version bump to apply latest specfile changes into build
|
|
|
|
|
2021-01-27 08:36:02 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.16-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-12-22 18:42:35 +00:00
|
|
|
* Tue Dec 22 2020 Jan Rybar <jrybar@redhat.com> - 3.3.16-2
|
|
|
|
- ps: new exe format option to show real path to exe
|
|
|
|
- pidof: new -w option to show kernel worker threads
|
|
|
|
- pkill: manpage to document -e option
|
|
|
|
- Resolves: bz#1629413
|
|
|
|
- Resolves: bz#1399206
|
|
|
|
|
2020-08-20 16:22:09 +00:00
|
|
|
* Tue Aug 18 2020 Jan Rybar <jrybar@redhat.com> - 3.3.16-1
|
|
|
|
- Rebase to newest upstream version
|
|
|
|
|
2020-07-28 23:01:07 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.15-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-08-20 16:22:09 +00:00
|
|
|
* Fri Jul 24 2020 Jan Rybar <jrybar@redhat.com> - 3.3.15-8
|
2020-07-24 12:39:32 +00:00
|
|
|
- pidof: show PIDs for kernel worker threads
|
|
|
|
|
2020-07-14 03:08:07 +00:00
|
|
|
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 3.3.15-8
|
|
|
|
- Use make macros
|
|
|
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
|
|
|
|
2020-01-30 09:46:36 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.15-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-26 11:19:25 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.15-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-02 04:49:44 +00:00
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.15-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 22:52:26 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.15-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-07-02 15:25:43 +00:00
|
|
|
* Mon Jul 02 2018 Jan Rybar <jrybar@redhat.com> - 3.3.15-3
|
|
|
|
- Translated manual pages moved to i18n subpackage
|
|
|
|
- Spec file cleanup
|
|
|
|
|
2018-06-14 08:49:26 +00:00
|
|
|
* Thu Jun 14 2018 Jan Rybar <jrybar@redhat.com> - 3.3.15-2
|
|
|
|
- General rebuild after commit revert
|
|
|
|
|
2018-06-14 07:54:46 +00:00
|
|
|
* Wed Jun 06 2018 Jan Rybar <jrybar@redhat.com> - 3.3.15-1
|
|
|
|
- Rebase to 3.3.15 (contains a LOT of CVE fixes)
|
|
|
|
- Manpage translations temporarily unavailable
|
|
|
|
|
2018-05-18 12:07:02 +00:00
|
|
|
* Fri May 18 2018 Kamil Dudka <kdudka@redhat.com> - 3.3.14-2
|
|
|
|
- fix integer overflows leading to heap overflow (CVE-2018-1124 CVE-2018-1126)
|
|
|
|
|
2018-04-16 12:27:03 +00:00
|
|
|
* Mon Apr 16 2018 Jan Rybar <jrybar@redhat.com> - 3.3.14-1
|
|
|
|
- Rebase to 3.3.14
|
|
|
|
- Translated man-pages returned
|
|
|
|
|
2018-04-09 17:24:42 +00:00
|
|
|
* Thu Apr 05 2018 Jan Rybar <jrybar@redhat.com> - 3.3.13-2
|
|
|
|
- Build fails due to removal of libio.h from glibc-headers
|
|
|
|
- Translated manpages deactivated since missing from 3.3.13 tarball
|
|
|
|
|
|
|
|
* Tue Apr 03 2018 Jan Rybar <jrybar@redhat.com> - 3.3.13-1
|
|
|
|
- Rebase to 3.3.13
|
|
|
|
|
2018-02-27 15:09:56 +00:00
|
|
|
* Mon Feb 26 2018 Jan Rybar <jrybar@redhat.com> - 3.3.12-2
|
|
|
|
- ps: LUID (LoginID) format option available
|
|
|
|
|
2018-02-21 22:57:58 +00:00
|
|
|
* Wed Feb 21 2018 Michael Cronenworth <mike@cchtml.com> - 3.3.12-1
|
|
|
|
- Upgrading to 3.3.12
|
|
|
|
|
2018-02-09 08:05:33 +00:00
|
|
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.3.10-18
|
|
|
|
- Escape macros in %%changelog
|
|
|
|
|
2018-02-09 05:47:24 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.10-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-02-03 12:37:45 +00:00
|
|
|
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.3.10-16
|
|
|
|
- Switch to %%ldconfig_scriptlets
|
|
|
|
|
2017-08-03 06:22:32 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.10-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 09:03:18 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.10-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-11 07:51:27 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.10-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-11-28 19:40:26 +00:00
|
|
|
* Mon Nov 28 2016 Lubomir Rintel - 3.3.10-12
|
|
|
|
- Fix FTBFS with new systemd
|
|
|
|
|
2016-02-04 18:28:28 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.10-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-14 13:12:18 +00:00
|
|
|
* Thu Jan 14 2016 Jaromir Capik <jcapik@redhat.com> - 3.3.10-10
|
|
|
|
- Enhancing find_elf_note to allow calling lib functions with dlopen (#1287752)
|
|
|
|
|
2015-08-14 16:16:48 +00:00
|
|
|
* Fri Aug 14 2015 Adam Jackson <ajax@redhat.com> 3.3.10-9
|
|
|
|
- Use %%configure so the hardened cflags get applied correctly
|
|
|
|
|
2015-08-10 15:46:52 +00:00
|
|
|
* Mon Aug 10 2015 Jaromir Capik <jcapik@redhat.com> - 3.3.10-8
|
|
|
|
- Fixing crashes in 'top' when a deep forking appears (#1153642)
|
|
|
|
|
2015-06-18 17:49:44 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.10-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-02-21 21:28:11 +00:00
|
|
|
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 3.3.10-6
|
|
|
|
- Rebuilt for Fedora 23 Change
|
|
|
|
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
|
|
|
|
2014-11-25 18:09:03 +00:00
|
|
|
* Tue Nov 25 2014 Jaromir Capik <jcapik@redhat.com> - 3.3.10-5
|
|
|
|
- Fixing locale dirs ownership (#1167443)
|
|
|
|
|
2014-10-20 15:21:28 +00:00
|
|
|
* Mon Oct 20 2014 Jaromir Capik <jcapik@redhat.com> - 3.3.10-4
|
|
|
|
- Bringing the old 'top' defaults back (#1153049)
|
|
|
|
|
2014-10-13 10:50:29 +00:00
|
|
|
* Mon Oct 06 2014 Jaromir Capik <jcapik@redhat.com> - 3.3.10-3
|
|
|
|
- Resolving file conflicts with man-pages-*
|
|
|
|
- Replacing hardcoded paths with macros
|
|
|
|
- Making the i18n subpackage noarch
|
|
|
|
|
2014-09-30 14:52:27 +00:00
|
|
|
* Tue Sep 30 2014 Jaromir Capik <jcapik@redhat.com> - 3.3.10-2
|
|
|
|
- Removing explicit dependency on systemd-libs
|
|
|
|
- Removing /etc/sysctl.d (ownership quietly stolen by systemd)
|
|
|
|
|
2014-09-23 14:13:37 +00:00
|
|
|
* Tue Sep 09 2014 Jaromir Capik <jcapik@redhat.com> - 3.3.10-1
|
|
|
|
- Upgrading to 3.3.10
|
|
|
|
|
2014-08-17 19:56:03 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.9-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-31 13:00:18 +00:00
|
|
|
* Thu Jul 31 2014 Tom Callaway <spot@fedoraproject.org> - 3.3.9-11
|
|
|
|
- fix license handling
|
|
|
|
|
2014-06-07 17:13:22 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.9-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-04-30 12:12:39 +00:00
|
|
|
* Wed Apr 30 2014 Jaromir Capik <jcapik@redhat.com> - 3.3.9-9
|
|
|
|
- Dropping Cached -= Shmem (#963799)
|
|
|
|
|
2014-04-08 14:01:52 +00:00
|
|
|
* Tue Apr 08 2014 Jaromir Capik <jcapik@redhat.com> - 3.3.9-8
|
|
|
|
- Documenting the 't' process state code in the ps manual (#946864)
|
|
|
|
|
2014-03-14 19:38:45 +00:00
|
|
|
* Fri Mar 14 2014 Jaromir Capik <jcapik@redhat.com> - 3.3.9-7
|
|
|
|
- Fixing sysctl line length limit (#1071530)
|
|
|
|
|
2014-02-27 13:59:44 +00:00
|
|
|
* Thu Feb 27 2014 Jaromir Capik <jcapik@redhat.com> - 3.3.9-6
|
|
|
|
- Subtracting Shmem from Cached (#1070736)
|
|
|
|
|
2014-02-05 11:53:25 +00:00
|
|
|
* Wed Feb 05 2014 Jaromir Capik <jcapik@redhat.com> - 3.3.9-5
|
|
|
|
- Support for timestamps & wide diskstat (#1053428, #1025833)
|
|
|
|
- Fixing fd leak in watch
|
2014-02-05 16:04:15 +00:00
|
|
|
- Fixing format-security build issues
|
2014-02-05 11:53:25 +00:00
|
|
|
|
2014-01-24 17:39:00 +00:00
|
|
|
* Fri Jan 24 2014 Jaromir Capik <jcapik@redhat.com> - 3.3.9-4
|
|
|
|
- Skipping trailing zeros in read_unvectored (#1057600)
|
|
|
|
|
2014-01-20 19:25:49 +00:00
|
|
|
* Mon Jan 20 2014 Jaromir Capik <jcapik@redhat.com> - 3.3.9-3
|
|
|
|
- 'vmstat -w' was not wide enough (#1025833)
|
|
|
|
|
2014-01-07 19:28:37 +00:00
|
|
|
* Tue Jan 07 2014 Jaromir Capik <jcapik@redhat.com> - 3.3.9-2
|
|
|
|
- Replacing the /sbin/pidof wrapper with symlink
|
|
|
|
|
2013-12-03 15:15:59 +00:00
|
|
|
* Tue Dec 03 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.9-1
|
|
|
|
- Update to 3.3.9
|
|
|
|
|
2013-11-07 13:06:43 +00:00
|
|
|
* Mon Nov 04 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-17
|
|
|
|
- Fixing pidof compilation warnings
|
|
|
|
- RPM workaround - changing sysvinit-tools Conflicts/Obsoletes (#1026504)
|
|
|
|
|
2013-10-17 15:55:10 +00:00
|
|
|
* Wed Oct 16 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-16
|
|
|
|
- Introducing pidof (#987064)
|
|
|
|
|
2013-10-08 15:01:18 +00:00
|
|
|
* Tue Sep 17 2013 Aristeu Rozanski <aris@redhat.com> - 3.3.8-15
|
|
|
|
- Introduce namespaces support (#1016242)
|
|
|
|
|
2013-09-17 18:29:19 +00:00
|
|
|
* Tue Sep 17 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-14
|
|
|
|
- top: Fixing missing newline when running in the batch mode (#1008674)
|
|
|
|
|
2013-08-09 16:20:36 +00:00
|
|
|
* Fri Aug 09 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-13
|
|
|
|
- Including forgotten man fixes (#948522)
|
|
|
|
|
2013-08-07 18:00:29 +00:00
|
|
|
* Wed Aug 07 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-12
|
|
|
|
- Fixing the license tag
|
|
|
|
|
2013-08-07 14:30:18 +00:00
|
|
|
* Wed Aug 07 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-11
|
|
|
|
- Support for libselinux (#975459)
|
|
|
|
- Support for systemd (#994457)
|
|
|
|
- Support for 'Shmem' in free (#993271)
|
|
|
|
|
2013-08-04 05:13:09 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.8-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-19 13:01:39 +00:00
|
|
|
* Fri Jul 19 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-9
|
|
|
|
- RH man page scan (#948522)
|
|
|
|
|
2013-07-02 12:48:27 +00:00
|
|
|
* Tue Jul 02 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-8
|
|
|
|
- Extending the end-of-job patch disabling the screen content restoration
|
|
|
|
|
2013-07-01 17:19:45 +00:00
|
|
|
* Mon Jul 01 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-7
|
|
|
|
- Disabling screen content restoration when exiting 'top' (#977561)
|
|
|
|
- Enabling SIGWINCH flood prevention
|
|
|
|
|
2013-06-26 16:26:16 +00:00
|
|
|
* Wed Jun 26 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-6
|
|
|
|
- Avoiding "write error" messages when piping to grep (#976199)
|
|
|
|
|
2013-06-26 11:01:27 +00:00
|
|
|
* Wed Jun 26 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-5
|
|
|
|
- Disabling tests - unsuitable for running on buildsystems
|
|
|
|
|
2013-06-17 16:36:39 +00:00
|
|
|
* Mon Jun 17 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-4
|
|
|
|
- Enabling skill and snice (#974752)
|
|
|
|
|
2013-06-12 16:57:35 +00:00
|
|
|
* Wed Jun 12 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-3
|
|
|
|
- Adding major version in the libnuma soname
|
|
|
|
|
2013-05-30 17:07:36 +00:00
|
|
|
* Thu May 30 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-2
|
|
|
|
- watch: enabling UTF-8 (#965867)
|
|
|
|
|
2013-05-29 16:41:23 +00:00
|
|
|
* Wed May 29 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-1
|
|
|
|
- Update to 3.3.8
|
|
|
|
|
2013-05-22 15:15:35 +00:00
|
|
|
* Wed May 22 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.7-4
|
|
|
|
- top: inoculated against a window manager like 'screen' (#962022)
|
|
|
|
|
2013-04-16 15:18:25 +00:00
|
|
|
* Tue Apr 16 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.7-3
|
|
|
|
- Avoid segfaults when reading zero bytes - file2str (#951391)
|
|
|
|
|
2013-04-15 17:19:05 +00:00
|
|
|
* Mon Apr 15 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.7-2
|
|
|
|
- Moving libprocps.pc to the devel subpackage (#951726)
|
|
|
|
|
2013-03-26 17:01:51 +00:00
|
|
|
* Tue Mar 26 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.7-1
|
|
|
|
- Update to 3.3.7
|
|
|
|
- Reverting upstream commit for testsuite/unix.exp
|
|
|
|
|
2013-02-05 12:23:54 +00:00
|
|
|
* Tue Feb 05 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.6-4
|
|
|
|
- Fixing empty pmap output on ppc/s390 (#906457)
|
|
|
|
|
2013-01-15 15:23:50 +00:00
|
|
|
* Tue Jan 15 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.6-3
|
|
|
|
- Typo in the description, pdwx instead of pwdx (#891476)
|
|
|
|
|
2013-01-08 15:18:03 +00:00
|
|
|
* Tue Jan 08 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.6-2
|
|
|
|
- Rebuilding with tests disabled (koji issue #853084)
|
|
|
|
|
2013-01-08 14:15:09 +00:00
|
|
|
* Tue Jan 08 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.6-1
|
|
|
|
- Update to 3.3.6
|
|
|
|
- Changing URL/Source from gitorious to recently created sourceforge page
|
|
|
|
- Replacing autogen.sh with autoreconf
|
|
|
|
|
|
|
|
* Mon Jan 07 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.5-1
|
|
|
|
- Update to 3.3.5
|
|
|
|
|
|
|
|
* Tue Dec 11 2012 Jaromir Capik <jcapik@redhat.com> - 3.3.4-2
|
|
|
|
- fixing the following regressions:
|
|
|
|
- negative ETIME field in ps (#871819)
|
|
|
|
- procps states a bug is hit when receiving a signal (#871824)
|
|
|
|
- allow core file generation by ps command (#871825)
|
|
|
|
|
2012-12-11 12:26:13 +00:00
|
|
|
* Tue Dec 11 2012 Jaromir Capik <jcapik@redhat.com> - 3.3.4-1
|
|
|
|
- Update to 3.3.4
|
|
|
|
|
2012-09-25 12:24:07 +00:00
|
|
|
* Tue Sep 25 2012 Jaromir Capik <jcapik@redhat.com> - 3.3.3-3.20120807git
|
|
|
|
- SELinux spelling fixes (#859900)
|
|
|
|
|
2012-08-21 09:42:39 +00:00
|
|
|
* Tue Aug 21 2012 Jaromir Capik <jcapik@redhat.com> - 3.3.3-2.20120807git
|
|
|
|
- Tests enabled
|
|
|
|
|
2012-08-07 14:10:17 +00:00
|
|
|
* Tue Aug 07 2012 Jaromir Capik <jcapik@redhat.com> - 3.3.3-1.20120807git
|
|
|
|
- Update to 3.3.3-20120807git
|
|
|
|
|
2012-07-21 03:08:56 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2013-05-22 15:15:35 +00:00
|
|
|
* Thu Mar 08 2012 Jaromir Capik <jcapik@redhat.com> - 3.3.2-3
|
2012-03-08 18:41:49 +00:00
|
|
|
- Second usrmove hack - providing /bin/ps
|
|
|
|
|
2012-03-07 15:21:14 +00:00
|
|
|
* Tue Mar 06 2012 Jaromir Capik <jcapik@redhat.com> - 3.3.2-2
|
2018-02-09 08:05:33 +00:00
|
|
|
- Fixing requires in the devel subpackage (missing %%{?_isa} macro)
|
2012-03-07 15:21:14 +00:00
|
|
|
- License statement clarification (upstream patch referrenced in the spec header)
|
|
|
|
|
|
|
|
* Mon Feb 27 2012 Jaromir Capik <jcapik@redhat.com> - 3.3.2-1
|
|
|
|
- Initial version
|