From a0c14c7d1ffa82849b3a5c1b07639903846f4748 Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Jun 17 2013 16:56:54 +0000 Subject: Enabling skill and snice (#974752) --- diff --git a/procps-ng.spec b/procps-ng.spec index 3ceab9f..f1be8ec 100644 --- a/procps-ng.spec +++ b/procps-ng.spec @@ -3,7 +3,7 @@ Summary: System and process monitoring utilities Name: procps-ng Version: 3.3.7 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ and LGPLv2+ Group: Applications/System URL: https://sourceforge.net/projects/procps-ng/ @@ -88,7 +88,8 @@ autoreconf --verbose --force --install --disable-static \ --disable-w-from \ --disable-kill \ - --disable-rpath + --disable-rpath \ + --enable-skill make CFLAGS="%{optflags}" @@ -131,6 +132,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/sysctl.d %{_includedir}/proc %changelog +* Mon Jun 17 2013 Jaromir Capik - 3.3.7-4 +- Enabling skill and snice (#974752) + * Tue Apr 16 2013 Jaromir Capik - 3.3.7-3 - Avoid segfaults when reading zero bytes - file2str (#951391)