From 368cdde865bb781429f827ee217663d3917e34dd4a71d3cdc4722d39948f6426 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 14 Jul 2008 18:28:48 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=101 --- yast2-installation-2.17.0.tar.bz2 | 3 --- yast2-installation-2.17.1.tar.bz2 | 3 +++ yast2-installation.changes | 25 +++++++++++++++++++++++++ yast2-installation.spec | 25 ++++++++++++++++++++----- 4 files changed, 48 insertions(+), 8 deletions(-) delete mode 100644 yast2-installation-2.17.0.tar.bz2 create mode 100644 yast2-installation-2.17.1.tar.bz2 diff --git a/yast2-installation-2.17.0.tar.bz2 b/yast2-installation-2.17.0.tar.bz2 deleted file mode 100644 index 0e2733e..0000000 --- a/yast2-installation-2.17.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10c6a6011756da9de021cb9105a96cec5e6acab239c08d89a422b4b1f8cfbcd5 -size 243512 diff --git a/yast2-installation-2.17.1.tar.bz2 b/yast2-installation-2.17.1.tar.bz2 new file mode 100644 index 0000000..3e792fc --- /dev/null +++ b/yast2-installation-2.17.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:791810b96067c8f29de002b8c0508387223e842e60374555029ac1c30b70f73f +size 245006 diff --git a/yast2-installation.changes b/yast2-installation.changes index e941e6d..e37ffd9 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Jul 14 15:15:15 CEST 2008 - locilka@suse.cz + +- Base-product license directory moved to control file + (base_product_license_directory) (FATE #304865). +- Copying licenses to the system in copy_files_finish. +- Reading the license directory in inst_license. +- Icons for AC steps defined in control file. +- Adjusting DPMS 'off' when installation starts, DPMS 'on' when + finishes (FATE #304395). +- Icons for inst_finish. +- 2.17.1 + +------------------------------------------------------------------- +Fri Jul 11 11:11:11 CEST 2008 - locilka@suse.cz + +- Added documentation for AC Setup and for texts in control file. + +------------------------------------------------------------------- +Thu Jul 10 17:48:59 CEST 2008 - locilka@suse.cz + +- Settings for Automatic Configuration moved to control file + because of code reuse for different AC in first boot + (FATE #303939). + ------------------------------------------------------------------- Thu Jul 10 13:31:00 CEST 2008 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 13db54e..b30cd7a 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.17.0) +# spec file for package yast2-installation (Version 2.17.1) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,12 +12,12 @@ Name: yast2-installation -Version: 2.17.0 +Version: 2.17.1 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.17.0.tar.bz2 +Source0: yast2-installation-2.17.1.tar.bz2 Prefix: /usr BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite # PackageCallbacks::RegisterEmptyProgressCallbacks() @@ -41,7 +41,6 @@ Requires: yast2-packager >= 2.16.41 # Requires: yast2-runlevel # Requires: yast2-network # Requires: yast2-add-on -# Requires: yast2-mouse # Requires: yast2-storage # Requires: yast2-update # extra sources in ResolvableProperties() @@ -108,7 +107,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.17.0 +%setup -n yast2-installation-2.17.1 %build %{prefix}/bin/y2tool y2autoconf @@ -174,6 +173,22 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Mon Jul 14 2008 locilka@suse.cz +- Base-product license directory moved to control file + (base_product_license_directory) (FATE #304865). +- Copying licenses to the system in copy_files_finish. +- Reading the license directory in inst_license. +- Icons for AC steps defined in control file. +- Adjusting DPMS 'off' when installation starts, DPMS 'on' when + finishes (FATE #304395). +- Icons for inst_finish. +- 2.17.1 +* Fri Jul 11 2008 locilka@suse.cz +- Added documentation for AC Setup and for texts in control file. +* Thu Jul 10 2008 locilka@suse.cz +- Settings for Automatic Configuration moved to control file + because of code reuse for different AC in first boot + (FATE #303939). * Thu Jul 10 2008 locilka@suse.cz - Only directories in release-notes directory are considered to be real release notes (bnc #407922).