Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2013-07-19 11:16:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-packager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-packager"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes    
2013-06-11 09:39:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes       
2013-07-19 11:16:48.000000000 +0200
@@ -1,0 +2,12 @@
+Mon Jul 15 14:09:10 UTC 2013 - [email protected]
+
+- enable back kernel module autoloading (bnc#829265)
+- 2.24.1
+
+-------------------------------------------------------------------
+Thu Jul 11 14:33:02 CEST 2013 - [email protected]
+
+- Fixed call of Online Update Configuration (don't finish sources
+  if called from Package Selector, bnc #828132)
+
+-------------------------------------------------------------------

Old:
----
  yast2-packager-2.24.0.tar.bz2

New:
----
  yast2-packager-2.24.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-packager.spec ++++++
--- /var/tmp/diff_new_pack.vx5Jwu/_old  2013-07-19 11:16:50.000000000 +0200
+++ /var/tmp/diff_new_pack.vx5Jwu/_new  2013-07-19 11:16:50.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        2.24.0
+Version:        2.24.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-packager-2.24.0.tar.bz2 -> yast2-packager-2.24.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-2.24.0/VERSION 
new/yast2-packager-2.24.1/VERSION
--- old/yast2-packager-2.24.0/VERSION   2013-03-26 10:31:35.000000000 +0100
+++ new/yast2-packager-2.24.1/VERSION   2013-07-15 16:55:54.000000000 +0200
@@ -1 +1 @@
-2.24.0
+2.24.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-2.24.0/autodocs-ycp.ami 
new/yast2-packager-2.24.1/autodocs-ycp.ami
--- old/yast2-packager-2.24.0/autodocs-ycp.ami  2013-06-03 16:16:44.000000000 
+0200
+++ new/yast2-packager-2.24.1/autodocs-ycp.ami  2013-07-16 17:58:35.000000000 
+0200
@@ -24,7 +24,7 @@
 
 index.html: $(AUTODOCS_YCP) $(AUTODOCS_PM)
 #including *.pm, for the index
-       ${YCPDOC} -d. -s$(AUTODOCS_STRIP) $(AUTODOCS_YCP)
+       if [ -n "$(AUTODOCS_YCP)" ]; then ${YCPDOC} -d. -s$(AUTODOCS_STRIP) 
$(AUTODOCS_YCP); fi
        for i in $(AUTODOCS_PM); do \
                b=$${i##$(AUTODOCS_STRIP)}; b=$${b#/}; b=$${b//\//__}; 
b=$${b%.pm}; \
                pod2html --title=$$b --infile=$$i --outfile=$$b.html; \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-2.24.0/configure 
new/yast2-packager-2.24.1/configure
--- old/yast2-packager-2.24.0/configure 2013-06-03 16:16:47.000000000 +0200
+++ new/yast2-packager-2.24.1/configure 2013-07-16 17:58:39.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-packager 2.24.0.
+# Generated by GNU Autoconf 2.69 for yast2-packager 2.24.1.
 #
 # Report bugs to <http://bugs.opensuse.org/>.
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-packager'
 PACKAGE_TARNAME='yast2-packager'
-PACKAGE_VERSION='2.24.0'
-PACKAGE_STRING='yast2-packager 2.24.0'
+PACKAGE_VERSION='2.24.1'
+PACKAGE_STRING='yast2-packager 2.24.1'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1247,7 +1247,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-packager 2.24.0 to adapt to many kinds of 
systems.
+\`configure' configures yast2-packager 2.24.1 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1318,7 +1318,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of yast2-packager 2.24.0:";;
+     short | recursive ) echo "Configuration of yast2-packager 2.24.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1398,7 +1398,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-packager configure 2.24.0
+yast2-packager configure 2.24.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1415,7 +1415,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-packager $as_me 2.24.0, which was
+It was created by yast2-packager $as_me 2.24.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2354,7 +2354,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-packager'
- VERSION='2.24.0'
+ VERSION='2.24.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2477,7 +2477,7 @@
 
 
 
-VERSION="2.24.0"
+VERSION="2.24.1"
 RPMNAME="yast2-packager"
 MAINTAINER="Ladislav Slezak <[email protected]>"
 
@@ -3403,7 +3403,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2-packager $as_me 2.24.0, which was
+This file was extended by yast2-packager $as_me 2.24.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -3456,7 +3456,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-yast2-packager config.status 2.24.0
+yast2-packager config.status 2.24.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-2.24.0/configure.in 
new/yast2-packager-2.24.1/configure.in
--- old/yast2-packager-2.24.0/configure.in      2013-06-03 16:16:44.000000000 
+0200
+++ new/yast2-packager-2.24.1/configure.in      2013-07-16 17:58:35.000000000 
+0200
@@ -1,9 +1,9 @@
 dnl configure.in for yast2-packager
 dnl
-dnl -- This file is generated by y2autoconf 2.24.0 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.24.2 - DO NOT EDIT! --
 dnl    (edit configure.in.in instead)
 
-AC_INIT(yast2-packager, 2.24.0, http://bugs.opensuse.org/, yast2-packager)
+AC_INIT(yast2-packager, 2.24.1, http://bugs.opensuse.org/, yast2-packager)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION="2.24.0"
+VERSION="2.24.1"
 RPMNAME="yast2-packager"
 MAINTAINER="Ladislav Slezak <[email protected]>"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-2.24.0/doc/autodocs/Makefile.in 
new/yast2-packager-2.24.1/doc/autodocs/Makefile.in
--- old/yast2-packager-2.24.0/doc/autodocs/Makefile.in  2013-06-03 
16:16:48.000000000 +0200
+++ new/yast2-packager-2.24.1/doc/autodocs/Makefile.in  2013-07-16 
17:58:40.000000000 +0200
@@ -454,7 +454,7 @@
 
 index.html: $(AUTODOCS_YCP) $(AUTODOCS_PM)
 #including *.pm, for the index
-       ${YCPDOC} -d. -s$(AUTODOCS_STRIP) $(AUTODOCS_YCP)
+       if [ -n "$(AUTODOCS_YCP)" ]; then ${YCPDOC} -d. -s$(AUTODOCS_STRIP) 
$(AUTODOCS_YCP); fi
        for i in $(AUTODOCS_PM); do \
                b=$${i##$(AUTODOCS_STRIP)}; b=$${b#/}; b=$${b//\//__}; 
b=$${b%.pm}; \
                pod2html --title=$$b --infile=$$i --outfile=$$b.html; \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-2.24.0/src/clients/inst_kickoff.ycp 
new/yast2-packager-2.24.1/src/clients/inst_kickoff.ycp
--- old/yast2-packager-2.24.0/src/clients/inst_kickoff.ycp      2013-01-22 
11:40:37.000000000 +0100
+++ new/yast2-packager-2.24.1/src/clients/inst_kickoff.ycp      2013-07-15 
16:55:54.000000000 +0200
@@ -507,12 +507,5 @@
     // add Xen and HyperV PV drivers to initrd
     XenPVToInitrd();
 
-    if (Stage::initial ())
-    {
-       // see bug 20627 for original purpose of this line,
-       // bug 172149 why it was moved here
-       SCR::Execute (.target.bash, "/bin/echo \"/etc/nothing\" 
>/proc/sys/kernel/modprobe");
-    }
-
     return `next;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-2.24.0/src/clients/sw_single.ycp 
new/yast2-packager-2.24.1/src/clients/sw_single.ycp
--- old/yast2-packager-2.24.0/src/clients/sw_single.ycp 2013-04-16 
14:11:33.000000000 +0200
+++ new/yast2-packager-2.24.1/src/clients/sw_single.ycp 2013-07-15 
16:55:54.000000000 +0200
@@ -543,7 +543,7 @@
                    }
                    else
                    {
-                       symbol cfg_result = (symbol)WFM::CallFunction( 
"online_update_configuration", []);
+                       symbol cfg_result = (symbol)WFM::CallFunction( 
"online_update_configuration", [ `no_source_finish ]);
                        y2milestone("online_update_configuration result: %1", 
cfg_result);
                    }
                    force_restart = true;

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to