diff --git a/yast2-installation-2.15.31.tar.bz2 b/yast2-installation-2.15.31.tar.bz2 deleted file mode 100644 index 25c1e80..0000000 --- a/yast2-installation-2.15.31.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6ccd8a0b285fe5bf0644aae7e10d99743042f105d0b14060b17981214703df3 -size 213408 diff --git a/yast2-installation-2.15.32.tar.bz2 b/yast2-installation-2.15.32.tar.bz2 new file mode 100644 index 0000000..dfd9f85 --- /dev/null +++ b/yast2-installation-2.15.32.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c0175215139743c62fac5d9d919b028b8c8ce4fd43e30c1309ec54b07c7663 +size 208116 diff --git a/yast2-installation.changes b/yast2-installation.changes index 7d4a7ef..77df51b 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Jul 12 12:59:32 CEST 2007 - locilka@suse.cz + +- Client inst_productsources.ycp moved to yast2-packager. +- Changed link to list of servers in control file. +- Adjusted RPM dependencies. +- Installation sources are now Repositories. +- 2.15.32 + +------------------------------------------------------------------- +Wed Jul 11 09:09:58 CEST 2007 - locilka@suse.cz + +- Changed default delete_old_packages to 'false'. + ------------------------------------------------------------------- Wed Jul 4 16:16:37 CEST 2007 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 11d4739..856733d 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.15.31) +# spec file for package yast2-installation (Version 2.15.32) # # 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.31 +Version: 2.15.32 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.31.tar.bz2 +Source0: yast2-installation-2.15.32.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 @@ -30,8 +30,8 @@ Requires: yast2-bootloader # Language::selection_skipped, bugzilla #223258 Requires: yast2-country >= 2.15.0 Requires: yast2-network >= 2.15.37 -# PackagesUI::ConfirmLicenses, bugzilla #256627 -Requires: yast2-packager >= 2.15.24 +# inst_productsources client moved to... +Requires: yast2-packager >= 2.15.45 # Only in inst-sys # Requires: yast2-add-on # Requires: yast2-mouse @@ -85,7 +85,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.15.31 +%setup -n yast2-installation-2.15.32 %build %{prefix}/bin/y2tool y2autoconf @@ -148,6 +148,14 @@ rm -rf "$RPM_BUILD_ROOT" %endif %changelog +* Thu Jul 12 2007 - locilka@suse.cz +- Client inst_productsources.ycp moved to yast2-packager. +- Changed link to list of servers in control file. +- Adjusted RPM dependencies. +- Installation sources are now Repositories. +- 2.15.32 +* Wed Jul 11 2007 - locilka@suse.cz +- Changed default delete_old_packages to 'false'. * Wed Jul 04 2007 - locilka@suse.cz - Fixed workflow when user selects to Boot the installed system and then cancels that decision.