- convert autoyast init script to systemd service (bnc#788997)
- prepare for having autoyast documentation separate from sources
- ask dialogs can have "width" and "height" entries to make popups 
  larger than default size (fate#313019)
- support entry "mkfs_options" in partitions
- tolerate leading or trailing whitespace in script "location" tag 
  (bnc#782037)
- make autoyast able to continue on commit errors (bnc#785234)
- add note that merged sections need to be in alphabetical order
  (bnc#782598)
- fix bug that caused hostname to contain IP address (bnc#782530)

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=86
This commit is contained in:
Thomas Fehr 2012-11-13 17:03:11 +00:00 committed by Git OBS Bridge
parent 19aeb89947
commit 6a72baa000
5 changed files with 68 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c6051db081e30099c19fdf2e1bd33ea8b027adc01b124b73d85bfe13f8f149e3
size 1342432

3
autoyast2-2.23.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:468e1d336bc0388c143fcfbe222629c33306831d36e7259997ed6be1bdbf0a17
size 227153

View File

@ -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

View File

@ -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

3
autoyast_en_html.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:73f3d0610dc17f25873e10b4d4133ed9da13d5c300a3e4ba45cfa2de35b1a1f7
size 452181