Hello community,

here is the log from the commit of package procps for openSUSE:Factory checked 
in at 2014-03-27 06:15:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/procps (Old)
 and      /work/SRC/openSUSE:Factory/.procps.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "procps"

Changes:
--------
--- /work/SRC/openSUSE:Factory/procps/procps.changes    2013-12-19 
12:51:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.procps.new/procps.changes       2014-03-27 
06:15:25.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Mar 25 12:43:12 CET 2014 - [email protected]
+
+- Ignore scan_unevictable_pages sysctl entry (bnc#868888)
+  procps-ng-3.3.8-ignore-scan_unevictable_pages.patch
+
+-------------------------------------------------------------------

New:
----
  procps-ng-3.3.8-ignore-scan_unevictable_pages.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ procps.spec ++++++
--- /var/tmp/diff_new_pack.UV8WlT/_old  2014-03-27 06:15:26.000000000 +0100
+++ /var/tmp/diff_new_pack.UV8WlT/_new  2014-03-27 06:15:26.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package procps
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -89,6 +89,8 @@
 Patch29:        procps-ng-3.3.8-shmem.patch
 # PATCH-FIX-UPSTREAM -- Add enable-libselinux switch
 Patch30:        procps-ng-3.3.8-libselinux.patch
+# PATCH-FIX-SUSE -- Ignore scan_unevictable_pages in sysctl
+Patch31:        procps-ng-3.3.8-ignore-scan_unevictable_pages.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -163,6 +165,7 @@
 %patch28
 %patch29 -p1
 %patch30 -p1
+%patch31 -p1
 
 %build
 tar --strip-components=1 -xf %{S:1}

++++++ procps-ng-3.3.8-ignore-scan_unevictable_pages.patch ++++++
From: Takashi Iwai <[email protected]>
Subject: Ignore scan_unevictable_pages entry in sysctl, too
References: bnc#868888

scan_unevictable_pages sysctl is deprecated in the recent kernel.
Ignore it for avoiding the kernel warning message.

Signed-off-by: Takashi Iwai <[email protected]>

---
 sysctl.c |    1 +
 1 file changed, 1 insertion(+)

--- a/sysctl.c
+++ b/sysctl.c
@@ -57,6 +57,7 @@ static const char DEFAULT_PRELOAD[] = "/
 static const char *DEPRECATED[] = {
        "base_reachable_time",
        "retrans_time",
+       "scan_unevictable_pages",
        ""
 };
 static bool IgnoreDeprecated;
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to