From 4db9720071df91a3c279d11316db2ecb154ab47c38b81b1c1672e01216e12e8a Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 10 Aug 2007 15:00:25 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=38 --- yast2-installation-2.15.41.tar.bz2 | 3 --- yast2-installation-2.15.42.tar.bz2 | 3 +++ yast2-installation.changes | 8 ++++++++ yast2-installation.spec | 17 +++++++++++------ 4 files changed, 22 insertions(+), 9 deletions(-) delete mode 100644 yast2-installation-2.15.41.tar.bz2 create mode 100644 yast2-installation-2.15.42.tar.bz2 diff --git a/yast2-installation-2.15.41.tar.bz2 b/yast2-installation-2.15.41.tar.bz2 deleted file mode 100644 index 241c7a6..0000000 --- a/yast2-installation-2.15.41.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de3db2a3119312e2bb43e0bfd0c7a9cf604127f870c34ff96918c7b4bdbda7fe -size 212707 diff --git a/yast2-installation-2.15.42.tar.bz2 b/yast2-installation-2.15.42.tar.bz2 new file mode 100644 index 0000000..a99df96 --- /dev/null +++ b/yast2-installation-2.15.42.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d33c6940ac32041b16e67db1a5fcb0d9ebbdde95ee100bc50cbfa66605d21b7 +size 211399 diff --git a/yast2-installation.changes b/yast2-installation.changes index 14ac7bc..b80e665 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Aug 10 11:19:36 CEST 2007 - locilka@suse.cz + +- Using "Online Repositories" for Internet/Web-based/Additional/... + repositories downloaded from web during the first stage + installation (#296407). +- 2.15.42 + ------------------------------------------------------------------- Wed Aug 8 12:35:28 CEST 2007 - jsrain@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index e630b9d..7ea6f8c 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.15.41) +# spec file for package yast2-installation (Version 2.15.42) # # 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.41 +Version: 2.15.42 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.41.tar.bz2 +Source0: yast2-installation-2.15.42.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 @@ -63,12 +63,12 @@ PreReq: %fillup_prereq BuildArchitectures: noarch Summary: YaST2 - Installation Parts %package devel-doc -Version: 2.15.41 +Version: 2.15.42 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.41.tar.bz2 +Source0: yast2-installation-2.15.42.tar.bz2 prefix: /usr Requires: yast2-installation >= 2.15.34 PreReq: %fillup_prereq @@ -102,7 +102,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.15.41 +%setup -n yast2-installation-2.15.42 %build %{prefix}/bin/y2tool y2autoconf @@ -176,6 +176,11 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Fri Aug 10 2007 - locilka@suse.cz +- Using "Online Repositories" for Internet/Web-based/Additional/... + repositories downloaded from web during the first stage + installation (#296407). +- 2.15.42 * Wed Aug 08 2007 - jsrain@suse.cz - show reboot message within live installation without timeout (#297691)