Accepting request 34614 from YaST:Head
checked in (request 34614) OBS-URL: https://build.opensuse.org/request/show/34614 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=29
This commit is contained in:
parent
b853a69e75
commit
dfc87f209f
3
autoyast2-2.19.2.tar.bz2
Normal file
3
autoyast2-2.19.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1195099c1ded74e8417df77b56e1460723bbed907be2dff64428ce2d6b2be069
|
||||
size 1228429
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a39f7f244b1a557b6badd0e36d37d2e33d9318f6fe387f2c0c8412d89c684955
|
||||
size 1231273
|
@ -1,35 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 11 11:30:05 CET 2010 - ug@suse.de
|
||||
|
||||
- location for files added to UI
|
||||
- 2.19.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 10 15:15:29 CET 2010 - ug@suse.de
|
||||
|
||||
- location for scripts added to UI
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 10 13:46:57 CET 2010 - ug@suse.de
|
||||
|
||||
- docu and cleanup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 5 11:04:13 CET 2010 - ug@suse.de
|
||||
|
||||
- new structure for documentation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 2 09:55:14 CET 2010 - ug@suse.de
|
||||
|
||||
- don't install post-packages with ayast_setup twice (bnc#584564)
|
||||
- post-patterns in ayast_setup fixed (bnc#584564)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 26 12:26:37 CET 2010 - ug@suse.de
|
||||
|
||||
- script docu fixed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 26 09:41:51 CET 2010 - ug@suse.de
|
||||
|
||||
|
@ -1,21 +1,35 @@
|
||||
#
|
||||
# spec file for package autoyast2 (Version 2.19.3)
|
||||
# spec file for package autoyast2 (Version 2.19.2)
|
||||
#
|
||||
# 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
|
||||
|
||||
Name: autoyast2
|
||||
Version: 2.19.3
|
||||
Release: 0
|
||||
|
||||
Name: autoyast2
|
||||
Version: 2.19.2
|
||||
Release: 1
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: autoyast2-2.19.3.tar.bz2
|
||||
Source0: autoyast2-2.19.2.tar.bz2
|
||||
|
||||
prefix: /usr
|
||||
Prefix: /usr
|
||||
|
||||
Group: System/YaST
|
||||
License: GPL v2 or later
|
||||
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
|
||||
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
|
||||
# API for Disabled Modules (ProductControl)
|
||||
BuildRequires: yast2 >= 2.16.36
|
||||
# After API cleanup
|
||||
@ -35,7 +49,7 @@ Obsoletes: yast2-lib-autoinst
|
||||
|
||||
PreReq: %insserv_prereq %fillup_prereq
|
||||
|
||||
BuildArchitectures: noarch
|
||||
BuildArch: noarch
|
||||
|
||||
Summary: YaST2 - Automated Installation
|
||||
|
||||
@ -50,7 +64,9 @@ This file contains YaST2-independent files needed to create
|
||||
installation sources.
|
||||
|
||||
%package installation
|
||||
Version: 2.19.3
|
||||
License: GPLv2+
|
||||
Version: 2.19.2
|
||||
Release: 1
|
||||
Summary: YaST2 - Auto Installation Modules
|
||||
Group: System/YaST
|
||||
# API for Disabled Modules (ProductControl)
|
||||
@ -60,12 +76,13 @@ Requires: yast2-update >= 2.18.3
|
||||
Requires: yast2-xml yast2-core yast2 yast2-country yast2-mouse yast2-packager yast2-storage yast2-transfer yast2-slp
|
||||
Provides: yast2-trans-autoinst
|
||||
Obsoletes: yast2-trans-autoinst
|
||||
|
||||
%description installation
|
||||
This package performs auto-installation relying on a control file
|
||||
generated with the autoyast2 package.
|
||||
|
||||
%prep
|
||||
%setup -n autoyast2-2.19.3
|
||||
%setup -n autoyast2-2.19.2
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -119,7 +136,6 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%post
|
||||
%{fillup_only -n autoinstall}
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir /etc/autoinstall
|
||||
@ -131,7 +147,6 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%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
|
||||
@ -156,18 +171,14 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
|
||||
/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
|
||||
%defattr(-,root,root)
|
||||
/usr/share/YaST2/scrconf/autoinstall.scr
|
||||
@ -236,7 +247,6 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
# scripts
|
||||
%{prefix}/lib/YaST2/bin/fetch_image.sh
|
||||
|
||||
|
||||
%dir /var/adm/autoinstall/
|
||||
%dir /var/adm/autoinstall/scripts
|
||||
%dir /var/adm/autoinstall/init.d
|
||||
@ -245,5 +255,4 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%dir /var/adm/autoinstall/cache
|
||||
%dir /var/lib/autoinstall
|
||||
%dir /var/lib/autoinstall/autoconf
|
||||
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user