6909f1
# The testsuite is unsuitable for running on buildsystems
6909f1
%global tests_enabled 0
6909f1
6909f1
Summary: System and process monitoring utilities
6909f1
Name: procps-ng
6909f1
Version: 3.3.10
6909f1
Release: 27%{?dist}
6909f1
License: GPL+ and GPLv2 and GPLv2+ and GPLv3+ and LGPLv2+
6909f1
Group: Applications/System
6909f1
URL: https://sourceforge.net/projects/procps-ng/
6909f1
6909f1
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
6909f1
6909f1
Patch0: procps-ng-3.3.10-pmap-skip-vmflags.patch
6909f1
Patch1: procps-ng-3.3.10-free-uninitialized-errno.patch
6909f1
Patch2: procps-ng-3.3.10-ps-thcount-format-option.patch
6909f1
Patch3: procps-ng-3.3.10-vmstat-devlen.patch
6909f1
Patch4: procps-ng-3.3.10-find_elf_note-memory-error-fix.patch
6909f1
Patch5: procps-ng-3.3.10-ps-scattered-thread-cgroups.patch
6909f1
Patch6: procps-ng-3.3.10-vmstat-long-device-name.patch
6909f1
Patch7: procps-ng-3.3.10-ps-full-wchan-name.patch
6909f1
Patch8: procps-ng-3.3.10-pmap-lines-twice.patch
6909f1
Patch9: procps-ng-3.3.10-slabtop-use-val-float.patch
6909f1
Patch10: procps-ng-3.3.10-sysctl-conf-manpage-predef-note.patch 
6909f1
Patch11: procps-ng-3.3.10-top-instant-cpu-stats.patch
6909f1
Patch12: procps-ng-3.3.10-sysctl-man-conf-override-hint.patch
6909f1
Patch13: procps-ng-3.3.10-top-strange-mem-val-scaling.patch 
6909f1
Patch14: procps-ng-3.3.10-sysctl-empty-value-allowed.patch
6909f1
Patch15: procps-ng-3.3.10-top-locale-independent-float-delay.patch
6909f1
Patch16: procps-ng-3.3.10-free-mem-petabytes-segfault.patch
6909f1
Patch17: procps-ng-3.3.10-ps-new-option-loginid-luid.patch
6909f1
Patch18: procps-ng-3.3.10-CVE-2018-1124.patch
6909f1
Patch19: procps-ng-3.3.10-CVE-2018-1122.patch
6909f1
Patch20: procps-ng-3.3.10-recognize_sched_deadline.patch
6909f1
Patch21: procps-ng-3.3.10-free-counts-unreclaim-slabs-in-avail-mem.patch
6909f1
Patch22: procps-ng-3.3.10-top-segv-on-double-exit.patch
6909f1
6909f1
6909f1
Requires(post): /sbin/ldconfig
6909f1
Requires(postun): /sbin/ldconfig
6909f1
6909f1
BuildRequires: ncurses-devel
6909f1
BuildRequires: libtool
6909f1
BuildRequires: autoconf
6909f1
BuildRequires: automake
6909f1
BuildRequires: gettext-devel
6909f1
BuildRequires: systemd-devel
6909f1
6909f1
%if %{tests_enabled}
6909f1
BuildRequires: dejagnu
6909f1
%endif
6909f1
6909f1
Provides: procps = %{version}-%{release}
6909f1
Obsoletes: procps < 3.2.9-1
6909f1
6909f1
# usrmove hack - will be removed once initscripts are fixed
6909f1
Provides: /sbin/sysctl
6909f1
Provides: /bin/ps
6909f1
6909f1
%description
6909f1
The procps package contains a set of system utilities that provide
6909f1
system information. Procps includes ps, free, skill, pkill, pgrep,
6909f1
snice, tload, top, uptime, vmstat, w, watch and pwdx. The ps command
6909f1
displays a snapshot of running processes. The top command provides
6909f1
a repetitive update of the statuses of running processes. The free
6909f1
command displays the amounts of free and used memory on your
6909f1
system. The skill command sends a terminate command (or another
6909f1
specified signal) to a specified set of processes. The snice
6909f1
command is used to change the scheduling priority of specified
6909f1
processes. The tload command prints a graph of the current system
6909f1
load average to a specified tty. The uptime command displays the
6909f1
current time, how long the system has been running, how many users
6909f1
are logged on, and system load averages for the past one, five,
6909f1
and fifteen minutes. The w command displays a list of the users
6909f1
who are currently logged on and what they are running. The watch
6909f1
program watches a running program. The vmstat command displays
6909f1
virtual memory statistics about processes, memory, paging, block
6909f1
I/O, traps, and CPU activity. The pwdx command reports the current
6909f1
working directory of a process or processes.
6909f1
6909f1
%package devel
6909f1
Summary:  System and process monitoring utilities
6909f1
Group:    Development/Libraries
6909f1
Requires: %{name}%{?_isa} = %{version}-%{release}
6909f1
Provides: procps-devel = %{version}-%{release}
6909f1
Obsoletes: procps-devel < 3.2.9-1
6909f1
6909f1
%description devel
6909f1
System and process monitoring utilities development headers
6909f1
6909f1
%package i18n
6909f1
Summary:  Internationalization pack for procps-ng
6909f1
Group:    Applications/System
6909f1
Requires: %{name} = %{version}-%{release}
6909f1
6909f1
%description i18n
6909f1
Internationalization pack for procps-ng
6909f1
6909f1
6909f1
%prep
6909f1
%setup -q -n %{name}-%{version}
6909f1
6909f1
%patch0 -p1
6909f1
%patch1 -p1
6909f1
%patch2 -p1
6909f1
%patch3 -p1
6909f1
%patch4 -p1
6909f1
%patch5 -p1
6909f1
%patch6 -p1
6909f1
%patch7 -p1
6909f1
%patch8 -p1
6909f1
%patch9 -p1
6909f1
%patch10 -p1
6909f1
%patch11 -p1
6909f1
%patch12 -p1
6909f1
%patch13 -p1
6909f1
%patch14 -p1
6909f1
%patch15 -p1
6909f1
%patch16 -p1
6909f1
%patch17 -p1
6909f1
%patch18 -p1
6909f1
%patch19 -p1
6909f1
%patch20 -p1
6909f1
%patch21 -p1
6909f1
%patch22 -p1
6909f1
6909f1
6909f1
%build
6909f1
# The following stuff is needed for git archives only
6909f1
#echo "%{version}" > .tarball-version
6909f1
#./autogen.sh
6909f1
6909f1
autoreconf --verbose --force --install
6909f1
6909f1
./configure --prefix=/ \
6909f1
            --bindir=%{_bindir} \
