This commit is contained in:
parent
ad5aee19e0
commit
d86ae441af
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c176dfd19d23b5f5f50419a99fdbbdca3d43aed22b90fa9da02132faa1bc59fc
|
||||
size 1227304
|
3
autoyast2-2.18.1.tar.bz2
Normal file
3
autoyast2-2.18.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b72d56f21ef00dea1903a45ba44dca08496642cf86c82b3b80529e079d8bdcdc
|
||||
size 1227112
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 16 11:43:21 CET 2009 - ug@suse.de
|
||||
|
||||
- patch from Arvin applied to cleanup some storage code
|
||||
- 2.18.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 15:06:43 CET 2009 - ug@suse.de
|
||||
|
||||
- pesize_str_to_byte replaced by
|
||||
AutoinstStorage::humanStringToByte
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 11:19:44 CET 2009 - ug@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package autoyast2 (Version 2.18.0)
|
||||
# spec file for package autoyast2 (Version 2.18.1)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -20,12 +20,12 @@
|
||||
Url: http://www.suse.de/~ug
|
||||
|
||||
Name: autoyast2
|
||||
Version: 2.18.0
|
||||
Version: 2.18.1
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: autoyast2-2.18.0.tar.bz2
|
||||
Source0: autoyast2-2.18.1.tar.bz2
|
||||
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-slp yast2-testsuite yast2-transfer yast2-update
|
||||
# API for Disabled Modules (ProductControl)
|
||||
@ -61,7 +61,7 @@ Authors:
|
||||
|
||||
%package installation
|
||||
License: GPL v2 or later
|
||||
Version: 2.18.0
|
||||
Version: 2.18.1
|
||||
Release: 1
|
||||
Summary: YaST2 - Auto Installation Modules
|
||||
Group: System/YaST
|
||||
@ -83,7 +83,7 @@ Authors:
|
||||
Anas Nashif
|
||||
|
||||
%prep
|
||||
%setup -n autoyast2-2.18.0
|
||||
%setup -n autoyast2-2.18.1
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -235,6 +235,12 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%dir /var/lib/autoinstall
|
||||
%dir /var/lib/autoinstall/autoconf
|
||||
%changelog
|
||||
* Mon Feb 16 2009 ug@suse.de
|
||||
- patch from Arvin applied to cleanup some storage code
|
||||
- 2.18.1
|
||||
* Tue Feb 10 2009 ug@suse.de
|
||||
- pesize_str_to_byte replaced by
|
||||
AutoinstStorage::humanStringToByte
|
||||
* Mon Feb 09 2009 ug@suse.de
|
||||
- shell escape added for the password for encrypted profiles
|
||||
- speed up software cloning with many repositories
|
||||
|
Loading…
Reference in New Issue
Block a user