Updating link to change in openSUSE:Factory/autoyast2 revision 76.0

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=ba4594df56f4d81c543ebddab396007a
This commit is contained in:
OBS User buildservice-autocommit 2010-03-01 00:40:09 +00:00 committed by Git OBS Bridge
parent b162d1d3a3
commit 5402a74697
4 changed files with 90 additions and 8 deletions

View File

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

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

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

View File

@ -1,3 +1,57 @@
-------------------------------------------------------------------
Fri Feb 26 09:41:51 CET 2010 - ug@suse.de
- 2.19.2
-------------------------------------------------------------------
Thu Feb 25 10:52:49 CET 2010 - ug@suse.de
- translation fix (bnc#582674)
-------------------------------------------------------------------
Fri Feb 19 12:22:09 CET 2010 - ug@suse.de
- imsmdriver config disbled (too late for that in the profile)
- use of free space gained by resizing fixed (bnc#580842)
-------------------------------------------------------------------
Thu Feb 18 10:11:31 CET 2010 - ug@suse.de
- fetch_image.sh added
-------------------------------------------------------------------
Mon Feb 15 15:48:05 CET 2010 - ug@suse.de
- image installation enhanced + UI added
-------------------------------------------------------------------
Thu Jan 28 13:23:03 CET 2010 - ug@suse.de
- you can choose a different inst-source in the UI then the one
of the running system
-------------------------------------------------------------------
Wed Jan 27 16:00:10 CET 2010 - ug@suse.de
- symbol added for the use of ImsmDriver (bnc#574270)
-------------------------------------------------------------------
Fri Jan 22 11:47:22 CET 2010 - ug@suse.de
- the regex match for rules only worked for substrings, not
with real regexpressions (bnc#572932)
-------------------------------------------------------------------
Thu Jan 21 15:50:31 CET 2010 - ug@suse.de
- passing a boolean to an ask-script failed (bnc#572166)
-------------------------------------------------------------------
Tue Jan 19 13:26:19 CET 2010 - ug@suse.de
- bootloader docu rewritten - thanx to Jozef Uhliarik for
helping me (bnc#529967)
-------------------------------------------------------------------
Thu Jan 14 15:05:16 CET 2010 - ug@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package autoyast2 (Version 2.19.1)
# spec file for package autoyast2 (Version 2.19.2)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,11 +19,14 @@
Name: autoyast2
Version: 2.19.1
Version: 2.19.2
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: autoyast2-2.19.1.tar.bz2
Source0: autoyast2-2.19.2.tar.bz2
Prefix: /usr
Group: System/YaST
License: GPLv2+
BuildRequires: docbook-xsl-stylesheets java2-devel-packages libxslt perl-XML-Writer pkg-config sgml-skel update-desktop-files xorg-x11-libs yast2-bootloader yast2-country yast2-devtools yast2-mouse yast2-slp yast2-testsuite yast2-transfer
@ -32,17 +35,22 @@ BuildRequires: yast2 >= 2.16.36
# After API cleanup
BuildRequires: yast2-update >= 2.18.3
BuildRequires: yast2-storage >= 2.19.2
Requires: yast2 >= 2.16.36
Requires: yast2-core yast2-xml libxslt
Requires: autoyast2-installation = %{version}
Requires: yast2-schema yast2 yast2-country yast2-storage
Requires: yast2-storage >= 2.19.2
Provides: yast2-module-autoinst yast2-config-autoinst
Obsoletes: yast2-module-autoinst yast2-config-autoinst
Provides: yast2-lib-autoinst
Obsoletes: yast2-lib-autoinst
PreReq: %insserv_prereq %fillup_prereq
BuildArch: noarch
Summary: YaST2 - Automated Installation
%description
@ -57,7 +65,7 @@ installation sources.
%package installation
License: GPLv2+
Version: 2.19.1
Version: 2.19.2
Release: 1
Summary: YaST2 - Auto Installation Modules
Group: System/YaST
@ -74,14 +82,16 @@ This package performs auto-installation relying on a control file
generated with the autoyast2 package.
%prep
%setup -n autoyast2-2.19.1
%setup -n autoyast2-2.19.2
%build
%{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}
# V=1: verbose build in case we used AM_SILENT_RULES(yes)
@ -98,9 +108,11 @@ for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name "*.desk
d=${f##*/}
%suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
done
for d in `ls $RPM_BUILD_ROOT/usr/share/autoinstall/modules/*.desktop`; do
%suse_update_desktop_file $d
done
# Class conf
install -d -m 700 $RPM_BUILD_ROOT/etc/autoinstall
# Installation files
@ -109,6 +121,7 @@ install -d -m 700 $RPM_BUILD_ROOT/var/adm/autoinstall/init.d
install -d -m 700 $RPM_BUILD_ROOT/var/adm/autoinstall/logs
install -d -m 700 $RPM_BUILD_ROOT/var/adm/autoinstall/files
install -d -m 700 $RPM_BUILD_ROOT/var/adm/autoinstall/cache
# Repository
install -d $RPM_BUILD_ROOT/var/lib/autoinstall/repository
install -d $RPM_BUILD_ROOT/var/lib/autoinstall/repository/templates
@ -133,6 +146,7 @@ rm -rf "$RPM_BUILD_ROOT"
%dir /var/lib/autoinstall/repository/classes
%dir /var/lib/autoinstall/tmp
%doc %{prefix}/share/doc/packages/autoyast2
%{prefix}/share/applications/YaST2/autoyast.desktop
/usr/share/autoinstall/modules/*.desktop
/usr/share/YaST2/include/autoinstall/classes.ycp
@ -144,6 +158,7 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/include/autoinstall/wizards.ycp
/usr/share/YaST2/include/autoinstall/helps.ycp
/usr/share/YaST2/schema/autoyast/rnc/*.rnc
/usr/share/YaST2/clients/general_auto.ycp
/usr/share/YaST2/clients/report_auto.ycp
/usr/share/YaST2/clients/classes_auto.ycp
@ -153,11 +168,15 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/clients/autoyast.ycp
/usr/share/YaST2/clients/clone_system.ycp
/usr/share/YaST2/clients/ayast_setup.ycp
/usr/share/YaST2/scrconf/ksimport.scr
/usr/share/YaST2/modules/AutoinstClass.y*
/usr/share/YaST2/modules/Kickstart.y*
/usr/lib/YaST2/servers_non_y2/ag_ksimport
# additional files
/var/adm/fillup-templates/sysconfig.autoinstall
%files installation
@ -170,9 +189,11 @@ rm -rf "$RPM_BUILD_ROOT"
%dir /usr/share/autoinstall/modules
#/usr/share/autoinstall/dtd/*
/etc/init.d/autoyast
%dir /usr/share/autoinstall/xslt
/usr/share/autoinstall/xslt/merge.xslt
# config file
/usr/share/YaST2/modules/AutoinstClone.y*
%dir /usr/share/YaST2/include/autoinstall
/usr/share/YaST2/include/autoinstall/autopart.ycp
@ -186,7 +207,9 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/include/autoinstall/common.ycp
/usr/share/YaST2/include/autoinstall/tree.ycp
/usr/share/YaST2/include/autoinstall/types.ycp
/usr/share/YaST2/control/*.xml
/usr/share/YaST2/modules/AutoInstall.y*
/usr/share/YaST2/modules/AutoinstScripts.y*
/usr/share/YaST2/modules/AutoinstGeneral.y*
@ -205,6 +228,7 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/modules/AutoinstDrive.y*
/usr/share/YaST2/modules/AutoinstPartPlan.y*
/usr/share/YaST2/modules/AutoinstPartition.y*
#clients
/usr/share/YaST2/clients/inst_autoinit.ycp
/usr/share/YaST2/clients/inst_autoimage.ycp
@ -219,6 +243,10 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/clients/ayast_probe.ycp
/usr/share/YaST2/include/autoinstall/xml.ycp
/usr/share/YaST2/include/autoinstall/ask.ycp
# scripts
%{prefix}/lib/YaST2/bin/fetch_image.sh
%dir /var/adm/autoinstall/
%dir /var/adm/autoinstall/scripts
%dir /var/adm/autoinstall/init.d