This commit is contained in:
parent
57650ea582
commit
330ab324b7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ab337a44a8779d75635cdf7c8e89e3cf8181e206ae78ed0b7e049abc8fa981c2
|
|
||||||
size 1220367
|
|
3
autoyast2-2.17.19.tar.bz2
Normal file
3
autoyast2-2.17.19.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:01157612fe9a139aa167710ab18c96566461f1086fa26560abf9243f51761d71
|
||||||
|
size 1219872
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 27 15:52:44 CET 2008 - ug@suse.de
|
||||||
|
|
||||||
|
- added kdump support
|
||||||
|
- 2.17.19
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 10:44:38 CEST 2008 - ug@suse.de
|
||||||
|
|
||||||
|
- workaround for missing "REQUIRES" in content file to stay
|
||||||
|
backward compatible
|
||||||
|
- 2.17.18
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 15 13:39:26 CEST 2008 - ug@suse.de
|
Wed Oct 15 13:39:26 CEST 2008 - ug@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package autoyast2 (Version 2.17.17)
|
# spec file for package autoyast2 (Version 2.17.19)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -20,12 +20,12 @@
|
|||||||
Url: http://www.suse.de/~ug
|
Url: http://www.suse.de/~ug
|
||||||
|
|
||||||
Name: autoyast2
|
Name: autoyast2
|
||||||
Version: 2.17.17
|
Version: 2.17.19
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: autoyast2-2.17.17.tar.bz2
|
Source0: autoyast2-2.17.19.tar.bz2
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
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-testsuite yast2-transfer yast2-update
|
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-testsuite yast2-transfer yast2-update
|
||||||
# API for Disabled Modules (ProductControl)
|
# API for Disabled Modules (ProductControl)
|
||||||
@ -40,7 +40,7 @@ Provides: yast2-lib-autoinst
|
|||||||
Obsoletes: yast2-lib-autoinst
|
Obsoletes: yast2-lib-autoinst
|
||||||
PreReq: %insserv_prereq %fillup_prereq
|
PreReq: %insserv_prereq %fillup_prereq
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Summary: YaST2 Automated Installation
|
Summary: YaST2 - Automated Installation
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package is intended for management of the control files and the
|
This package is intended for management of the control files and the
|
||||||
@ -61,7 +61,7 @@ Authors:
|
|||||||
|
|
||||||
%package installation
|
%package installation
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Version: 2.17.17
|
Version: 2.17.19
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: YaST2 - Auto Installation Modules
|
Summary: YaST2 - Auto Installation Modules
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
@ -83,7 +83,7 @@ Authors:
|
|||||||
Anas Nashif
|
Anas Nashif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n autoyast2-2.17.17
|
%setup -n autoyast2-2.17.19
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -235,6 +235,13 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%dir /var/lib/autoinstall
|
%dir /var/lib/autoinstall
|
||||||
%dir /var/lib/autoinstall/autoconf
|
%dir /var/lib/autoinstall/autoconf
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 27 2008 ug@suse.de
|
||||||
|
- added kdump support
|
||||||
|
- 2.17.19
|
||||||
|
* Fri Oct 24 2008 ug@suse.de
|
||||||
|
- workaround for missing "REQUIRES" in content file to stay
|
||||||
|
backward compatible
|
||||||
|
- 2.17.18
|
||||||
* Wed Oct 15 2008 ug@suse.de
|
* Wed Oct 15 2008 ug@suse.de
|
||||||
- moved common.rnc from yast2-schema to autoyast2 to
|
- moved common.rnc from yast2-schema to autoyast2 to
|
||||||
fix yast2-schema build errors
|
fix yast2-schema build errors
|
||||||
@ -1376,7 +1383,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- Re-enabled LVM and RAID
|
- Re-enabled LVM and RAID
|
||||||
- Fixed Types
|
- Fixed Types
|
||||||
- 2.9.16
|
- 2.9.16
|
||||||
* Tue Feb 24 2004 nashif@suse.de
|
* Mon Feb 23 2004 nashif@suse.de
|
||||||
- Use new kernel names
|
- Use new kernel names
|
||||||
- 2.9.15
|
- 2.9.15
|
||||||
* Thu Feb 19 2004 mvidner@suse.cz
|
* Thu Feb 19 2004 mvidner@suse.cz
|
||||||
@ -1400,7 +1407,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
* Sun Feb 08 2004 nashif@suse.de
|
* Sun Feb 08 2004 nashif@suse.de
|
||||||
- Fixes for new interpreter
|
- Fixes for new interpreter
|
||||||
- 2.9.7
|
- 2.9.7
|
||||||
* Mon Feb 02 2004 nashif@suse.de
|
* Sun Feb 01 2004 nashif@suse.de
|
||||||
- Fixes for new interpreter
|
- Fixes for new interpreter
|
||||||
- 2.9.6
|
- 2.9.6
|
||||||
* Sun Feb 01 2004 nashif@suse.de
|
* Sun Feb 01 2004 nashif@suse.de
|
||||||
@ -1530,7 +1537,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- Fixed package selection dialogs
|
- Fixed package selection dialogs
|
||||||
- doc updates
|
- doc updates
|
||||||
- 2.7.11
|
- 2.7.11
|
||||||
* Fri Feb 21 2003 nashif@suse.de
|
* Thu Feb 20 2003 nashif@suse.de
|
||||||
- adapted spec file
|
- adapted spec file
|
||||||
- use PkgInstall to tag package as selected by user
|
- use PkgInstall to tag package as selected by user
|
||||||
- various fixes
|
- various fixes
|
||||||
@ -1680,7 +1687,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
(for Restore module)
|
(for Restore module)
|
||||||
- Fix x11 data configuration (start_x11 was not configured)
|
- Fix x11 data configuration (start_x11 was not configured)
|
||||||
- 2.6.22
|
- 2.6.22
|
||||||
* Wed Sep 04 2002 nashif@suse.de
|
* Tue Sep 03 2002 nashif@suse.de
|
||||||
- fixed hardware clock settings
|
- fixed hardware clock settings
|
||||||
- more adaptions to package manager
|
- more adaptions to package manager
|
||||||
- partition table sorting fixes
|
- partition table sorting fixes
|
||||||
@ -1696,7 +1703,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- write displaymanager values only if X is available
|
- write displaymanager values only if X is available
|
||||||
- hwclock is not boolean when importing kickstart files
|
- hwclock is not boolean when importing kickstart files
|
||||||
- 2.6.19
|
- 2.6.19
|
||||||
* Thu Aug 29 2002 nashif@suse.de
|
* Wed Aug 28 2002 nashif@suse.de
|
||||||
- remove checking for X11
|
- remove checking for X11
|
||||||
- set locale for package manager
|
- set locale for package manager
|
||||||
- doc updates
|
- doc updates
|
||||||
|
Loading…
Reference in New Issue
Block a user