Hello community, here is the log from the commit of package aaa_base for openSUSE:Factory checked in at 2020-09-18 16:07:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aaa_base (Old) and /work/SRC/openSUSE:Factory/.aaa_base.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aaa_base" Fri Sep 18 16:07:30 2020 rev:475 rq:835405 version:84.87+git20200918.331aa2f Changes: -------- --- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes 2020-09-14 12:01:57.707541611 +0200 +++ /work/SRC/openSUSE:Factory/.aaa_base.new.4249/aaa_base.changes 2020-09-18 16:07:35.828538124 +0200 @@ -1,0 +2,7 @@ +Fri Sep 18 11:30:53 UTC 2020 - [email protected] + +- Update to version 84.87+git20200918.331aa2f: + * sysctl.d/50-default.conf: fix ping_group_range syntax error + * alias.bash check if ip command knows color=auto (jsc#SLE-7679) + +------------------------------------------------------------------- Old: ---- aaa_base-84.87+git20200909.ee4a72c.tar.xz New: ---- aaa_base-84.87+git20200918.331aa2f.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aaa_base.spec ++++++ --- /var/tmp/diff_new_pack.cMH4ZP/_old 2020-09-18 16:07:37.668539807 +0200 +++ /var/tmp/diff_new_pack.cMH4ZP/_new 2020-09-18 16:07:37.672539810 +0200 @@ -23,7 +23,7 @@ %endif Name: aaa_base -Version: 84.87+git20200909.ee4a72c +Version: 84.87+git20200918.331aa2f Release: 0 URL: https://github.com/openSUSE/aaa_base # do not require systemd - aaa_base is in the build environment and we don't ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.cMH4ZP/_old 2020-09-18 16:07:37.728539862 +0200 +++ /var/tmp/diff_new_pack.cMH4ZP/_new 2020-09-18 16:07:37.728539862 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/aaa_base.git</param> - <param name="changesrevision">ee4a72cec25300f6a4a9c5ad00426c3d91991ad3</param> + <param name="changesrevision">91f496b1f65af29832192bad949685a7bc25da0a</param> </service> </servicedata> \ No newline at end of file ++++++ aaa_base-84.87+git20200909.ee4a72c.tar.xz -> aaa_base-84.87+git20200918.331aa2f.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20200909.ee4a72c/files/etc/profile.d/alias.bash new/aaa_base-84.87+git20200918.331aa2f/files/etc/profile.d/alias.bash --- old/aaa_base-84.87+git20200909.ee4a72c/files/etc/profile.d/alias.bash 2020-09-09 08:49:33.000000000 +0200 +++ new/aaa_base-84.87+git20200918.331aa2f/files/etc/profile.d/alias.bash 2020-09-18 13:30:09.000000000 +0200 @@ -27,7 +27,9 @@ alias egrep='egrep --color=auto' alias fgrep='fgrep --color=auto' alias grep='grep --color=auto' -alias ip='ip --color=auto' +if ip --color=auto -V > /dev/null 2>/dev/null ; then + alias ip='ip --color=auto' +fi alias md='mkdir -p' if test "$is" = "bash" -a ! -x /usr/bin/which ; then # diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20200909.ee4a72c/files/usr/lib/sysctl.d/50-default.conf new/aaa_base-84.87+git20200918.331aa2f/files/usr/lib/sysctl.d/50-default.conf --- old/aaa_base-84.87+git20200909.ee4a72c/files/usr/lib/sysctl.d/50-default.conf 2020-09-09 08:49:33.000000000 +0200 +++ new/aaa_base-84.87+git20200918.331aa2f/files/usr/lib/sysctl.d/50-default.conf 2020-09-18 13:30:09.000000000 +0200 @@ -29,7 +29,7 @@ # bits (bsc#1174504). # this only allows users to handle ICMP ECHO REQUESTs and REPLYs, nothing # else. -net.ipv4.ping_group_range = "0 2147483647" +net.ipv4.ping_group_range = 0 2147483647 # increase the number of possible inotify(7) watches fs.inotify.max_user_watches = 65536
