diff --git a/autoyast2-2.18.0.tar.bz2 b/autoyast2-2.18.0.tar.bz2 deleted file mode 100644 index ec3890c..0000000 --- a/autoyast2-2.18.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c176dfd19d23b5f5f50419a99fdbbdca3d43aed22b90fa9da02132faa1bc59fc -size 1227304 diff --git a/autoyast2-2.18.1.tar.bz2 b/autoyast2-2.18.1.tar.bz2 new file mode 100644 index 0000000..ee65d9b --- /dev/null +++ b/autoyast2-2.18.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b72d56f21ef00dea1903a45ba44dca08496642cf86c82b3b80529e079d8bdcdc +size 1227112 diff --git a/autoyast2.changes b/autoyast2.changes index f74cca2..bb3a1f0 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -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 diff --git a/autoyast2.spec b/autoyast2.spec index eb85a5b..816a9b3 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -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