Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2013-10-11 09:05:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-firstboot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-firstboot"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2013-09-13 14:51:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes     
2013-10-11 09:05:36.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Sep 18 16:12:24 UTC 2013 - lsle...@suse.cz
+
+- do not use *.spec.in template, use *.spec file with RPM macros
+  instead
+- 3.1.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-firstboot-3.0.1.tar.bz2

New:
----
  yast2-firstboot-3.1.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-firstboot.spec ++++++
--- /var/tmp/diff_new_pack.EhiryB/_old  2013-10-11 09:05:40.000000000 +0200
+++ /var/tmp/diff_new_pack.EhiryB/_new  2013-10-11 09:05:40.000000000 +0200
@@ -17,16 +17,16 @@
 
 
 Name:           yast2-firstboot
-Version:        3.0.1
+Version:        3.1.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-firstboot-%{version}.tar.bz2
+Source0:        %{name}-%{version}.tar.bz2
 
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libxslt
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2-devtools
+BuildRequires:  yast2-devtools >= 3.0.6
 
 # yast2/NeworkDevices -> yast2/NetworkInterfaces
 Requires:       yast2 >= 2.16.23
@@ -57,64 +57,46 @@
 created to personalize the system.
 
 %prep
-%setup -n yast2-firstboot-%{version}
+%setup -n %{name}-%{version}
 
 %build
-%{_prefix}/bin/y2tool y2autoconf
-%{_prefix}/bin/y2tool y2automake
-autoreconf --force --install
-
-export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-
-./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
+%yast_build
 
 %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
