Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2018-02-10 17:53:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aaa_base (Old)
 and      /work/SRC/openSUSE:Factory/.aaa_base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aaa_base"

Sat Feb 10 17:53:07 2018 rev:445 rq:574352 version:84.87+git20180208.8eeab90

Changes:
--------
--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes        2018-02-08 
14:02:08.813073710 +0100
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2018-02-10 
17:53:22.970523811 +0100
@@ -1,0 +2,10 @@
+Thu Feb 08 13:04:38 UTC 2018 - [email protected]
+
+- Update to version 84.87+git20180208.8eeab90:
+  * Don't call fillup for removed sysconfig.news
+  * Adjust path for script converting sysctl config
+  * For ksh use builtin keyword 'function' to make sure that the
+    keyword 'typeset' really set the variable IFS to be local within
+    the function _ls.
+
+-------------------------------------------------------------------

Old:
----
  aaa_base-84.87+git20180205.2d2832f.tar.xz

New:
----
  aaa_base-84.87+git20180208.8eeab90.tar.xz

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

Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.ep6iFT/_old  2018-02-10 17:53:24.042485007 +0100
+++ /var/tmp/diff_new_pack.ep6iFT/_new  2018-02-10 17:53:24.042485007 +0100
@@ -23,7 +23,7 @@
 %endif
 
 Name:           aaa_base
-Version:        84.87+git20180205.2d2832f
+Version:        84.87+git20180208.8eeab90
 Release:        0
 Url:            https://github.com/openSUSE/aaa_base
 Provides:       aaa_skel = %{version}-%{release}
@@ -232,7 +232,6 @@
 %dir /usr/lib/initscripts
 %dir /usr/lib/initscripts/legacy-actions
 %{_fillupdir}/sysconfig.language
-%{_fillupdir}/sysconfig.news
 %{_fillupdir}/sysconfig.proxy
 %{_fillupdir}/sysconfig.windowmanager
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.ep6iFT/_old  2018-02-10 17:53:24.110482545 +0100
+++ /var/tmp/diff_new_pack.ep6iFT/_new  2018-02-10 17:53:24.110482545 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param name="url">git://github.com/openSUSE/aaa_base.git</param>
-          <param 
name="changesrevision">2d2832ff10366b2f3e84fbf9d242a1787a52c118</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">8eeab902586416060527ddde7dabcec81d820022</param></service></servicedata>
\ No newline at end of file

++++++ aaa_base-84.87+git20180205.2d2832f.tar.xz -> 
aaa_base-84.87+git20180208.8eeab90.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-84.87+git20180205.2d2832f/aaa_base.post 
new/aaa_base-84.87+git20180208.8eeab90/aaa_base.post
--- old/aaa_base-84.87+git20180205.2d2832f/aaa_base.post        2018-02-05 
14:56:59.000000000 +0100
+++ new/aaa_base-84.87+git20180208.8eeab90/aaa_base.post        2018-02-08 
14:01:58.000000000 +0100
@@ -61,13 +61,12 @@
 if ! [ -d /etc/sysconfig ] ; then
   mkdir -p /etc/sysconfig
 fi
-for i in language proxy windowmanager \
-       news ; do
+for i in language proxy windowmanager ; do
 %{fillup_only -n $i}
 done
 if [ -e /etc/sysconfig/sysctl ]; then
        echo "merging /etc/sysconfig/sysctl into /etc/sysctl.conf ..."
-       /lib/aaa_base/convert_sysctl
+       /usr/lib/base-scripts/convert_sysctl
        mv /etc/sysconfig/sysctl /etc/sysconfig/sysctl.rpmsave
 fi
 test -e /etc/sysctl.conf || cat <<EOF >/etc/sysctl.conf
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20180205.2d2832f/files/etc/profile.d/ls.bash 
new/aaa_base-84.87+git20180208.8eeab90/files/etc/profile.d/ls.bash
--- old/aaa_base-84.87+git20180205.2d2832f/files/etc/profile.d/ls.bash  
2018-02-05 14:56:59.000000000 +0100
+++ new/aaa_base-84.87+git20180208.8eeab90/files/etc/profile.d/ls.bash  
2018-02-08 14:01:58.000000000 +0100
@@ -56,10 +56,9 @@
            test -s /etc/profile.d/ls.zsh && . /etc/profile.d/ls.zsh
            ;;
        ksh)
-           _ls ()
-           {
+           function _ls {
                typeset IFS=' '
-               command ls $LS_OPTIONS ${1+"$@"}
+               command -p ls $LS_OPTIONS ${1+"$@"}
            }
            alias ls=_ls
            ;;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20180205.2d2832f/files/usr/share/fillup-templates/sysconfig.news
 
new/aaa_base-84.87+git20180208.8eeab90/files/usr/share/fillup-templates/sysconfig.news
--- 
old/aaa_base-84.87+git20180205.2d2832f/files/usr/share/fillup-templates/sysconfig.news
      2018-02-05 14:56:59.000000000 +0100
+++ 
new/aaa_base-84.87+git20180208.8eeab90/files/usr/share/fillup-templates/sysconfig.news
      1970-01-01 01:00:00.000000000 +0100
@@ -1,15 +0,0 @@
-## Path:       Network/News
-## Description:        
-## Type:       string
-## Default:    ""
-#
-# Used for News-Postings.
-#
-ORGANIZATION=""
-
-## Type:       string(news)
-## Default:    news
-#
-# News server.
-#
-NNTPSERVER="news"


Reply via email to