diff --git a/yast2-installation-2.15.49.tar.bz2 b/yast2-installation-2.15.49.tar.bz2 deleted file mode 100644 index dc0cfa1..0000000 --- a/yast2-installation-2.15.49.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47d64ea808170f70bace312ef00deb8f252d8ac30b915c3ce69383c10b89a0a8 -size 212924 diff --git a/yast2-installation-2.15.50.tar.bz2 b/yast2-installation-2.15.50.tar.bz2 new file mode 100644 index 0000000..ad26af5 --- /dev/null +++ b/yast2-installation-2.15.50.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba5c2b0cc88c4b2290b296435b8027128c19cae8f8847640f08fdf83c5db5454 +size 212498 diff --git a/yast2-installation.changes b/yast2-installation.changes index 6b8c7ca..59a0bc0 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 18 19:50:52 CEST 2007 - locilka@suse.cz + +- Fixed tar syntax: --ignore-failed-read param. position (#326055). +- 2.15.50 + ------------------------------------------------------------------- Thu Sep 13 16:18:30 CEST 2007 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 6f812f7..2cd66c6 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.15.49) +# spec file for package yast2-installation (Version 2.15.50) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-installation -Version: 2.15.49 +Version: 2.15.50 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.49.tar.bz2 +Source0: yast2-installation-2.15.50.tar.bz2 Prefix: /usr BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-country yast2-devtools yast2-testsuite # Mode::live_installation @@ -67,12 +67,12 @@ BuildArch: noarch Summary: YaST2 - Installation Parts %package devel-doc -Version: 2.15.49 +Version: 2.15.50 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.49.tar.bz2 +Source0: yast2-installation-2.15.50.tar.bz2 Prefix: /usr Requires: yast2-installation >= 2.15.34 PreReq: %fillup_prereq @@ -105,7 +105,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.15.49 +%setup -n yast2-installation-2.15.50 %build %{prefix}/bin/y2tool y2autoconf @@ -178,6 +178,9 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Tue Sep 18 2007 - locilka@suse.cz +- Fixed tar syntax: --ignore-failed-read param. position (#326055). +- 2.15.50 * Thu Sep 13 2007 - locilka@suse.cz - Fixed inst_upgrade_urls to re-register sources with their repository names taken from the upgraded system (#310209).