6909f1
            --sbindir=%{_sbindir} \
6909f1
            --libdir=%{_libdir} \
6909f1
            --mandir=%{_mandir} \
6909f1
            --includedir=%{_includedir} \
6909f1
            --sysconfdir=%{_sysconfdir} \
6909f1
            --localedir=%{_datadir}/locale \
6909f1
            --docdir=/unwanted \
6909f1
            --disable-static \
6909f1
            --enable-w-from \
6909f1
            --disable-kill \
6909f1
            --disable-rpath \
6909f1
            --enable-watch8bit \
6909f1
            --enable-skill \
6909f1
            --enable-sigwinch \
6909f1
            --enable-libselinux \
6909f1
            --with-systemd \
6909f1
            --disable-pidof \
6909f1
            --disable-modern-top
6909f1
6909f1
make CFLAGS="%{optflags}"
6909f1
6909f1
6909f1
%if %{tests_enabled}
6909f1
%check
6909f1
make check
6909f1
%endif
6909f1
6909f1
6909f1
%install
6909f1
make DESTDIR=%{buildroot} install
6909f1
6909f1
# --localedir doesn't work correctly
6909f1
mv %{buildroot}/share/locale %{buildroot}%{_datadir}
6909f1
rmdir %{buildroot}/share
6909f1
6909f1
# translated man pages
6909f1
#find man-po/ -type d -maxdepth 1 -mindepth 1 | while read dirname; do cp -a $dirname %{buildroot}/usr/share/man/ ; done
6909f1
6909f1
%post -p /sbin/ldconfig
6909f1
6909f1
%postun -p /sbin/ldconfig
6909f1
6909f1
%files
6909f1
%doc AUTHORS Documentation/BUGS COPYING COPYING.LIB Documentation/FAQ NEWS README top/README.top Documentation/TODO
6909f1
6909f1
%{_libdir}/libprocps.so.*
6909f1
%{_bindir}/*
6909f1
%{_sbindir}/*
6909f1
%{_mandir}/man1/*
6909f1
%{_mandir}/man8/*
6909f1
%{_mandir}/man5/*
6909f1
#%%{_mandir}/*/man1/*
6909f1
#%%{_mandir}/*/man8/*
6909f1
#%%{_mandir}/*/man5/*
6909f1
6909f1
%exclude %{_libdir}/libprocps.la
6909f1
%exclude %{_sysconfdir}/sysctl.conf
6909f1
%exclude /unwanted/*
6909f1
6909f1
%files devel
6909f1
%doc COPYING COPYING.LIB
6909f1
%{_libdir}/libprocps.so
6909f1
%{_libdir}/pkgconfig/libprocps.pc
6909f1
%{_includedir}/proc
6909f1
%{_mandir}/man3/*
6909f1
6909f1
%files i18n
6909f1
%{_datadir}/locale/*
6909f1
6909f1
%changelog
6909f1
* Thu Aug 08 2019 Jan Rybar <jrybar@redhat.com> - 3.3.10-27
6909f1
- top: segfault if killed by sigterm in batch mode
6909f1
- Resolves: rhbz#1737552
6909f1
6909f1
* Fri Apr 12 2019 Jan Rybar <jrybar@redhat.com> - 3.3.10-26
6909f1
- free: unreclaimable slabs counted into free memory, used mem incorrect
6909f1
- Resolves: rhbz#1699264
6909f1
6909f1
* Wed Mar 27 2019 Jan Rybar <jrybar@redhat.com> - 3.3.10-25
6909f1
- ps: recognize SCHED_DEADLINE in CLS field, upstream backport
6909f1
- Resolves: rhbz#1692843
6909f1
6909f1
* Tue Feb 26 2019 Jan Rybar <jrybar@redhat.com> - 3.3.10-24
6909f1
- top: Do not default to the cwd in configs_read()
6909f1
- Resolves: rhbz#1577023
6909f1
6909f1
* Tue May 15 2018 Kamil Dudka <kdudka@redhat.com> - 3.3.10-23
6909f1
- check for truncation after calling snprintf()
6909f1
- Related: CVE-2018-1124
6909f1
6909f1
* Fri May 11 2018 Kamil Dudka <kdudka@redhat.com> - 3.3.10-22
6909f1
- fix integer overflows leading to heap overflow in file2strvec()
6909f1
- Resolves: CVE-2018-1124
6909f1
6909f1
* Thu Apr 19 2018 Jan Rybar <jrybar@redhat.com> - 3.3.10-21
6909f1
- ps: new format option LUID (LoginId)
6909f1
- Resolves: rhbz#1518986
6909f1
6909f1
* Mon Jan 15 2018 Jan Rybar <jrybar@redhat.com> - 3.3.10-20
6909f1
- free: segfault when system memory exceeds petabytes
6909f1
- Resolves: rhbz#1263765
6909f1
6909f1
* Mon Jan 15 2018 Jan Rybar <jrybar@redhat.com> - 3.3.10-19
6909f1
- top: locale independent float character in delay now accepted
6909f1
- Resolves: rhbz#1182248
6909f1
6909f1
* Thu Jan 04 2018 Jan Rybar <jrybar@redhat.com> - 3.3.10-18
6909f1
- sysctl: empty value is now accepted
6909f1
- Resolves: rhbz#1507356
6909f1
6909f1
* Wed Sep 06 2017 Jan Rybar <jrybar@redhat.com> - 3.3.10-17
6909f1
- top: strange unit scaling with high memory values
6909f1
- Resolves: rhbz#1253851
6909f1
6909f1
* Wed May 31 2017 Jan Rybar <jrybar@redhat.com> - 3.3.10-16
6909f1
- sysctl manpage: Added explanation of conf files precedence
6909f1
- Resolves: rhbz#1456905
6909f1
6909f1
* Fri Apr 07 2017 Jan Rybar <jrybar@redhat.com> - 3.3.10-15
6909f1
- top - real CPU statistics instead of since-boot are shown at start
6909f1
- Resolves: rhbz#1182327
6909f1
6909f1
* Fri Apr 07 2017 Jan Rybar <jrybar@redhat.com> - 3.3.10-14
6909f1
- sysctl.conf manpage: note about predefined values added
6909f1
- Resolves: rhbz#1439837
6909f1
6909f1
* Mon Mar 13 2017 Jan Rybar <jrybar@redhat.com> - 3.3.10-13
6909f1
- slabtop: incorrect computation of "used" value, use float to fix
6909f1
- Resolves: rhbz#1329958
6909f1
6909f1
* Mon Feb 20 2017 Jan Rybar <jrybar@redhat.com> - 3.3.10-12
6909f1
- pmap no longer shows each line twice with blank values on newer kernels
6909f1
- Resolves: rhbz#1330417
6909f1
6909f1
* Tue Jan 31 2017 Jan Rybar <jrybar@redhat.com> - 3.3.10-11
6909f1
- ps no longer removes 'do_' and 'sys_' from wchan data
6909f1
- Resolves: rhbz#1373246
6909f1
6909f1
* Tue Jul 26 2016 Jan Rybar <jrybar@redhat.com> - 3.3.10-10
6909f1
- Fixes sysinfo - devices with name longer than 20 chars are mistaken for partitions
6909f1
- Resolves: rhbz#1169349
6909f1
6909f1
* Thu Jul 07 2016 Jan Rybar <jrybar@redhat.com> - 3.3.10-9
6909f1
- Fixes showing same cgroups for threads under process by adding format option
6909f1
- Resolves: rhbz#1284087
6909f1
6909f1
* Mon Jul 04 2016 Jan Rybar <jrybar@redhat.com> - 3.3.10-8
6909f1
- Fixes obtaining environment variables in find_elf_note function
6909f1
- Resolves: rhbz#1287752
6909f1
 
6909f1
* Thu Jun 09 2016 Jan Rybar <jrybar@redhat.com> - 3.3.10-7
6909f1
- Fixing sysinfo - devices with length exceeding 15 chars are not displayed in vmstat -d
6909f1
- Resolves: #1169349
6909f1
6909f1
* Mon Jun 06 2016 Jan Rybar <jrybar@redhat.com> - 3.3.10-6
6909f1
- #1174311 - ps - thcount not recognized as a format option
6909f1
- Resolves: #1174311
6909f1
6909f1
* Tue Dec 01 2015 Jaromir Capik <jcapik@redhat.com> - 3.3.10-5
6909f1
- #1287038 - free - error while parsing arguments
6909f1
- Resolves: #1287038
6909f1
6909f1
* Tue Nov 24 2015 Jaromir Capik <jcapik@redhat.com> - 3.3.10-4
6909f1
- #1262864 - Correctly skip vmflags (and other keys starting with A-Z)
6909f1
- Resolves: #1262864
6909f1
6909f1
* Mon Oct 06 2014 Jaromir Capik <jcapik@redhat.com> - 3.3.10-3
6909f1
- Disabling translated man pages due to conflicts with man-pages-*
6909f1
- Removing /etc/sysctl.d (quietly stolen by systemd)
6909f1
- Related: rhbz#1119263 rhbz#1119260 rhbz#1060715 rhbz#1113206
6909f1
- Related: rhbz#1112734 rhbz#1078310 rhbz#1116309 rhbz#1070736
6909f1
6909f1
* Tue Sep 23 2014 Jaromir Capik <jcapik@redhat.com> - 3.3.10-2
6909f1
- Replacing RC tarball with final 3.3.10 release
6909f1
- Related: rhbz#1119263 rhbz#1119260 rhbz#1060715 rhbz#1113206
6909f1
- Related: rhbz#1112734 rhbz#1078310 rhbz#1116309 rhbz#1070736
6909f1
6909f1
* Tue Sep 09 2014 Jaromir Capik <jcapik@redhat.com> - 3.3.10-1
6909f1
- Upgrading to 3.3.10
6909f1
- top.1: physical memory - has used / is using (#1119263)
6909f1
- Include man pages for openproc, readproc and readproctab (#1119260)
6909f1
- ps -p cycles over all PIDs instead of just one (#1060715)
6909f1
- Remove explicit dependency on systemd-libs package (#1113206)
6909f1
- Allow longer usernames to display in ps output (#1112734)
6909f1
- w doesn't display FROM by default (#1078310)
6909f1
- Return value of pgrep is incorrect (#1116309)
6909f1
- Should shared memory be accounted in cached in free output? (#1070736)
6909f1
- Resolves: rhbz#1119263 rhbz#1119260 rhbz#1060715 rhbz#1113206
6909f1
- Resolves: rhbz#1112734 rhbz#1078310 rhbz#1116309 rhbz#1070736
6909f1
6909f1
* Thu Feb 27 2014 Jaromir Capik <jcapik@redhat.com> - 3.3.9-6
6909f1
- Subtracting Shmem from Cached (#1070736)
6909f1
- Resolves: rhbz#1070736
6909f1
6909f1
* Thu Feb 06 2014 Jaromir Capik <jcapik@redhat.com> - 3.3.9-5
6909f1
- Support for timestamps & wide diskstat (#1053428, #1025833)
6909f1
- Fixing fd leak in watch
6909f1
- Fixing format-security build issues
6909f1
- Skipping trailing zeros in read_unvectored (#1057600)
6909f1
- Resolves: rhbz#1053428, Related: rhbz#1025833
6909f1
6909f1
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.3.9-4
6909f1
- Mass rebuild 2014-01-24
6909f1
6909f1
* Mon Jan 20 2014 Jaromir Capik <jcapik@redhat.com> - 3.3.9-3
6909f1
- 'vmstat -w' was not wide enough (#1025833)
6909f1
- Related: rhbz#1025833
6909f1
6909f1
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.3.9-2
6909f1
- Mass rebuild 2013-12-27
6909f1
6909f1
* Tue Dec 03 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.9-1
6909f1
- Update to 3.3.9
6909f1
- Resolves: rhbz#1025833 rhbz#1025774 rhbz#1027109
6909f1
6909f1
* Mon Oct 21 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-15
6909f1
- Fixing incorrect format specifier (introduced with namespaces)
6909f1
6909f1
* Tue Sep 17 2013 Aristeu Rozanski <aris@redhat.com> - 3.3.8-14
6909f1
- Introduce namespaces support (#980516)
6909f1
6909f1
* Fri Aug 09 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-13
6909f1
- Including forgotten man fixes (#948522)
6909f1
6909f1
* Wed Aug 07 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-12
6909f1
- Fixing the license tag
6909f1
6909f1
* Wed Aug 07 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-11
6909f1
- Support for libselinux (#975459)
6909f1
- Support for systemd (#994457)
6909f1
- Support for 'Shmem' in free (#993271)
6909f1
6909f1
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.8-10
6909f1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
6909f1
6909f1
* Fri Jul 19 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-9
6909f1
- RH man page scan (#948522)
6909f1
6909f1
* Tue Jul 02 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-8
6909f1
- Extending the end-of-job patch disabling the screen content restoration
6909f1
6909f1
* Mon Jul 01 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-7
6909f1
- Disabling screen content restoration when exiting 'top' (#977561)
6909f1
- Enabling SIGWINCH flood prevention
6909f1
6909f1
* Wed Jun 26 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-6
6909f1
- Avoiding "write error" messages when piping to grep (#976199)
6909f1
6909f1
* Wed Jun 26 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-5
6909f1
- Disabling tests - unsuitable for running on buildsystems
6909f1
6909f1
* Mon Jun 17 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-4
6909f1
- Enabling skill and snice (#974752)
6909f1
6909f1
* Wed Jun 12 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-3
6909f1
- Adding major version in the libnuma soname
6909f1
6909f1
* Thu May 30 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-2
6909f1
- watch: enabling UTF-8 (#965867)
6909f1
6909f1
* Wed May 29 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-1
6909f1
- Update to 3.3.8
6909f1
6909f1
* Wed May 22 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.7-4
6909f1
- top: inoculated against a window manager like 'screen' (#962022)
6909f1
6909f1
* Tue Apr 16 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.7-3
6909f1
- Avoid segfaults when reading zero bytes - file2str (#951391)
6909f1
6909f1
* Mon Apr 15 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.7-2
6909f1
- Moving libprocps.pc to the devel subpackage (#951726)
6909f1
6909f1
* Tue Mar 26 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.7-1
6909f1
- Update to 3.3.7
6909f1
- Reverting upstream commit for testsuite/unix.exp
6909f1
6909f1
* Tue Feb 05 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.6-4
6909f1
- Fixing empty pmap output on ppc/s390 (#906457)
6909f1
6909f1
* Tue Jan 15 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.6-3
6909f1
- Typo in the description, pdwx instead of pwdx (#891476)
6909f1
6909f1
* Tue Jan 08 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.6-2
6909f1
- Rebuilding with tests disabled (koji issue #853084)
6909f1
6909f1
* Tue Jan 08 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.6-1
6909f1
- Update to 3.3.6
6909f1
- Changing URL/Source from gitorious to recently created sourceforge page
6909f1
- Replacing autogen.sh with autoreconf
6909f1
6909f1
* Mon Jan 07 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.5-1
6909f1
- Update to 3.3.5
6909f1
6909f1
* Tue Dec 11 2012 Jaromir Capik <jcapik@redhat.com> - 3.3.4-2
6909f1
- fixing the following regressions:
6909f1
-   negative ETIME field in ps (#871819)
6909f1
-   procps states a bug is hit when receiving a signal (#871824)
6909f1
-   allow core file generation by ps command (#871825)
6909f1
6909f1
* Tue Dec 11 2012 Jaromir Capik <jcapik@redhat.com> - 3.3.4-1
6909f1
- Update to 3.3.4
6909f1
6909f1
* Tue Sep 25 2012 Jaromir Capik <jcapik@redhat.com> - 3.3.3-3.20120807git
6909f1
- SELinux spelling fixes (#859900)
6909f1
6909f1
* Tue Aug 21 2012 Jaromir Capik <jcapik@redhat.com> - 3.3.3-2.20120807git
6909f1
- Tests enabled
6909f1
6909f1
* Tue Aug 07 2012 Jaromir Capik <jcapik@redhat.com> - 3.3.3-1.20120807git
6909f1
- Update to 3.3.3-20120807git
6909f1
6909f1
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.2-4
6909f1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6909f1
6909f1
* Thu Mar 08 2012 Jaromir Capik <jcapik@redhat.com> - 3.3.2-3
6909f1
- Second usrmove hack - providing /bin/ps
6909f1
6909f1
* Tue Mar 06 2012 Jaromir Capik <jcapik@redhat.com> - 3.3.2-2
6909f1
- Fixing requires in the devel subpackage (missing %{?_isa} macro)
6909f1
- License statement clarification (upstream patch referrenced in the spec header)
6909f1
6909f1
* Mon Feb 27 2012 Jaromir Capik <jcapik@redhat.com> - 3.3.2-1
6909f1
- Initial version