Accepting request 57072 from YaST:Head
Accepted submit request 57072 from user lslezak OBS-URL: https://build.opensuse.org/request/show/57072 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autoyast2?expand=0&rev=87
This commit is contained in:
commit
599622a818
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fd482503f92603f02f9b6260396b53162e349606f69e06a391eb791ca7706dfa
|
|
||||||
size 1233766
|
|
3
autoyast2-2.20.3.tar.bz2
Normal file
3
autoyast2-2.20.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:05e28c6e1cbb314d94d4d4b331db4c0fd839fa73c3d98c2c3647dcee34e7aaf0
|
||||||
|
size 1233014
|
@ -1,3 +1,62 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 4 11:04:33 UTC 2011 - lslezak@suse.cz
|
||||||
|
|
||||||
|
- fixed build (wrong mount call params)
|
||||||
|
- 2.20.3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 24 17:19:09 CET 2010 - ug@suse.de
|
||||||
|
|
||||||
|
- clone devices by-path on s390 (bnc#591603)
|
||||||
|
- 2.20.2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 12 13:32:37 UTC 2010 - lslezak@suse.cz
|
||||||
|
|
||||||
|
- don't use obsoleted inst_packages.ycp client, use PackagesUI.ycp
|
||||||
|
module instead (bnc#471490)
|
||||||
|
- 2.20.1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 30 15:09:51 CEST 2010 - ug@suse.de
|
||||||
|
|
||||||
|
- setting a boolean via <path> does not work (regression from the
|
||||||
|
fix bnc#572166)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 30 13:06:11 CEST 2010 - ug@suse.de
|
||||||
|
|
||||||
|
- potential endless reboot during online update fixed
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 10 15:12:56 CEST 2010 - ug@suse.de
|
||||||
|
|
||||||
|
- media_url removed from CDATA
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 5 10:53:55 CEST 2010 - ug@suse.de
|
||||||
|
|
||||||
|
- a new filesystem can be specified for partitioning_advanced
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 3 11:33:58 CEST 2010 - ug@suse.de
|
||||||
|
|
||||||
|
- reusing more partitions than the hardware still could create
|
||||||
|
fails (bnc#620212). This is a different issue but the same bug
|
||||||
|
like on Jul 15 14:21:41 below
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 15 14:21:41 CEST 2010 - ug@suse.de
|
||||||
|
|
||||||
|
- speed up partitioning calculation if a lot partitions are
|
||||||
|
reused (bnc#620212)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 9 09:51:51 CEST 2010 - ug@suse.de
|
||||||
|
|
||||||
|
- an existing swap partition can accidently be reused
|
||||||
|
even if AutoYaST is not supposed to touch it (bnc#613366)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 21 15:06:19 CEST 2010 - ug@suse.de
|
Fri May 21 15:06:19 CEST 2010 - ug@suse.de
|
||||||
|
|
||||||
|
@ -1,35 +1,21 @@
|
|||||||
#
|
#
|
||||||
# spec file for package autoyast2 (Version 2.19.10)
|
# spec file for package autoyast2 (Version 2.20.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 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/
|
|
||||||
#
|
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: autoyast2
|
Name: autoyast2
|
||||||
Version: 2.19.10
|
Version: 2.20.3
|
||||||
Release: 1
|
Release: 0
|
||||||
|
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: autoyast2-2.19.10.tar.bz2
|
Source0: autoyast2-2.20.3.tar.bz2
|
||||||
|
|
||||||
Prefix: /usr
|
prefix: /usr
|
||||||
|
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
License: GPLv2+
|
License: GPL v2 or later
|
||||||
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
|
BuildRequires: java2-devel-packages yast2-mouse yast2-transfer yast2-bootloader xorg-x11-libs yast2-devtools pkg-config libxslt perl-XML-Writer docbook-xsl-stylesheets sgml-skel yast2-testsuite update-desktop-files yast2-country yast2-slp
|
||||||
# API for Disabled Modules (ProductControl)
|
# API for Disabled Modules (ProductControl)
|
||||||
BuildRequires: yast2 >= 2.16.36
|
BuildRequires: yast2 >= 2.16.36
|
||||||
# After API cleanup
|
# After API cleanup
|
||||||
@ -49,7 +35,7 @@ Obsoletes: yast2-lib-autoinst
|
|||||||
|
|
||||||
PreReq: %insserv_prereq %fillup_prereq
|
PreReq: %insserv_prereq %fillup_prereq
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArchitectures: noarch
|
||||||
|
|
||||||
Summary: YaST2 - Automated Installation
|
Summary: YaST2 - Automated Installation
|
||||||
|
|
||||||
@ -64,9 +50,7 @@ This file contains YaST2-independent files needed to create
|
|||||||
installation sources.
|
installation sources.
|
||||||
|
|
||||||
%package installation
|
%package installation
|
||||||
License: GPLv2+
|
Version: 2.20.3
|
||||||
Version: 2.19.10
|
|
||||||
Release: 1
|
|
||||||
Summary: YaST2 - Auto Installation Modules
|
Summary: YaST2 - Auto Installation Modules
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
# API for Disabled Modules (ProductControl)
|
# API for Disabled Modules (ProductControl)
|
||||||
@ -76,13 +60,12 @@ Requires: yast2-update >= 2.18.3
|
|||||||
Requires: yast2-xml yast2-core yast2 yast2-country yast2-mouse yast2-packager yast2-storage yast2-transfer yast2-slp
|
Requires: yast2-xml yast2-core yast2 yast2-country yast2-mouse yast2-packager yast2-storage yast2-transfer yast2-slp
|
||||||
Provides: yast2-trans-autoinst
|
Provides: yast2-trans-autoinst
|
||||||
Obsoletes: yast2-trans-autoinst
|
Obsoletes: yast2-trans-autoinst
|
||||||
|
|
||||||
%description installation
|
%description installation
|
||||||
This package performs auto-installation relying on a control file
|
This package performs auto-installation relying on a control file
|
||||||
generated with the autoyast2 package.
|
generated with the autoyast2 package.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n autoyast2-2.19.10
|
%setup -n autoyast2-2.20.3
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -136,6 +119,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%post
|
%post
|
||||||
%{fillup_only -n autoinstall}
|
%{fillup_only -n autoinstall}
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir /etc/autoinstall
|
%dir /etc/autoinstall
|
||||||
@ -147,6 +131,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%dir /var/lib/autoinstall/tmp
|
%dir /var/lib/autoinstall/tmp
|
||||||
%doc %{prefix}/share/doc/packages/autoyast2
|
%doc %{prefix}/share/doc/packages/autoyast2
|
||||||
|
|
||||||
|
|
||||||
%{prefix}/share/applications/YaST2/autoyast.desktop
|
%{prefix}/share/applications/YaST2/autoyast.desktop
|
||||||
/usr/share/autoinstall/modules/*.desktop
|
/usr/share/autoinstall/modules/*.desktop
|
||||||
/usr/share/YaST2/include/autoinstall/classes.ycp
|
/usr/share/YaST2/include/autoinstall/classes.ycp
|
||||||
@ -171,14 +156,18 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
|
|
||||||
/usr/share/YaST2/scrconf/ksimport.scr
|
/usr/share/YaST2/scrconf/ksimport.scr
|
||||||
|
|
||||||
|
|
||||||
/usr/share/YaST2/modules/AutoinstClass.y*
|
/usr/share/YaST2/modules/AutoinstClass.y*
|
||||||
/usr/share/YaST2/modules/Kickstart.y*
|
/usr/share/YaST2/modules/Kickstart.y*
|
||||||
/usr/lib/YaST2/servers_non_y2/ag_ksimport
|
/usr/lib/YaST2/servers_non_y2/ag_ksimport
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# additional files
|
# additional files
|
||||||
|
|
||||||
/var/adm/fillup-templates/sysconfig.autoinstall
|
/var/adm/fillup-templates/sysconfig.autoinstall
|
||||||
|
|
||||||
|
|
||||||
%files installation
|
%files installation
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/usr/share/YaST2/scrconf/autoinstall.scr
|
/usr/share/YaST2/scrconf/autoinstall.scr
|
||||||
@ -247,6 +236,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
# scripts
|
# scripts
|
||||||
%{prefix}/lib/YaST2/bin/fetch_image.sh
|
%{prefix}/lib/YaST2/bin/fetch_image.sh
|
||||||
|
|
||||||
|
|
||||||
%dir /var/adm/autoinstall/
|
%dir /var/adm/autoinstall/
|
||||||
%dir /var/adm/autoinstall/scripts
|
%dir /var/adm/autoinstall/scripts
|
||||||
%dir /var/adm/autoinstall/init.d
|
%dir /var/adm/autoinstall/init.d
|
||||||
@ -255,4 +245,5 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%dir /var/adm/autoinstall/cache
|
%dir /var/adm/autoinstall/cache
|
||||||
%dir /var/lib/autoinstall
|
%dir /var/lib/autoinstall
|
||||||
%dir /var/lib/autoinstall/autoconf
|
%dir /var/lib/autoinstall/autoconf
|
||||||
%changelog
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user