Hello community, here is the log from the commit of package audit for openSUSE:Factory checked in at Mon Feb 21 14:53:42 CET 2011.
-------- --- audit/audit.changes 2010-12-07 22:17:32.000000000 +0100 +++ audit/audit.changes 2011-02-21 11:34:05.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Feb 21 10:33:40 UTC 2011 - [email protected] + +- Fix value of oom_score_adj. + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ audit-secondary.spec ++++++ --- /var/tmp/diff_new_pack.6oZjyP/_old 2011-02-21 14:45:16.000000000 +0100 +++ /var/tmp/diff_new_pack.6oZjyP/_new 2011-02-21 14:45:16.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package audit-secondary (Version 2.0.5) +# spec file for package audit-secondary # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -26,7 +26,7 @@ License: GPLv2+ Group: System/Monitoring Version: 2.0.5 -Release: 2 +Release: 3 Url: http://people.redhat.com/sgrubb/audit/ Source0: audit-%{version}.tar.bz2 Patch1: audit-plugins-path.patch ++++++ audit.spec ++++++ --- /var/tmp/diff_new_pack.6oZjyP/_old 2011-02-21 14:45:16.000000000 +0100 +++ /var/tmp/diff_new_pack.6oZjyP/_new 2011-02-21 14:45:16.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package audit (Version 2.0.5) +# spec file for package audit # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -23,7 +23,7 @@ BuildRequires: kernel-headers >= 2.6.29 Summary: User Space Tools for 2.6 Kernel Auditing Version: 2.0.5 -Release: 2 +Release: 7 License: GPLv2+ Group: System/Monitoring Url: http://people.redhat.com/sgrubb/audit/ ++++++ audit-oom_score_adj.patch ++++++ --- /var/tmp/diff_new_pack.6oZjyP/_old 2011-02-21 14:45:16.000000000 +0100 +++ /var/tmp/diff_new_pack.6oZjyP/_new 2011-02-21 14:45:16.000000000 +0100 @@ -21,7 +21,7 @@ + /* Newer kernels (noticed in 2.6.36) */ + oomfd = open("/proc/self/oom_score_adj", O_NOFOLLOW | O_WRONLY); + if (oomfd >= 0) { -+ (void)write(oomfd, "0", 1); ++ (void)write(oomfd, "-1000", sizeof("-1000")); + close(oomfd); + return; + } ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
