- Bringing the old 'top' defaults back (#1153049)
This commit is contained in:
parent
5416147856
commit
aa970f9fef
@ -4,7 +4,7 @@
|
||||
Summary: System and process monitoring utilities
|
||||
Name: procps-ng
|
||||
Version: 3.3.10
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: GPL+ and GPLv2 and GPLv2+ and GPLv3+ and LGPLv2+
|
||||
Group: Applications/System
|
||||
URL: https://sourceforge.net/projects/procps-ng/
|
||||
@ -107,7 +107,8 @@ autoreconf --verbose --force --install
|
||||
--enable-skill \
|
||||
--enable-sigwinch \
|
||||
--enable-libselinux \
|
||||
--with-systemd
|
||||
--with-systemd \
|
||||
--disable-modern-top
|
||||
|
||||
make CFLAGS="%{optflags}"
|
||||
|
||||
@ -164,6 +165,9 @@ ln -s %{_bindir}/pidof %{buildroot}%{_sbindir}/pidof
|
||||
%{_datadir}/locale/*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 20 2014 Jaromir Capik <jcapik@redhat.com> - 3.3.10-4
|
||||
- Bringing the old 'top' defaults back (#1153049)
|
||||
|
||||
* Mon Oct 06 2014 Jaromir Capik <jcapik@redhat.com> - 3.3.10-3
|
||||
- Resolving file conflicts with man-pages-*
|
||||
- Replacing hardcoded paths with macros
|
||||
|
Loading…
Reference in New Issue
Block a user