Hello community, here is the log from the commit of package logrotate for openSUSE:11.4 checked in at Tue Mar 13 14:03:07 CET 2012.
-------- --- old-versions/11.4/UPDATES/all/logrotate/logrotate.changes 2012-01-31 16:13:15.000000000 +0100 +++ 11.4/logrotate/logrotate.changes 2012-03-12 16:13:42.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Mar 12 15:11:56 UTC 2012 - [email protected] + +- fix a typo in logrotate-3.7.9-su.diff patch (bnc#751358) + +------------------------------------------------------------------- calling whatdependson for 11.4-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ logrotate.spec ++++++ --- /var/tmp/diff_new_pack.wXXX4N/_old 2012-03-13 14:02:35.000000000 +0100 +++ /var/tmp/diff_new_pack.wXXX4N/_new 2012-03-13 14:02:35.000000000 +0100 @@ -24,7 +24,7 @@ BuildRequires: libselinux-devel Summary: Rotate, Compress, Remove, and Mail System Log Files Version: 3.7.9 -Release: 6.<RELEASE9> +Release: 6.<RELEASE11> License: GPLv2+ Group: System/Base Source: %{name}-%{version}.tar.bz2 ++++++ logrotate-3.7.9-su.diff ++++++ --- /var/tmp/diff_new_pack.wXXX4N/_old 2012-03-13 14:02:35.000000000 +0100 +++ /var/tmp/diff_new_pack.wXXX4N/_new 2012-03-13 14:02:35.000000000 +0100 @@ -281,7 +281,7 @@ if (!debug) { - if ((fdcurr = open(currLog, (flags & LOG_FLAG_COPY) ? O_RDONLY : O_RDWR)) < 0) { -+ if ((fdcurr = open(currLog, ((flags & LOG_FLAG_COPY) ? O_RDONLY : O_RDWR)) | O_NOFOLLOW) < 0) { ++ if ((fdcurr = open(currLog, ((flags & LOG_FLAG_COPY) ? O_RDONLY : O_RDWR) | O_NOFOLLOW)) < 0) { message(MESS_ERROR, "error opening %s: %s\n", currLog, strerror(errno)); return 1; continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
