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