This commit is contained in:
parent
fae1d67a07
commit
3c09c82ceb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a2e3854d83b7ef0a6962c27881c5f2cde1a0352c4c7e48a4e7e58742737b44b4
|
|
||||||
size 1180139
|
|
3
autoyast2-2.15.12.tar.bz2
Normal file
3
autoyast2-2.15.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:59a978ff45fceddd8c1aa8d8b441ba34225aa89485240e36fd2f749a53d1eec5
|
||||||
|
size 1180501
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 5 16:35:57 CEST 2007 - ug@suse.de
|
||||||
|
|
||||||
|
- 2.15.12
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 4 17:00:54 CEST 2007 - ug@suse.de
|
||||||
|
|
||||||
|
- initialize libstorage (#288690)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 2 12:22:33 CEST 2007 - ug@suse.de
|
||||||
|
|
||||||
|
- chrooted scripts execution fixed
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 20 12:06:30 CEST 2007 - ug@suse.de
|
||||||
|
|
||||||
|
- rescue partition bug (#284102) fixed
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 18 14:22:53 CEST 2007 - ug@suse.de
|
||||||
|
|
||||||
|
- rounding LVs to pesize
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 1 16:47:16 CEST 2007 - ug@suse.de
|
Fri Jun 1 16:47:16 CEST 2007 - ug@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package autoyast2 (Version 2.15.11)
|
# spec file for package autoyast2 (Version 2.15.12)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -12,12 +12,12 @@
|
|||||||
|
|
||||||
Name: autoyast2
|
Name: autoyast2
|
||||||
URL: http://www.suse.de/~ug
|
URL: http://www.suse.de/~ug
|
||||||
Version: 2.15.11
|
Version: 2.15.12
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GNU General Public License (GPL)
|
License: GPL v2 or later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: autoyast2-2.15.11.tar.bz2
|
Source0: autoyast2-2.15.12.tar.bz2
|
||||||
prefix: /usr
|
prefix: /usr
|
||||||
BuildRequires: docbook-xsl-stylesheets fop java2-devel-packages libxslt perl-XML-Writer pkg-config sgml-skel update-desktop-files xorg-x11-libs yast2-bootloader yast2-devtools yast2-mouse yast2-testsuite yast2-transfer yast2-update
|
BuildRequires: docbook-xsl-stylesheets fop java2-devel-packages libxslt perl-XML-Writer pkg-config sgml-skel update-desktop-files xorg-x11-libs yast2-bootloader yast2-devtools yast2-mouse yast2-testsuite yast2-transfer yast2-update
|
||||||
Requires: yast2-core yast2-xml libxslt yast2-installation
|
Requires: yast2-core yast2-xml libxslt yast2-installation
|
||||||
@ -49,7 +49,7 @@ Authors:
|
|||||||
Anas Nashif
|
Anas Nashif
|
||||||
|
|
||||||
%package installation
|
%package installation
|
||||||
Version: 2.15.11
|
Version: 2.15.12
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: YaST2 - Auto Installation Modules
|
Summary: YaST2 - Auto Installation Modules
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
@ -69,7 +69,7 @@ Authors:
|
|||||||
Anas Nashif
|
Anas Nashif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n autoyast2-2.15.11
|
%setup -n autoyast2-2.15.12
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -210,6 +210,16 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%dir /var/lib/autoinstall/autoconf
|
%dir /var/lib/autoinstall/autoconf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 05 2007 - ug@suse.de
|
||||||
|
- 2.15.12
|
||||||
|
* Wed Jul 04 2007 - ug@suse.de
|
||||||
|
- initialize libstorage (#288690)
|
||||||
|
* Mon Jul 02 2007 - ug@suse.de
|
||||||
|
- chrooted scripts execution fixed
|
||||||
|
* Wed Jun 20 2007 - ug@suse.de
|
||||||
|
- rescue partition bug (#284102) fixed
|
||||||
|
* Mon Jun 18 2007 - ug@suse.de
|
||||||
|
- rounding LVs to pesize
|
||||||
* Fri Jun 01 2007 - ug@suse.de
|
* Fri Jun 01 2007 - ug@suse.de
|
||||||
- 2.15.11
|
- 2.15.11
|
||||||
* Fri Jun 01 2007 - ug@suse.de
|
* Fri Jun 01 2007 - ug@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user