Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory
checked in at Sun Oct 16 13:02:52 CEST 2011.



--------
--- openSUSE:Factory/yast2-installation/yast2-installation.changes      
2011-10-11 17:08:07.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-installation/yast2-installation.changes  
2011-10-14 13:46:54.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Oct 14 11:27:58 CEST 2011 - [email protected]
+
+- Fix text mode handled in systemd (bnc#724115)
+- 2.21.24
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  yast2-installation-2.21.23.tar.bz2

New:
----
  yast2-installation-2.21.24.tar.bz2

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

Other differences:
------------------
++++++ yast2-installation.spec ++++++
--- /var/tmp/diff_new_pack.M7LKyZ/_old  2011-10-16 13:02:44.000000000 +0200
+++ /var/tmp/diff_new_pack.M7LKyZ/_new  2011-10-16 13:02:44.000000000 +0200
@@ -19,24 +19,21 @@
 
 
 Name:           yast2-installation
-Version:        2.21.23
+Version:        2.21.24
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-installation-%{version}.tar.bz2
+Source0:        yast2-installation-2.21.24.tar.bz2
 
+Prefix:         /usr
 
 Group: System/YaST
 License: GPL-2.0+
+Summary:        YaST2 - Installation Parts
 
 Source1:       YaST2-Second-Stage.service
 Source2:       YaST2-Firstboot.service
 
-%if 0%{?suse_version} >= 1210
-BuildRequires: systemd-devel
-%{systemd_requires}
-%endif
-
 BuildRequires:  docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer 
sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
 
 # FileSystems::possible_root_fs
@@ -107,6 +104,11 @@
 Requires:      tar gzip
 Requires:      coreutils
 
+%if 0%{?suse_version} >= 1210
+BuildRequires:  systemd-devel
+%{systemd_requires}
+%endif
+
 # for the first/second stage of installation
 # currently not used
 # bugzilla #208307
@@ -127,9 +129,7 @@
 
 PreReq:                %fillup_prereq
 
-BuildArchitectures: noarch
-
-Summary:       YaST2 - Installation Parts
+BuildArch:      noarch
 
 %package devel-doc
 Group:          Documentation/HTML
@@ -146,26 +146,26 @@
 System installation code as present on installation media.
 
 %prep
-%setup -n yast2-installation-%{version}
+%setup -n yast2-installation-2.21.24
 
 %build
-%{_prefix}/bin/y2tool y2autoconf
-%{_prefix}/bin/y2tool y2automake
+%{prefix}/bin/y2tool y2autoconf
+%{prefix}/bin/y2tool y2automake
 autoreconf --force --install
 
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 
 %{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR="$RPM_BUILD_ROOT"
-[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
-for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
+[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
+for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
     d=${f##*/}
     %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
@@ -214,7 +214,7 @@
 /usr/share/YaST2/clients/*.ycp
 /usr/share/YaST2/modules/*.ycp
 /usr/share/YaST2/modules/*.ybc
-%{_prefix}/share/applications/YaST2/*.desktop
+%{prefix}/share/applications/YaST2/*.desktop
 /usr/share/autoinstall/modules/*.desktop
 /usr/share/YaST2/schema/autoyast/rnc/deploy_image.rnc
 %dir /usr/share/autoinstall
@@ -236,17 +236,19 @@
 /var/adm/fillup-templates/sysconfig.security-checksig
 
 # programs and scripts
-%{_prefix}/lib/YaST2/startup
+%{prefix}/lib/YaST2/startup
 
 # icewm
 /etc/icewm
 
-%dir %{_prefix}/share/doc/packages/yast2-installation
-%{_prefix}/share/doc/packages/yast2-installation/COPYING
-%readme %{_prefix}/share/doc/packages/yast2-installation/README
+%dir %{prefix}/share/doc/packages/yast2-installation
+%{prefix}/share/doc/packages/yast2-installation/COPYING
+%readme %{prefix}/share/doc/packages/yast2-installation/README
 
 %files devel-doc
 %defattr(-,root,root)
-%doc %{_prefix}/share/doc/packages/yast2-installation
-%exclude %{_prefix}/share/doc/packages/yast2-installation/COPYING
-%exclude %{_prefix}/share/doc/packages/yast2-installation/README
+%doc %{prefix}/share/doc/packages/yast2-installation
+%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
+%exclude %{prefix}/share/doc/packages/yast2-installation/README
+
+%changelog

++++++ YaST2-Firstboot.service ++++++
--- /var/tmp/diff_new_pack.M7LKyZ/_old  2011-10-16 13:02:44.000000000 +0200
+++ /var/tmp/diff_new_pack.M7LKyZ/_new  2011-10-16 13:02:44.000000000 +0200
@@ -10,6 +10,7 @@
 ExecStartPost=/bin/rm -f /var/lib/YaST2/reconfig_system
 TimeoutSec=0
 RemainAfterExit=true
+StandardInput=tty
 
 [Install]
 WantedBy=default.target

++++++ YaST2-Second-Stage.service ++++++
--- /var/tmp/diff_new_pack.M7LKyZ/_old  2011-10-16 13:02:44.000000000 +0200
+++ /var/tmp/diff_new_pack.M7LKyZ/_new  2011-10-16 13:02:44.000000000 +0200
@@ -10,6 +10,7 @@
 RemainAfterExit=yes
 TimeoutSec=0
 ExecStartPost=/bin/rm -f /var/lib/YaST2/runme_at_boot
+StandardInput=tty
 
 [Install]
 WantedBy=default.target

++++++ yast2-installation-2.21.23.tar.bz2 -> yast2-installation-2.21.24.tar.bz2 
++++++
++++ 14769 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-installation-2.21.23/Makefile.am 
new/yast2-installation-2.21.24/Makefile.am
--- old/yast2-installation-2.21.23/Makefile.am  2011-10-11 09:07:05.000000000 
+0200
+++ new/yast2-installation-2.21.24/Makefile.am  2009-06-22 18:34:57.000000000 
+0200
@@ -20,6 +20,7 @@
 IS_DEVTOOLS            = $(findstring yast2-devtools,$(RPMNAME))
 
 DEVTOOLS_DIR           = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
+ALL_PACKAGES           = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR           = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 
 COPYRIGHT_files_gpl    = README COPYING
@@ -154,7 +155,7 @@
            $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
        done
 
-package: check-up-to-date check-tagversion check-textdomain package-local
+package: check-up-to-date check-tagversion check-all-packages check-textdomain 
package-local
 
 TAGVERSION      = $(Y2TOOL) tagversion
 
@@ -184,6 +185,21 @@
 check-parse:
        @echo "Not running parseycp."
 
+check-all-packages:
+       @if [ ! -e "$(ALL_PACKAGES)" ]; then                            \
+               echo ERROR: "Can't find $(ALL_PACKAGES)"; false;        \
+       fi
+       @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then            
\
+               echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \
+       fi
+       @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \
+               echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some 
unknown (?) fields:";     \
+               echo;                                                   \
+               grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES);     \
+               echo;                                                   \
+               false;                                                  \
+       fi
+
 check-textdomain:
        $(Y2TOOL) check-textdomain $(srcdir)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-installation-2.21.23/VERSION new/yast2-installation-2.21.24/VERSION
--- old/yast2-installation-2.21.23/VERSION      2011-10-11 09:06:21.000000000 
+0200
+++ new/yast2-installation-2.21.24/VERSION      2011-10-14 13:42:20.000000000 
+0200
@@ -1 +1 @@
-2.21.23
+2.21.24
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-installation-2.21.23/configure.in 
new/yast2-installation-2.21.24/configure.in
--- old/yast2-installation-2.21.23/configure.in 2011-10-11 09:07:05.000000000 
+0200
+++ new/yast2-installation-2.21.24/configure.in 2009-06-22 18:34:57.000000000 
+0200
@@ -1,9 +1,9 @@
 dnl configure.in for yast2-installation
 dnl
-dnl -- This file is generated by y2autoconf 2.21.5 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.18.8 - DO NOT EDIT! --
 dnl    (edit configure.in.in instead)
 
-AC_INIT(yast2-installation, 2.21.23, http://bugs.opensuse.org/, 
yast2-installation)
+AC_INIT(yast2-installation, 2.18.17, http://bugs.opensuse.org/, 
yast2-installation)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,9 +18,9 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION="2.21.23"
+VERSION="2.18.17"
 RPMNAME="yast2-installation"
-MAINTAINER="Jiří Suchomel <[email protected]>"
+MAINTAINER="Lukas Ocilka <[email protected]>"
 
 dnl pkgconfig honors lib64
 pkgconfigdir=\${libdir}/pkgconfig
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-installation-2.21.23/missing new/yast2-installation-2.21.24/missing
--- old/yast2-installation-2.21.23/missing      2011-10-11 09:07:10.000000000 
+0200
+++ new/yast2-installation-2.21.24/missing      2009-06-22 18:35:01.000000000 
+0200
@@ -1,10 +1,10 @@
 #! /bin/sh
 # Common stub for a few missing GNU programs while installing.
 
-scriptversion=2009-04-28.21; # UTC
+scriptversion=2006-05-10.23
 
-# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006,
-# 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006
+#   Free Software Foundation, Inc.
 # Originally by Fran,cois Pinard <[email protected]>, 1996.
 
 # This program is free software; you can redistribute it and/or modify
@@ -18,7 +18,9 @@
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
 
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
@@ -87,9 +89,6 @@
   tar          try tar, gnutar, gtar, then tar without non-portable flags
   yacc         create \`y.tab.[ch]', if possible, from existing .[ch]
 
-Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and
-\`g' are ignored when checking the name.
-
 Send bug reports to <[email protected]>."
     exit $?
     ;;
@@ -107,22 +106,15 @@
 
 esac
 
-# normalize program name to check for.
-program=`echo "$1" | sed '
-  s/^gnu-//; t
-  s/^gnu//; t
-  s/^g//; t'`
-
 # Now exit if we have it, but it failed.  Also exit now if we
 # don't have it and --version was passed (most likely to detect
-# the program).  This is about non-GNU programs, so use $1 not
-# $program.
+# the program).
 case $1 in
-  lex*|yacc*)
+  lex|yacc)
     # Not GNU programs, they don't have --version.
     ;;
 
-  tar*)
+  tar)
     if test -n "$run"; then
        echo 1>&2 "ERROR: \`tar' requires --run"
        exit 1
@@ -146,7 +138,7 @@
 
 # If it does not exist, or fails to run (possibly an outdated version),
 # try to emulate it.
-case $program in
+case $1 in
   aclocal*)
     echo 1>&2 "\
 WARNING: \`$1' is $msg.  You should only need it if
@@ -156,7 +148,7 @@
     touch aclocal.m4
     ;;
 
-  autoconf*)
+  autoconf)
     echo 1>&2 "\
 WARNING: \`$1' is $msg.  You should only need it if
          you modified \`${configure_ac}'.  You might want to install the
@@ -165,7 +157,7 @@
     touch configure
     ;;
 
-  autoheader*)
+  autoheader)
     echo 1>&2 "\
 WARNING: \`$1' is $msg.  You should only need it if
          you modified \`acconfig.h' or \`${configure_ac}'.  You might want
@@ -195,7 +187,7 @@
           while read f; do touch "$f"; done
     ;;
 
-  autom4te*)
+  autom4te)
     echo 1>&2 "\
 WARNING: \`$1' is needed, but is $msg.
          You might have modified some files without having the
@@ -218,7 +210,7 @@
     fi
     ;;
 
-  bison*|yacc*)
+  bison|yacc)
     echo 1>&2 "\
 WARNING: \`$1' $msg.  You should only need it if
          you modified a \`.y' file.  You may need the \`Bison' package
@@ -248,7 +240,7 @@
     fi
     ;;
 
-  lex*|flex*)
+  lex|flex)
     echo 1>&2 "\
 WARNING: \`$1' is $msg.  You should only need it if
          you modified a \`.l' file.  You may need the \`Flex' package
@@ -271,7 +263,7 @@
     fi
     ;;
 
-  help2man*)
+  help2man)
     echo 1>&2 "\
 WARNING: \`$1' is $msg.  You should only need it if
         you modified a dependency of a manual page.  You may need the
@@ -285,11 +277,11 @@
     else
        test -z "$file" || exec >$file
        echo ".ab help2man is required to generate this page"
-       exit $?
+       exit 1
     fi
     ;;
 
-  makeinfo*)
+  makeinfo)
     echo 1>&2 "\
 WARNING: \`$1' is $msg.  You should only need it if
          you modified a \`.texi' or \`.texinfo' file, or any other file
@@ -318,7 +310,7 @@
     touch $file
     ;;
 
-  tar*)
+  tar)
     shift
 
     # We have already tried tar in the generic part.
@@ -371,6 +363,5 @@
 # eval: (add-hook 'write-file-hooks 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
-# time-stamp-end: "; # UTC"
+# time-stamp-end: "$"
 # End:

continue with "q"...



Remember to have fun...

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

Reply via email to