diff --git a/autoyast2-2.23.0.tar.bz2 b/autoyast2-2.23.0.tar.bz2 deleted file mode 100644 index 7ae4a54..0000000 --- a/autoyast2-2.23.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6051db081e30099c19fdf2e1bd33ea8b027adc01b124b73d85bfe13f8f149e3 -size 1342432 diff --git a/autoyast2-2.23.1.tar.bz2 b/autoyast2-2.23.1.tar.bz2 new file mode 100644 index 0000000..9676160 --- /dev/null +++ b/autoyast2-2.23.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:468e1d336bc0388c143fcfbe222629c33306831d36e7259997ed6be1bdbf0a17 +size 227153 diff --git a/autoyast2.changes b/autoyast2.changes index 507dcaa..8f36eec 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Tue Nov 13 18:00:23 CET 2012 - fehr@suse.de + +- 2.23.1 +- convert autoyast init script to systemd service (bnc#788997) + +------------------------------------------------------------------- +Mon Nov 12 15:57:37 CET 2012 - fehr@suse.de + +- prepare for having autoyast documentation separate from sources + +------------------------------------------------------------------- +Wed Oct 24 14:40:50 CEST 2012 - fehr@suse.de + +- ask dialogs can have "width" and "height" entries to make popups + larger than default size (fate#313019) + +------------------------------------------------------------------- +Tue Oct 23 16:09:38 CEST 2012 - fehr@suse.de + +- support entry "mkfs_options" in partitions + +------------------------------------------------------------------- +Wed Oct 17 13:32:12 CEST 2012 - fehr@suse.de + +- tolerate leading or trailing whitespace in script "location" tag + (bnc#782037) + +------------------------------------------------------------------- +Tue Oct 16 15:00:38 CEST 2012 - fehr@suse.de + +- make autoyast able to continue on commit errors (bnc#785234) + +------------------------------------------------------------------- +Mon Oct 15 12:31:17 CEST 2012 - fehr@suse.de + +- add note that merged sections need to be in alphabetical order + (bnc#782598) + +------------------------------------------------------------------- +Mon Oct 1 11:54:04 CEST 2012 - fehr@suse.de + +- fix bug that caused hostname to contain IP address (bnc#782530) + ------------------------------------------------------------------- Thu Sep 20 17:02:42 CEST 2012 - fehr@suse.de diff --git a/autoyast2.spec b/autoyast2.spec index 8b5f2bc..4d9e5a4 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -17,20 +17,18 @@ Name: autoyast2 -Version: 2.23.0 +Version: 2.23.1 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: autoyast2-%{version}.tar.bz2 -BuildRequires: daps -BuildRequires: docbook-xsl-stylesheets +Source1: autoyast_en_html.tar.bz2 +BuildRequires: libxml2-tools BuildRequires: libxslt BuildRequires: perl-XML-Writer BuildRequires: pkg-config BuildRequires: python-xml -BuildRequires: sgml-skel -BuildRequires: suse-xsl-stylesheets BuildRequires: update-desktop-files BuildRequires: xorg-x11-libs BuildRequires: yast2-bootloader @@ -83,7 +81,7 @@ This file contains YaST2-independent files needed to create installation sources. %package installation -Version: 2.23.0 +Version: 2.23.1 Release: 0 Summary: YaST2 - Auto Installation Modules Group: System/YaST @@ -154,6 +152,16 @@ install -d $RPM_BUILD_ROOT/var/lib/autoinstall/repository/classes install -d $RPM_BUILD_ROOT/var/lib/autoinstall/autoconf install -d $RPM_BUILD_ROOT/var/lib/autoinstall/tmp +# Systemd Stuff +mkdir -p $RPM_BUILD_ROOT/%{_unitdir}/ +install -m 644 scripts/autoyast-initscripts.service $RPM_BUILD_ROOT/%{_unitdir}/ + +# Documentation +install -d -m 755 $RPM_BUILD_ROOT/%{_prefix}/share/doc/packages/autoyast2/html +tar xvpfC %{SOURCE1} $RPM_BUILD_ROOT/%{_prefix}/share/doc/packages/autoyast2/html +mv $RPM_BUILD_ROOT/%{_prefix}/share/doc/packages/autoyast2/html/autoyast/* $RPM_BUILD_ROOT/%{_prefix}/share/doc/packages/autoyast2/html/ +rmdir $RPM_BUILD_ROOT/%{_prefix}/share/doc/packages/autoyast2/html/autoyast + %clean rm -rf "$RPM_BUILD_ROOT" @@ -212,7 +220,9 @@ rm -rf "$RPM_BUILD_ROOT" #%dir /usr/share/autoinstall/dtd %dir /usr/share/autoinstall/modules #/usr/share/autoinstall/dtd/* -/etc/init.d/autoyast + +# systemd service file +%{_unitdir}/autoyast-initscripts.service %dir /usr/share/autoinstall/xslt /usr/share/autoinstall/xslt/merge.xslt @@ -273,6 +283,7 @@ rm -rf "$RPM_BUILD_ROOT" # scripts %{_prefix}/lib/YaST2/bin/fetch_image.sh +%{_prefix}/lib/YaST2/bin/autoyast-initscripts.sh %dir /var/adm/autoinstall/ %dir /var/adm/autoinstall/scripts diff --git a/autoyast_en_html.tar.bz2 b/autoyast_en_html.tar.bz2 new file mode 100644 index 0000000..54ab5c0 --- /dev/null +++ b/autoyast_en_html.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f3d0610dc17f25873e10b4d4133ed9da13d5c300a3e4ba45cfa2de35b1a1f7 +size 452181