-    d=${f##*/}
-    %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
-done
+%yast_install
 
 mkdir -p $RPM_BUILD_ROOT/usr/share/firstboot/scripts
 
-%clean
-rm -rf "$RPM_BUILD_ROOT"
-
 %post
 %{fillup_only -n firstboot}
 
 %files
 %defattr(-,root,root)
-%dir %{_prefix}/lib/YaST2/startup
-%dir %{_prefix}/lib/YaST2/startup/Firstboot-Stage
-%{_prefix}/lib/YaST2/startup/Firstboot-Stage/*
-%{_prefix}/lib/YaST2/startup/YaST2.Firstboot
-/usr/share/YaST2/clients/firstboot_*.rb
-/usr/share/YaST2/clients/firstboot.rb
-%dir /usr/share/YaST2/include
-%dir /usr/share/YaST2/include/firstboot
-/usr/share/YaST2/include/firstboot/*.rb
-%dir /usr/share/YaST2/modules
-/usr/share/YaST2/modules/Firstboot.*
-%dir /usr/share/YaST2/scrconf
-/usr/share/YaST2/scrconf/*.scr
+%dir %{yast_ystartupdir}/startup
+%dir %{yast_ystartupdir}/startup/Firstboot-Stage
+%{yast_ystartupdir}/startup/Firstboot-Stage/*
+%{yast_ystartupdir}/startup/YaST2.Firstboot
+%{yast_clientdir}/firstboot_*.rb
+%{yast_clientdir}/firstboot.rb
+%dir %{yast_yncludedir}
+%dir %{yast_yncludedir}/firstboot
+%{yast_yncludedir}/firstboot/*.rb
+%dir %{yast_moduledir}
+%{yast_moduledir}/Firstboot.*
+%dir %{yast_scrconfdir}
+%{yast_scrconfdir}/*.scr
 /var/adm/fillup-templates/sysconfig.firstboot
 /usr/share/firstboot
-%doc %{_prefix}/share/doc/packages/yast2-firstboot
+%doc %{yast_docdir}
 %doc COPYING
 %dir /etc/YaST2/
 /etc/YaST2/*.xml
 %dir /usr/share/autoinstall
 %dir /usr/share/autoinstall/modules
 /usr/share/autoinstall/modules/firstboot.desktop
-%dir /usr/share/YaST2/schema
-%dir /usr/share/YaST2/schema/autoyast
-%dir /usr/share/YaST2/schema/autoyast/rnc
-/usr/share/YaST2/schema/autoyast/rnc/firstboot.rnc
+%dir %{yast_schemadir}
+%dir %{yast_schemadir}/autoyast
+%dir %{yast_schemadir}/autoyast/rnc
+%{yast_schemadir}/autoyast/rnc/firstboot.rnc
 
 %changelog

++++++ yast2-firstboot-3.0.1.tar.bz2 -> yast2-firstboot-3.1.0.tar.bz2 ++++++
++++ 15518 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-firstboot-3.0.1/Makefile.am new/yast2-firstboot-3.1.0/Makefile.am
--- old/yast2-firstboot-3.0.1/Makefile.am       2013-09-13 14:27:01.000000000 
+0200
+++ new/yast2-firstboot-3.1.0/Makefile.am       1970-01-01 01:00:00.000000000 
+0100
@@ -1,196 +0,0 @@
-# Emacs: -*- makefile -*-
-#
-# Toplevel Makefile.am for a YaST2 subproject
-#
-# -- This file is generated by y2automake - DO NOT EDIT! --
-#    (Edit ./SUBDIRS instead)
-#
-
-#where devtools are
-Y2TOOL = $(Y2DEVTOOLS_PREFIX)/bin/y2tool
-
-VERSION                        = $(shell cat $(srcdir)/VERSION)
-RPMNAME                = $(shell cat $(srcdir)/RPMNAME)
-SUBDIRS_FILE           = $(shell test -e $(srcdir)/SUBDIRS      && echo 
SUBDIRS)
-ACINCLUDE_FILE         = $(shell test -e $(srcdir)/acinclude.m4 && echo 
acinclude.m4)
-
-HAS_YAST_LICENSE       = $(shell test -e $(srcdir)/YAST_LICENSE && echo 
YAST_LICENSE)
-
-# do we do Makefile.am for devtools? It is a little special...
-IS_DEVTOOLS            = $(findstring yast2-devtools,$(RPMNAME))
-
-DEVTOOLS_DIR           = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-LEGALESE_DIR           = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
-
-COPYRIGHT_files_gpl    = README COPYING
-
-COPYRIGHT_files_yast   = YAST_LICENSE README COPYING COPYRIGHT.english \
-                         COPYRIGHT.french COPYRIGHT.german COPYRIGHT.spanish
-
-extra_COPYRIGHT_files =  $(if $(HAS_YAST_LICENSE), $(COPYRIGHT_files_yast), 
$(COPYRIGHT_files_gpl))
-
-# less strict; prefer bzip2
-AUTOMAKE_OPTIONS = foreign dist-bzip2 no-dist-gzip
-# where devtools install m4 snippets
-# argh, executed literally
-#ACLOCAL_AMFLAGS = -I $(Y2DEVTOOLS_PREFIX)/share/aclocal
-ACLOCAL_AMFLAGS = -I . -I `if test -d ./devtools/admin; then echo 
./devtools/admin; else pkg-config --print-errors --variable=datadir 
yast2-devtools; fi`/aclocal
-
-Makefile.am.common: $(DEVTOOLS_DIR)/admin/Makefile.am.common
-       cmp -s $< $@ || cp -f $< $@
-
-# create bzip2ed tar and make some sanity checks
-$(RPMNAME)-$(VERSION).tar.bz2: checkpo dist-bzip2
-       @if [ `bunzip2 -c $(RPMNAME)-$(VERSION).tar.bz2 | wc --bytes` = 0 ] ; 
then \
-           echo "Error: created tar is empty" ; \
-           exit 1 ; \
-       fi
-
-CLEANFILES =
-MAINTAINERCLEANFILES = package/$(RPMNAME)-$(VERSION).tar.bz2 
package/$(RPMNAME).spec
-
-POT_DST = $(shell find -type d -name testsuite -prune , \
-       -type f -name "*.pot") 
-
-EXTRA_DIST = \
-       VERSION RPMNAME MAINTAINER configure.in.in              \
-       $(SUBDIRS_FILE) $(ACINCLUDE_FILE)                       \
-       $(if $(IS_DEVTOOLS),Makefile.am.common,$(POT_DST))
-
-show-extra-dist:
-       @echo $(EXTRA_DIST)
-
-# info '(automake)Conditionals'
-if CREATE_PKGCONFIG
-# create the file here instead of by configure
-# because the prerequisite is made here (not anymore!)
-# and we don't want any paths in y2autoconf
-# info '(autoconf)config.status Invocation'
-$(RPMNAME).pc: $(RPMNAME).pc.in config.status
-       ./config.status --file=$@:$<
-
-if CREATE_PKGCONFIG_NOARCH
-pkgconfigdata_DATA = $(RPMNAME).pc
-else
-pkgconfig_DATA = $(RPMNAME).pc
-endif
-
-EXTRA_DIST += $(RPMNAME).pc.in
-endif
-
-dist-hook:
-       @for I in $(extra_COPYRIGHT_files) ;                                    
\
-       do                                                                      
\
-           EX="" ;                                                             
\
-           if test -f $(srcdir)/$$I ; then                                     
\
-               EX=$(srcdir)/$$I ;                                              
\
-           elif test -f $(LEGALESE_DIR)/$$I ; then                             
\
-               EX=$(LEGALESE_DIR)/$$I ;                                        
\
-           else                                                                
\
-               echo "Error: No file $$I in $(srcdir)/ or in $$LEGALESE_DIR/";  
\
-               exit 1 ;                                                        
\
-           fi ;                                                                
\
-           echo "cp $$EX $(distdir)" ;                                         
\
-           cp $$EX "$(distdir)" ;                                              
\
-       done
-
-pot:
-       $(Y2TOOL) y2makepot -s $(srcdir)
-
-install-pot: pot
-       @POT_DST=`find -type d -name testsuite -prune , \
-               -type f -name "*.pot"` ; \
-       if [ -n "$$POT_DST" ] ; then \
-           echo "mkdir -p $(DESTDIR)$(potdir)" ; \
-           mkdir -p $(DESTDIR)$(potdir) ; \
-           list="$$POT_DST"; \
-           for I in $$list ; \
-           do \
-               echo $$I ; \
-               if [ "$$I" == "pot" ] ; then \
-                       continue ; \
-               fi ; \
-               echo "$(INSTALL_DATA) $$I $(DESTDIR)$(potdir)" ; \
-               $(INSTALL_DATA) $$I $(DESTDIR)$(potdir) ; \
-           done ; \
-       fi
-
-spellcheck: pot
-       $(Y2TOOL) pot-spellcheck
-
-# all-local: $(if $(IS_DEVTOOLS),,$(POT_DST))
-
-install-data-local: # $(if $(IS_DEVTOOLS),,install-pot)
-       mkdir -p $(DESTDIR)$(docdir)
-       @for I in $(extra_COPYRIGHT_files) ;                                    
\
-       do                                                                      
\
-           EX="" ;                                                             
\
-           if test -f $(srcdir)/$$I ; then                                     
\
-               EX=$(srcdir)/$$I ;                                              
\
-           elif test -f $(LEGALESE_DIR)/$$I ; then                             
\
-               EX=$(LEGALESE_DIR)/$$I ;                                        
\
-           else                                                                
\
-               echo "Error: No file $$I in $(srcdir)/ or in $(LEGALESE_DIR)/"; 
\
-               exit 1 ;                                                        
\
-           fi ;                                                                
\
-           echo "$(INSTALL_DATA) $$EX $(DESTDIR)$(docdir)" ;                   
\
-           $(INSTALL_DATA) $$EX $(DESTDIR)$(docdir) ;                          
\
-       done
-
-package-local: check-parse $(if $(IS_DEVTOOLS),,$(POT_DST)) 
$(RPMNAME)-$(VERSION).tar.bz2
-       rm -f package/$(RPMNAME)-*.tar.bz2
-       rm -f package/*~
-       rm -f package/*.bak
-       rm -f package/*.auto
-       mv $(RPMNAME)-$(VERSION).tar.bz2 package/
-       if ! test -x $(Y2TOOL); then \
-           echo "$(Y2TOOL): not found."; \
-           echo "You have to install yast2-devtools to making a package"; \
-           false; \
-       fi
-       here=`pwd`; \
-       cd $(srcdir) && for i in $(RPMNAME)*.spec.in; do \
-           newname="`echo "$$i" | sed "s/\.in$$//g"`"; \
-           $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
-       done
-
-package: check-up-to-date check-tagversion check-textdomain package-local
-
-TAGVERSION      = $(Y2TOOL) tagversion
-
-# check if there is no modified files and all commits were pushed
-check-up-to-date:
-       if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
-         (echo "ERROR: Source is not commited and pushed. See `git status`"; 
false) \
-       fi
-
-check-tagversion:
-       cd $(srcdir) && $(TAGVERSION) --check >/dev/null; \
-       [ $$? = 0 ] || ( echo "ERROR: Please run 'tagversion' first"; false )
-
-check-parse-old:
-       @if [ `find -type f -name "*.ycp" | wc -l` -gt 0 -a "$(RPMNAME)" != 
"yast2-core" ] ; then \
-               echo "Running parseycp..." ; \
-               parseycp -q -R ; \
-       else \
-               echo "Not running parseycp." ; \
-       fi
-
-check-parse:
-       @echo "Not running parseycp."
-
-check-textdomain:
-       $(Y2TOOL) check-textdomain $(srcdir)
-
-stable: checkin-stable
-
-checkin-stable: package
-       $(Y2TOOL) checkin-stable
-
-
-# For po/ modules
-checkpo:
-       test ! -f $(srcdir)/po/Makefile || $(MAKE) -C po checkpo
-#      test ! -f $(srcdir)/po/Makefile || $(MAKE) -C po checkpo make-pox
-# No ./SUBDIRS file found - assuming default: All direct subdirs with 
Makefile.am
-SUBDIRS = agents control desktop doc scripts src 
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-firstboot-3.0.1/Makefile.am.common 
new/yast2-firstboot-3.1.0/Makefile.am.common
--- old/yast2-firstboot-3.0.1/Makefile.am.common        2013-09-13 
14:27:01.000000000 +0200
+++ new/yast2-firstboot-3.1.0/Makefile.am.common        1970-01-01 
01:00:00.000000000 +0100
@@ -1,63 +0,0 @@
-# Makefile.am.common                                   -*- Makefile -*-
-# Generated file, do not edit!
-
-modulebin_DATA = $(patsubst %.ycp,%.ybc,$(module_DATA))
-modulebindir = $(moduledir)
-
-ybcfiles = $(filter %.ybc,$(modulebin_DATA))
-
-# suffix mapping: info '(make)Static Usage'
-# apply only to our modules, not external ones
-${ybcfiles}: %.ybc: %.ycp $(ycpchook)
-       Y2DIR=$(YCPC_Y2DIR) LD_LIBRARY_PATH=$(YCPC_LD_LIBRARY_PATH) ${YCPC} -c 
-M. -I. -q $(YCPCFLAGS) $<
-
-# files to clean
-CLEANFILES = ${ybcfiles}
-DISTCLEANFILES = .dep
-
-if HAS_YCP_MODULES
-# Needs to be outside "." because of cases
-# where ycpchook contains a symlink to "."
-# Otherwise "." keeps being newer than .dep and we loop.
-NEWDEP=${top_builddir}/.dep.new
-# generate dependencies
-# two steps not to lose the file if the command fails
-# hook: create the links before we look for files
-.dep: $(wildcard *.ycp) ${ycpchook}
-       ${YCPMAKEDEP} --prefix=${prefix} ${YCPCFLAGS} > ${NEWDEP}
-       cat ${NEWDEP} > .dep
-       rm ${NEWDEP}
--include .dep
-endif
-
-dist-hook: check-syntax
-
-CHECK_SYNTAX = true
-check-syntax: $(client_DATA) $(module_DATA) $(ynclude_DATA) $(ydata_DATA) 
$(ycpchook) $(ybcfiles)
-       @if test "$(filter %.ycp, $(client_DATA) $(ydata_DATA))"; then \
-         if $(CHECK_SYNTAX); then \
-           TO_CHECK="$(filter %.ycp, $(client_DATA) $(ydata_DATA))"; \
-           echo "Checking syntax of $${TO_CHECK}"; \
-           if ! $(YCPC) -qE -M. -I. $(YCPCFLAGS) $${TO_CHECK}; then \
-             echo "Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk"; \
-             exit 1; \
-           fi; \
-         else \
-           echo "Syntax check disabled"; \
-         fi; \
-       fi
-       @if test "$(filter %.rb, $^)"; then \
-         if $(CHECK_SYNTAX); then \
-           TO_CHECK="$(filter %.rb, $^)"; \
-           echo "Checking syntax of $${TO_CHECK}"; \
-           for f in $${TO_CHECK}; do \
-             if ! ruby -c $$f > /dev/null; then \
-               echo "Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk"; \
-               exit 1; \
-             fi; \
-           done; \
-         else \
-           echo "Syntax check disabled"; \
-         fi; \
-       fi
-
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-firstboot-3.0.1/Makefile.cvs new/yast2-firstboot-3.1.0/Makefile.cvs
--- old/yast2-firstboot-3.0.1/Makefile.cvs      1970-01-01 01:00:00.000000000 
+0100
+++ new/yast2-firstboot-3.1.0/Makefile.cvs      2013-10-08 16:29:11.000000000 
+0200
@@ -0,0 +1,22 @@
+#
+# Makefile.cvs
+#
+PREFIX = /usr
+
+LIB = $(shell y2tool get-lib)
+
+configure: all
+       ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB)
+
+all:
+       y2tool y2autoconf
+       y2tool y2automake
+       autoreconf --force --install
+
+install: configure
+       make
+       make install
+
+reconf: all
+       ./config.status --recheck
+       ./config.status
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-firstboot-3.0.1/README new/yast2-firstboot-3.1.0/README
--- old/yast2-firstboot-3.0.1/README    2013-09-13 14:27:19.000000000 +0200
+++ new/yast2-firstboot-3.1.0/README    1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-This program/library is part of YaST2
-See the file COPYING for license terms
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-firstboot-3.0.1/Rakefile new/yast2-firstboot-3.1.0/Rakefile
--- old/yast2-firstboot-3.0.1/Rakefile  1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-firstboot-3.1.0/Rakefile  2013-10-08 16:29:11.000000000 +0200
@@ -0,0 +1,6 @@
+require "yast/rake"
+
+Yast::Tasks.configuration do |conf|
+  #lets ignore license check for now
+  conf.skip_license_check << /.*/
+end
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-firstboot-3.0.1/VERSION new/yast2-firstboot-3.1.0/VERSION
--- old/yast2-firstboot-3.0.1/VERSION   2013-09-13 14:26:48.000000000 +0200
+++ new/yast2-firstboot-3.1.0/VERSION   2013-10-08 16:29:11.000000000 +0200
@@ -1 +1 @@
-3.0.1
+3.1.0
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-firstboot-3.0.1/autodocs-ycp.ami 
new/yast2-firstboot-3.1.0/autodocs-ycp.ami
--- old/yast2-firstboot-3.0.1/autodocs-ycp.ami  2013-09-13 14:27:01.000000000 
+0200
+++ new/yast2-firstboot-3.1.0/autodocs-ycp.ami  1970-01-01 01:00:00.000000000 
+0100
@@ -1,50 +0,0 @@
-# -*- makefile -*- Automake include file
-# $Id$
-
-# Builds source documentation for YCP sources
-# Uses ycpdoc
-# PARAMETERS:
-#   AUTODOCS_YCP: Files that the ycp autodocs is built from
-#                Optional - the default is $(srcdir)/../../src/*.ycp
-#   AUTODOCS_PM: Files that the perl autodocs is built from
-#                Optional - the default is $(srcdir)/../../src/*.pm
-#   AUTODOCS_RB: Files that the ruby autodocs is built from (using yard)
-#                Optional - the default is $(srcdir)/../../src/modules/*.rb) 
$(srcdir)/../../src/include/*/*.rb
-#   AUTODOCS_SUBDIR: To install the result to $(docdir)/SUBDIR/autodocs
-#              Optional - the default is no subdir, $(docdir)/autodocs
-#   AUTODOCS_STRIP: Strip it from filenames. The remaining / are replaced by __
-#              Optional - the default is $(srcdir)/../../src
-
-htmldir = $(docdir)/$(AUTODOCS_SUBDIR)/autodocs
-
-# find all files in Yast/ subdirectory if it exists
-YARD_YAST_FILES = $(shell test -d Yast && find Yast -type f)
-
-# use nobase_ prefix to keep the directory structure
-nobase_html_DATA = index.html $(filter-out index.html, $(wildcard *.html)) 
$(wildcard js/*) $(wildcard css/*) $(YARD_YAST_FILES)
-CLEANFILES = $(nobase_html_DATA) pod2htm*.tmp
-
-AUTODOCS_YCP ?= $(wildcard $(srcdir)/../../src/*.ycp)
-AUTODOCS_PM  ?= $(wildcard $(srcdir)/../../src/*.pm)
-AUTODOCS_RB  ?= $(wildcard $(srcdir)/../../src/modules/*.rb 
$(srcdir)/../../src/include/*/*.rb)
-AUTODOCS_STRIP ?= $(srcdir)/../../src
-
-# yard specific options
-YARD ?= yard
-# use markdown format by default
-YARD_OPTIONS ?= -o . -m markdown
-
-# yard specific clean
-clean-local:
-       rm -rf js css Yast .yardoc
-
-
-index.html: $(AUTODOCS_YCP) $(AUTODOCS_PM) $(AUTODOCS_RB)
-#including *.pm, for the index
-       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; \
-               echo "<a href='$$b.html'>$${b/__/::}</a>" > $$b.mod.html; \
-       done
-       if [ -n "$(AUTODOCS_RB)" ]; then $(YARD) doc --title "@RPMNAME@ -- 
Development Documentation" $(YARD_OPTIONS) $(AUTODOCS_RB); fi
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-firstboot-3.0.1/configure.ac new/yast2-firstboot-3.1.0/configure.ac
--- old/yast2-firstboot-3.0.1/configure.ac      2013-09-13 14:27:01.000000000 
+0200
+++ new/yast2-firstboot-3.1.0/configure.ac      1970-01-01 01:00:00.000000000 
+0100
@@ -1,157 +0,0 @@
-dnl configure.ac for yast2-firstboot
-dnl
-dnl -- This file is generated by y2autoconf 3.0.5 - DO NOT EDIT! --
-dnl    (edit configure.ac.in or configure.in.in instead)
-
-AC_INIT(yast2-firstboot, 3.0.1, http://bugs.opensuse.org/, yast2-firstboot)
-dnl Check for presence of file 'RPMNAME'
-AC_CONFIG_SRCDIR([RPMNAME])
-
-dnl Checking host/target/build systems, for make, install etc.
-AC_CANONICAL_TARGET
-dnl Perform program name transformation
-AC_ARG_PROGRAM
-
-AC_PREFIX_DEFAULT(/usr)
-
-dnl long filenames; we use GNU Make extensions and that's ok
-AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
-
-dnl Important YaST2 variables
-VERSION="3.0.1"
-RPMNAME="yast2-firstboot"
-MAINTAINER="Jiri Suchomel <jsuch...@suse.cz>"
-
-dnl pkgconfig honors lib64
-pkgconfigdir=\${libdir}/pkgconfig
-pkgconfigdatadir=\${datadir}/pkgconfig
-yast2dir=\${prefix}/share/YaST2
-
-ybindir=\${prefix}/lib/YaST2/bin
-# FIXME duplicates execcompdir
-ystartupdir=\${prefix}/lib/YaST2
-plugindir=\${libdir}/YaST2/plugin
-includedir=\${prefix}/include/YaST2
-potdir=\${docdir}/pot
-
-docdir=\${prefix}/share/doc/packages/$RPMNAME
-mandir=\${prefix}/share/man
-
-execcompdir=\${prefix}/lib/YaST2
-agentdir=${execcompdir}/servers_non_y2
-
-ydatadir=${yast2dir}/data
-imagedir=${yast2dir}/images
-themedir=${yast2dir}/theme
-localedir=${yast2dir}/locale
-clientdir=${yast2dir}/clients
-moduledir=${yast2dir}/modules
-yncludedir=${yast2dir}/include
-schemadir=${yast2dir}/schema
-scrconfdir=${yast2dir}/scrconf
-desktopdir=\${prefix}/share/applications/YaST2
-
-AC_SUBST(VERSION)
-AC_SUBST(RPMNAME)
-AC_SUBST(MAINTAINER)
-
-AC_SUBST(pkgconfigdir)
-AC_SUBST(pkgconfigdatadir)
-
-AC_SUBST(yast2dir)
-
-AC_SUBST(ybindir)
-AC_SUBST(ystartupdir)
-AC_SUBST(plugindir)
-AC_SUBST(includedir)
-AC_SUBST(potdir)
-AC_SUBST(execcompdir)
-
-AC_SUBST(docdir)
-AC_SUBST(mandir)
-
-AC_SUBST(ydatadir)
-AC_SUBST(imagedir)
-AC_SUBST(themedir)
-AC_SUBST(localedir)
-AC_SUBST(clientdir)
-AC_SUBST(moduledir)
-AC_SUBST(yncludedir)
-AC_SUBST(schemadir)
-AC_SUBST(scrconfdir)
-AC_SUBST(agentdir)
-AC_SUBST(desktopdir)
-
-fillupdir_d="/var/adm/fillup-templates"
-AC_ARG_WITH(fillupdir,
-    AS_HELP_STRING([--with-fillupdir=DIR],
-                  [where to place fillup templates (default $fillupdir_d.]),
-    [ fillupdir="$withval" ],
-    [ fillupdir="$fillupdir_d" ])
-AC_SUBST(fillupdir)
-
-
-
-dnl Checks for programs.
-AC_PROG_INSTALL
-dnl The YCP interpreter checks whether dependent ybc files are older
-dnl so we must preserve their timestamps
-INSTALL="${INSTALL} -p"
-AC_PROG_LN_S
-AC_PROG_MAKE_SET
-
-dnl pkgconfig
-AC_ARG_VAR([PKG_CONFIG_PATH], [where to search for pkg-config files])
-dnl devtools
-dnl ...
-
-dnl no need for AC_ARG_VAR
-AC_PATH_PROG(XGETTEXT, xgettext)
-if test -z "$XGETTEXT" ; then
-    AC_MSG_ERROR(xgettext is missing; please install gettext-tools.)
-fi
-
-Y2DEVTOOLS_PREFIX=`pkg-config --print-errors --variable=prefix yast2-devtools`
-AC_SUBST(Y2DEVTOOLS_PREFIX)
-devtools_ybindir=`pkg-config --print-errors --variable=ybindir yast2-devtools`
-devtools_yast2dir=`pkg-config --print-errors --variable=yast2dir 
yast2-devtools`
-
-dnl producing pkg-config for others?
-AM_CONDITIONAL(CREATE_PKGCONFIG, test "x${CREATE_PKGCONFIG}" != x)
-AM_CONDITIONAL(CREATE_PKGCONFIG_NOARCH, test "x${CREATE_PKGCONFIG}" = xnoarch)
-
-dbdir=${devtools_yast2dir}/data/docbook
-STYLESHEET_HTML=${dbdir}/stylesheets/customize-html.xsl
-STYLESHEET_PDF=${dbdir}/stylesheets/customize-fo.xsl
-STYLESHEET_CSS=${dbdir}/css/yast2docs.css
-STYLESHEET_YDOC=${dbdir}/stylesheets/ydoc.xsl
-STYLESHEET_YCPDOC=${dbdir}/stylesheets/ycpdoc.xsl
-AC_SUBST(STYLESHEET_HTML)
-AC_SUBST(STYLESHEET_PDF)
-AC_SUBST(STYLESHEET_CSS)
-AC_SUBST(STYLESHEET_YDOC)
-AC_SUBST(STYLESHEET_YCPDOC)
-
-
-
-AX_CHECK_DOCBOOK
-
-( cd control; ln -sf firstboot.xml firstboot.glade )
-
-find control -name \*.glade | LC_ALL=C sort > POTFILES
-
-# this module does not have any YCP modules
-# (defined explicitly here as using (@)YAST2-CHECKS-YCP(@) would add yast2-core
-# build dependency back)
-AM_CONDITIONAL([HAS_YCP_MODULES], [false])
-
-AC_CONFIG_FILES(Makefile agents/Makefile
-control/Makefile
-desktop/Makefile
-doc/autodocs/Makefile
-doc/Makefile
-scripts/Firstboot-Stage/Makefile
-scripts/Makefile
-src/Makefile)
-AC_OUTPUT
-
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-firstboot-3.0.1/missing new/yast2-firstboot-3.1.0/missing
--- old/yast2-firstboot-3.0.1/missing   2013-09-13 14:27:07.000000000 +0200
+++ new/yast2-firstboot-3.1.0/missing   1970-01-01 01:00:00.000000000 +0100
@@ -1,330 +0,0 @@
-#! /bin/sh
-# Common stub for a few missing GNU programs while installing.
-
-scriptversion=2012-01-06.18; # UTC
-
-# Copyright (C) 1996-2012 Free Software Foundation, Inc.
-# Originally by Fran,cois Pinard <pin...@iro.umontreal.ca>, 1996.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# 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/>.
-
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program that contains a
-# configuration script generated by Autoconf, you may include it under
-# the same distribution terms that you use for the rest of that program.
-
-if test $# -eq 0; then
-  echo 1>&2 "Try '$0 --help' for more information"
-  exit 1
-fi
-
-run=:
-sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p'
-sed_minuso='s/.* -o \([^ ]*\).*/\1/p'
-
-# In the cases where this matters, 'missing' is being run in the
-# srcdir already.
-if test -f configure.ac; then
-  configure_ac=configure.ac
-else
-  configure_ac=configure.in
-fi
-
-msg="missing on your system"
-
-case $1 in
---run)
-  # Try to run requested program, and just exit if it succeeds.
-  run=
-  shift
-  "$@" && exit 0
-  # Exit code 63 means version mismatch.  This often happens
-  # when the user try to use an ancient version of a tool on
-  # a file that requires a minimum version.  In this case we
-  # we should proceed has if the program had been absent, or
-  # if --run hadn't been passed.
-  if test $? = 63; then
-    run=:
-    msg="probably too old"
-  fi
-  ;;
-
-  -h|--h|--he|--hel|--help)
-    echo "\
-$0 [OPTION]... PROGRAM [ARGUMENT]...
-
-Handle 'PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
-error status if there is no known handling for PROGRAM.
-
-Options:
-  -h, --help      display this help and exit
-  -v, --version   output version information and exit
-  --run           try to run the given command, and emulate it if it fails
-
-Supported PROGRAM values:
-  aclocal      touch file 'aclocal.m4'
-  autoconf     touch file 'configure'
-  autoheader   touch file 'config.h.in'
-  autom4te     touch the output file, or create a stub one
-  automake     touch all 'Makefile.in' files
-  bison        create 'y.tab.[ch]', if possible, from existing .[ch]
-  flex         create 'lex.yy.c', if possible, from existing .c
-  help2man     touch the output file
-  lex          create 'lex.yy.c', if possible, from existing .c
-  makeinfo     touch the output file
-  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 <bug-autom...@gnu.org>."
-    exit $?
-    ;;
-
-  -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
-    echo "missing $scriptversion (GNU Automake)"
-    exit $?
-    ;;
-
-  -*)
-    echo 1>&2 "$0: Unknown '$1' option"
-    echo 1>&2 "Try '$0 --help' for more information"
-    exit 1
-    ;;
-
-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.
-case $1 in
-  lex*|yacc*)
-    # Not GNU programs, they don't have --version.
-    ;;
-
-  *)
-    if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
-       # We have it, but it failed.
-       exit 1
-    elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
-       # Could not run --version or --help.  This is probably someone
-       # running '$TOOL --version' or '$TOOL --help' to check whether
-       # $TOOL exists and not knowing $TOOL uses missing.
-       exit 1
-    fi
-    ;;
-esac
-
-# If it does not exist, or fails to run (possibly an outdated version),
-# try to emulate it.
-case $program in
-  aclocal*)
-    echo 1>&2 "\
-WARNING: '$1' is $msg.  You should only need it if
-         you modified 'acinclude.m4' or '${configure_ac}'.  You might want
-         to install the Automake and Perl packages.  Grab them from
-         any GNU archive site."
-    touch aclocal.m4
-    ;;
-
-  autoconf*)
-    echo 1>&2 "\
-WARNING: '$1' is $msg.  You should only need it if
-         you modified '${configure_ac}'.  You might want to install the
-         Autoconf and GNU m4 packages.  Grab them from any GNU
-         archive site."
-    touch configure
-    ;;
-
-  autoheader*)
-    echo 1>&2 "\
-WARNING: '$1' is $msg.  You should only need it if
-         you modified 'acconfig.h' or '${configure_ac}'.  You might want
-         to install the Autoconf and GNU m4 packages.  Grab them
-         from any GNU archive site."
-    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' 
${configure_ac}`
-    test -z "$files" && files="config.h"
-    touch_files=
-    for f in $files; do
-      case $f in
-      *:*) touch_files="$touch_files "`echo "$f" |
-                                      sed -e 's/^[^:]*://' -e 's/:.*//'`;;
-      *) touch_files="$touch_files $f.in";;
-      esac
-    done
-    touch $touch_files
-    ;;
-
-  automake*)
-    echo 1>&2 "\
-WARNING: '$1' is $msg.  You should only need it if
-         you modified 'Makefile.am', 'acinclude.m4' or '${configure_ac}'.
-         You might want to install the Automake and Perl packages.
-         Grab them from any GNU archive site."
-    find . -type f -name Makefile.am -print |
-          sed 's/\.am$/.in/' |
-          while read f; do touch "$f"; done
-    ;;
-
-  autom4te*)
-    echo 1>&2 "\
-WARNING: '$1' is needed, but is $msg.
-         You might have modified some files without having the
-         proper tools for further handling them.
-         You can get '$1' as part of Autoconf from any GNU
-         archive site."
-
-    file=`echo "$*" | sed -n "$sed_output"`
-    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
-    if test -f "$file"; then
-       touch $file
-    else
-       test -z "$file" || exec >$file
-       echo "#! /bin/sh"
-       echo "# Created by GNU Automake missing as a replacement of"
-       echo "#  $ $@"
-       echo "exit 0"
-       chmod +x $file
-       exit 1
-    fi
-    ;;
-
-  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
-         in order for those modifications to take effect.  You can get
-         Bison from any GNU archive site."
-    rm -f y.tab.c y.tab.h
-    if test $# -ne 1; then
-        eval LASTARG=\${$#}
-       case $LASTARG in
-       *.y)
-           SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
-           if test -f "$SRCFILE"; then
-                cp "$SRCFILE" y.tab.c
-           fi
-           SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
-           if test -f "$SRCFILE"; then
-                cp "$SRCFILE" y.tab.h
-           fi
-         ;;
-       esac
-    fi
-    if test ! -f y.tab.h; then
-       echo >y.tab.h
-    fi
-    if test ! -f y.tab.c; then
-       echo 'main() { return 0; }' >y.tab.c
-    fi
-    ;;
-
-  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
-         in order for those modifications to take effect.  You can get
-         Flex from any GNU archive site."
-    rm -f lex.yy.c
-    if test $# -ne 1; then
-        eval LASTARG=\${$#}
-       case $LASTARG in
-       *.l)
-           SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
-           if test -f "$SRCFILE"; then
-                cp "$SRCFILE" lex.yy.c
-           fi
-         ;;
-       esac
-    fi
-    if test ! -f lex.yy.c; then
-       echo 'main() { return 0; }' >lex.yy.c
-    fi
-    ;;
-
-  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
-        Help2man package in order for those modifications to take
-        effect.  You can get Help2man from any GNU archive site."
-
-    file=`echo "$*" | sed -n "$sed_output"`
-    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
-    if test -f "$file"; then
-       touch $file
-    else
-       test -z "$file" || exec >$file
-       echo ".ab help2man is required to generate this page"
-       exit $?
-    fi
-    ;;
-
-  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
-         indirectly affecting the aspect of the manual.  The spurious
-         call might also be the consequence of using a buggy 'make' (AIX,
-         DU, IRIX).  You might want to install the Texinfo package or
-         the GNU make package.  Grab either from any GNU archive site."
-    # The file to touch is that specified with -o ...
-    file=`echo "$*" | sed -n "$sed_output"`
-    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
-    if test -z "$file"; then
-      # ... or it is the one specified with @setfilename ...
-      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
-      file=`sed -n '
-       /^@setfilename/{
-         s/.* \([^ ]*\) *$/\1/
-         p
-         q
-       }' $infile`
-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
-      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
-    fi
-    # If the file does not exist, the user really needs makeinfo;
-    # let's fail without touching anything.
-    test -f $file || exit 1
-    touch $file
-    ;;
-
-  *)
-    echo 1>&2 "\
-WARNING: '$1' is needed, and is $msg.
-         You might have modified some files without having the
-         proper tools for further handling them.  Check the 'README' file,
-         it often tells you about the needed prerequisites for installing
-         this package.  You may also peek at any GNU archive site, in case
-         some other package would contain this missing '$1' program."
-    exit 1
-    ;;
-esac
-
-exit 0
-
-# Local variables:
-# 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"
-# End:
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-firstboot-3.0.1/package/yast2-firstboot.changes 
new/yast2-firstboot-3.1.0/package/yast2-firstboot.changes
--- old/yast2-firstboot-3.0.1/package/yast2-firstboot.changes   1970-01-01 
01:00:00.000000000 +0100
+++ new/yast2-firstboot-3.1.0/package/yast2-firstboot.changes   2013-10-08 
16:29:11.000000000 +0200
@@ -0,0 +1,453 @@
+-------------------------------------------------------------------
+Wed Sep 18 16:12:24 UTC 2013 - lsle...@suse.cz
+
+- do not use *.spec.in template, use *.spec file with RPM macros
+  instead
+- 3.1.0
+
+-------------------------------------------------------------------
+Fri Sep 13 11:57:58 UTC 2013 - lsle...@suse.cz
+
+- properly symlink firstboot.xml file (for collecting translatable
+  strings by "make pot")
+- removed obsolete BuildRequires (perl-XML-Writer, sgml-skel,
+  yast2, yast2-installation, yast2-testsuite, yast2-xml)
+- 3.0.1
+
+-------------------------------------------------------------------
+Wed Jul 31 08:29:10 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+-------------------------------------------------------------------
+Thu Jul  4 11:45:56 UTC 2013 - jreidin...@suse.com
+
+- remove obsolete client product_start
+- 2.24.0
+
+-------------------------------------------------------------------
+Thu Feb 21 12:50:00 CET 2013 - jsuch...@suse.cz
+
+- remove references to SuSEconfig (bnc#804936)
+- 2.23.1 
+
+-------------------------------------------------------------------
+Wed Nov  7 12:16:08 CET 2012 - jsuch...@suse.cz
+
+- save Product Features at the end (bnc#784588)
+- 2.23.0 
+
+-------------------------------------------------------------------
+Tue Apr 24 13:15:18 CEST 2012 - u...@suse.de
+
+- added schema check file for autoyast
+
+-------------------------------------------------------------------
+Thu Mar 29 14:47:01 CEST 2012 - jsuch...@suse.cz
+
+- merged proofed texts
+- 2.22.1 
+
+-------------------------------------------------------------------
+Fri Jan 13 11:13:19 CET 2012 - jsuch...@suse.cz
+
+- confirmed license
+- 2.22.0 
+
+-------------------------------------------------------------------
+Wed Dec  7 10:05:06 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+-------------------------------------------------------------------
+Fri Sep 23 09:48:05 UTC 2011 - lsle...@suse.cz
+
+- removed obsoleted Pkg::*Selection*() calls
+- 2.21.2
+
+-------------------------------------------------------------------
+Thu Sep 22 10:55:20 CEST 2011 - jsuch...@suse.cz
+
+- 2.21.1 
+
+-------------------------------------------------------------------
+Fri Aug  5 12:32:04 CEST 2011 - tgoettlic...@suse.de
+
+- fixed .desktop file (bnc #681249)
+
+-------------------------------------------------------------------
+Fri Jul 22 15:05:22 CEST 2011 - loci...@suse.cz
+
+- Removed obsoleted X-KDE-SubstituteUID from desktop file
+  (bnc#540627)
+- 2.21.0
+
+-------------------------------------------------------------------
+Fri Feb 18 11:28:57 CET 2011 - jsuch...@suse.cz
+
+- call stop_unicode before kbd restart (bnc#665504)
+- docu update
+- 2.20.2 
+
+-------------------------------------------------------------------
+Wed Nov  3 17:11:19 CET 2010 - jsuch...@suse.cz
+
+- translate bootloader items after setting the language (bnc#644062) 
+- 2.20.1
+
+-------------------------------------------------------------------
+Wed Nov  3 16:27:19 CET 2010 - jsuch...@suse.cz
+
+- fix FIRSTBOOT_FINISH_FILE behavior and documentation (bnc#615146)
+- 2.20.0 
+
+-------------------------------------------------------------------
+Fri Apr 23 16:22:45 CEST 2010 - u...@suse.de
+
+- desktop file fixed
+- 2.19.5
+
+-------------------------------------------------------------------
+Fri Apr  9 13:15:18 CEST 2010 - jsuch...@suse.cz
+
+- added some default values and comments to firstboot.xml
+  (bnc#594751,#594776)
+- 2.19.4   
+
+-------------------------------------------------------------------
+Thu Mar 18 12:10:53 CET 2010 - jsuch...@suse.cz
+
+- retranslate wizard steps after language change (bnc#588569)
+- 2.19.3 
+
+-------------------------------------------------------------------
+Tue Feb  2 07:47:13 CET 2010 - jsuch...@suse.cz
+
+- fixed string in default firstboot.xml (bnc#576020) 
+
+-------------------------------------------------------------------
+Mon Jan 11 10:02:39 CET 2010 - jsuch...@suse.cz
+
+- set the displaymanager only when respective package is installed
+  (bnc#538998)
+- 2.19.2
+
+-------------------------------------------------------------------
+Thu Jan  7 14:34:43 CET 2010 - jsuch...@suse.cz
+
+- added firstboot_licenses step able to show 2 license texts
+  (fate#306295)
+- adapt to Language::SwitchToEnglishIfNeeded (bnc#479529)
+- 2.19.1
+
+-------------------------------------------------------------------
+Tue Dec 22 13:04:01 CET 2009 - jsuch...@suse.cz
+
+- handle arguments from control file (bnc#566669)
+- 2.19.0 
+
+-------------------------------------------------------------------
+Tue Oct 27 13:32:11 CET 2009 - jsuch...@suse.cz
+
+- package firstboot_language_keyboard.ycp file (fate#306296)
+- 2.18.10 
+
+-------------------------------------------------------------------
+Tue Oct 27 13:25:19 CET 2009 - jsuch...@suse.cz
+
+- fixed example firstboot.xml: correct client name
+- 2.18.9 
+
+-------------------------------------------------------------------
+Thu Aug 20 16:37:22 CEST 2009 - jsuch...@suse.cz
+
+- adapted help text (keyboard configuration is gone)
+- 2.18.8 
+
+-------------------------------------------------------------------
+Thu Jul 30 15:25:00 CEST 2009 - jsuch...@suse.cz
+
+- adapted to changes in yast2-country: no saving of xorg.conf 
+  (bnc#441404) 
+- 2.18.7
+
+-------------------------------------------------------------------
+Thu Jul 16 15:57:01 CEST 2009 - jsuch...@suse.cz
+
+- added example for root_password_as_first_user (fate#306297) into
+  default firstboot.xml
+- 2.18.6
+
+-------------------------------------------------------------------
+Thu Jul 16 13:58:34 CEST 2009 - jsuch...@suse.cz
+
+- added step for both language and keyboard layout (fate#306296)
+- 2.18.5 
+
+-------------------------------------------------------------------
+Tue Jul  7 10:06:25 CEST 2009 - jsuch...@suse.cz
+
+- added option to do reboot at the end of firstboot (bnc#514745)
+- 2.18.4
+
+-------------------------------------------------------------------
+Thu Jun 18 09:23:36 CEST 2009 - jsuch...@suse.cz
+
+- 2.18.3 
+
+-------------------------------------------------------------------
+Tue Jun 16 14:36:12 CEST 2009 - mvid...@suse.cz
+
+- Using autodocs-ycp.ami, which contains a fix for automake 1.11.
+
+-------------------------------------------------------------------
+Mon Jun  1 13:10:05 CEST 2009 - jsuch...@suse.cz
+
+- call the X11 config to save kbd layout (bnc#497819)
+- 2.18.2 
+
+-------------------------------------------------------------------
+Tue Apr 14 14:44:19 CEST 2009 - jsuch...@suse.cz
+
+- grab texts from firstboot.xml when creating pot file (bnc#479571)
+- added more generic steps
+- 2.18.1
+
+-------------------------------------------------------------------
+Wed Feb 25 19:17:47 CET 2009 - jsuch...@suse.cz
+
+- start the services before YaST (bnc#475169)
+- set the reasonable value for LC_ALL (bnc#478812)
+- retranslate wizard steps after language change (bnc#479571)
+- 2.18.0 
+
+-------------------------------------------------------------------
+Fri Jan  9 15:37:55 CET 2009 - u...@suse.de
+
+- firstboot.desktop file moved from autoyast2 package to this
+  package
+
+-------------------------------------------------------------------
+Wed Dec 10 14:52:35 CET 2008 - jsuch...@suse.cz
+
+- removed reference to obsolete control.dtd (bnc#455994)
+- 2.17.5 
+
+-------------------------------------------------------------------
+Wed Sep 17 10:25:13 CEST 2008 - jsuch...@suse.cz
+
+- added client for NTP configuration 
+- 2.17.4
+
+-------------------------------------------------------------------
+Fri Aug 22 12:11:19 CEST 2008 - jsr...@suse.cz
+
+- added missing firstboot_finish.ycp to package, fixed typo,
+  adapted documentation (bnc #407075)
+- 2.17.3
+
+-------------------------------------------------------------------
+Thu Jul 24 14:52:16 CEST 2008 - jsuch...@suse.cz
+
+- document the usage of Automatic Configuration (fate#303939)
+- 2.17.2 
+
+-------------------------------------------------------------------
+Tue Jul 22 11:28:57 CEST 2008 - jsuch...@suse.cz
+
+- addedd support fot autoyast (fate#301946):
+    client for firstboot enablement
+    configurable path to firstboot.xml
+    adapted documentation
+- 2.17.1
+
+-------------------------------------------------------------------
+Tue Jul 15 10:17:32 CEST 2008 - jsuch...@suse.cz
+
+- added default location of Novell license texts (fate#304865)
+- enabled license clients by default
+- adapted documentation
+- 2.17.0
+
+-------------------------------------------------------------------
+Mon Mar 17 11:03:39 CET 2008 - jsr...@suse.cz
+
+- adapted documentation regarding enabling firstboot service,
+  removed /etc/init.d/firstboot (bnc#354738)
+- 2.16.4
+
+-------------------------------------------------------------------
+Thu Jan 24 14:17:28 CET 2008 - mzu...@suse.cz
+
+- replace deprecated NetworkDevices by NetworkInterfaces (from yast2)
+- 2.16.3
+
+-------------------------------------------------------------------
+Fri Nov  2 15:56:28 CET 2007 - loci...@suse.cz
+
+- Adjusted RPM dependencies (added modules in use: yast2-bootloader
+  yast2-country, removed yast2-network).
+- Removed unneeded SourceManager import.
+- Fixed deprecated 'lookup' call.
+- 2.16.2
+
+-------------------------------------------------------------------
+Wed Oct 24 17:43:40 CEST 2007 - jsr...@suse.cz
+
+- added firstboot_bootloader to recreate bootloader configuration
+
+-------------------------------------------------------------------
+Tue Oct 23 15:53:31 CEST 2007 - jsr...@suse.cz
+
+- initialize package callbacks, since some of the modules run
+  in the firstboot workflow expect them being initialized (#335979)
+- 2.16.1
+
+-------------------------------------------------------------------
+Fri Oct 19 12:02:36 CEST 2007 - jsuch...@suse.cz
+
+- added support for keyboard and restaring network (#F302520)
+- added one more client for showing the license + new value
+  FIRSTBOOT_NOVELL_LICENSE_DIR to /etc/sysconfig/firstboot (F302865)
+- restart kbd after yast is finished (#303808)
+- unset LC_ALL before starting firstboot stage (#252780)
+- retranslate buttons after language module (#252780)
+- 2.16.0
+
+-------------------------------------------------------------------
+Wed Feb 28 11:49:25 CET 2007 - lsle...@suse.cz
+
+- Halt the system (configurable in LICENSE_REFUSAL_ACTION) if the
+  firstboot workflow is aborted (prevent from skipping the
+  license agreement) (#247552)
+- 2.15.1
+
+-------------------------------------------------------------------
+Fri Jan  5 14:18:59 CET 2007 - jsr...@suse.cz
+
+- add (by-default disabled) re-creation of SSH keys and setting
+  host name to the firstboot workflow (fate 301246)
+- 2.15.0
+
+-------------------------------------------------------------------
+Mon Nov 13 13:21:37 CET 2006 - lsle...@suse.cz
+
+- 2.14.0
+
+-------------------------------------------------------------------
+Wed Nov  1 15:07:16 CET 2006 - lsle...@suse.cz
+
+- removed SLES9 license (#207283, #206540), removed other
+  useless message files
+- added firstboot_license client to display he license,
+  updated documentation (#206549)
+- halt the system if the license is not accepted and the action
+  is set to "halt" (#211118)
+- added firstboot_welcome client to display a welcome message
+- 2.13.4
+
+-------------------------------------------------------------------
+Mon Sep 25 13:44:07 CEST 2006 - jsr...@suse.cz
+
+- don't redirect stdout of YaST firstboot to /dev/null (#190287)
+
+-------------------------------------------------------------------
+Thu Aug 31 08:56:27 CEST 2006 - lsle...@suse.cz
+
+- the control file has been updated to the default
+  workflow (#200718)
+- added missing documentation files (#189358)
+- 2.13.3
+
+-------------------------------------------------------------------
+Tue Aug  1 13:34:34 CEST 2006 - jsr...@suse.cz
+
+- updated the documentation (#189358)
+
+-------------------------------------------------------------------
+Fri Jun  2 10:56:57 CEST 2006 - jsr...@suse.cz
+
+- log Report messages by default (#180862)
+- 2.13.2
+
+-------------------------------------------------------------------
+Mon Mar 27 16:20:55 CEST 2006 - jsr...@suse.de
+
+- updated BuildRequires
+- 2.13.1
+
+-------------------------------------------------------------------
+Mon Oct 31 11:05:45 CET 2005 - jsr...@suse.cz
+
+- fixed XML syntax in firstboot.xml (#130175)
+- 2.13.0
+
+-------------------------------------------------------------------
+Tue Aug 16 08:25:47 CEST 2005 - jsr...@suse.cz
+
+- fixed location of the firstboot control file (#104864)
+- 2.12.1
+
+-------------------------------------------------------------------
+Fri Aug 12 09:46:36 CEST 2005 - jsr...@suse.cz
+
+- fixed check_ycp errors
+- 2.12.0
+
+-------------------------------------------------------------------
+Wed Mar  2 07:52:03 CET 2005 - nas...@suse.de
+
+- Fixed control file 
+- import Firstboot module
+
+-------------------------------------------------------------------
+Fri Feb 11 04:24:51 CET 2005 - nas...@suse.de
+
+- Use general dialogs (welcome, license, finish) from installation
+
+-------------------------------------------------------------------
+Thu Feb 10 10:48:19 CET 2005 - vis...@suse.cz
+
+- Merged messages from proofreading 
+
+-------------------------------------------------------------------
+Mon Jan 24 21:17:29 CET 2005 - nas...@suse.de
+
+- Use new workflow arguments and new startup scripts
+
+-------------------------------------------------------------------
+Tue Nov 30 19:49:37 CET 2004 - nas...@suse.de
+
+- Adapted startup scripts to new scheme
+
+-------------------------------------------------------------------
+Tue Aug 31 13:28:12 CEST 2004 - s...@suse.de
+
+- Merged messages from proofreading
+- 2.10.3 
+
+-------------------------------------------------------------------
+Tue Aug 24 20:04:19 CEST 2004 - nas...@suse.de
+
+- Added desktop selection
+- Fixed init script
+
+-------------------------------------------------------------------
+Fri Aug 13 23:06:15 CEST 2004 - nas...@suse.de
+
+- Adde control file specific for firstboot
+- Support more clients
+- 2.10.1
+
+-------------------------------------------------------------------
+Tue Jul 27 15:44:21 CEST 2004 - nas...@suse.de
+
+- Added missing help texts
+- adapted neededforbuild
+
+-------------------------------------------------------------------
+Mon Jul 12 22:14:03 2004 - nas...@suse.de
+
+- initial version. (#43318)
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-firstboot-3.0.1/package/yast2-firstboot.spec 
new/yast2-firstboot-3.1.0/package/yast2-firstboot.spec
--- old/yast2-firstboot-3.0.1/package/yast2-firstboot.spec      1970-01-01 
01:00:00.000000000 +0100
+++ new/yast2-firstboot-3.1.0/package/yast2-firstboot.spec      2013-10-08 
16:29:11.000000000 +0200
@@ -0,0 +1,99 @@
+#
+# spec file for package yast2-firstboot
+#
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
+
+Name:           yast2-firstboot
+Version:        3.1.0
+Release:        0
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Source0:        %{name}-%{version}.tar.bz2
+
+Group:          System/YaST
+License:        GPL-2.0
+BuildRequires: update-desktop-files docbook-xsl-stylesheets libxslt
+BuildRequires:  yast2-devtools >= 3.0.6
+
+# yast2/NeworkDevices -> yast2/NetworkInterfaces
+Requires:      yast2 >= 2.16.23
+Requires:      yast2-bootloader
+# Language::SwitchToEnglishIfNeeded
+Requires:      yast2-country >= 2.19.5
+# new version of inst_license
+Requires:      yast2-installation >= 2.19.0
+
+BuildArchitectures:    noarch
+
+Requires:       yast2-ruby-bindings >= 1.0.0
+
+Summary:       YaST2 - Initial System Configuration
+PreReq:         %fillup_prereq
+
+%description
+The YaST firstboot utility runs after installation is completed.  It
+guides the user through a series of steps that allows for easier
+configuration of the machine.
+
+YaST firstboot does not run by default and has to be configured to run
+by the user or the system administrator. It is useful for image
+deployments where the system in the image is completely configured,
+however some last steps like root password and user logins have to be
+created to personalize the system.
+
+%prep
+%setup -n %{name}-%{version}
+
+%build
+%yast_build
+
+%install
+%yast_install
+
+mkdir -p $RPM_BUILD_ROOT/usr/share/firstboot/scripts
+
+
+%post
+%{fillup_only -n firstboot}
+
+%files
+%defattr(-,root,root)
+%dir %{yast_ystartupdir}/startup
+%dir %{yast_ystartupdir}/startup/Firstboot-Stage
+%{yast_ystartupdir}/startup/Firstboot-Stage/*
+%{yast_ystartupdir}/startup/YaST2.Firstboot
+%{yast_clientdir}/firstboot_*.rb
+%{yast_clientdir}/firstboot.rb
+%dir %{yast_yncludedir}
+%dir %{yast_yncludedir}/firstboot
+%{yast_yncludedir}/firstboot/*.rb
+%dir %{yast_moduledir}
+%{yast_moduledir}/Firstboot.*
+%dir %{yast_scrconfdir}
+%{yast_scrconfdir}/*.scr
+/var/adm/fillup-templates/sysconfig.firstboot
+/usr/share/firstboot
+%doc %{yast_docdir}
+%doc COPYING
+%dir /etc/YaST2/
+/etc/YaST2/*.xml
+%dir /usr/share/autoinstall
+%dir /usr/share/autoinstall/modules
+/usr/share/autoinstall/modules/firstboot.desktop
+%dir %{yast_schemadir}
+%dir %{yast_schemadir}/autoyast
+%dir %{yast_schemadir}/autoyast/rnc
+%{yast_schemadir}/autoyast/rnc/firstboot.rnc
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-firstboot-3.0.1/scripts/doit-firstboot 
new/yast2-firstboot-3.1.0/scripts/doit-firstboot
--- old/yast2-firstboot-3.0.1/scripts/doit-firstboot    1970-01-01 
01:00:00.000000000 +0100
+++ new/yast2-firstboot-3.1.0/scripts/doit-firstboot    2013-10-08 
16:29:11.000000000 +0200
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+PATH=$PATH:/usr/lib/YaST2/bin
+cd /usr/share/YaST2/clients
+
+y2base firstboot.ycp  '("firstboot")' qt -geometry 1024x768 -bg '#eeeeee'

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to