From ab71abc518216a209387cfeb6bedc7146bc8a586f66f02f74e5ad5b3df361596 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 8 Jun 2009 14:18:44 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=150 --- yast2-installation-2.18.15.tar.bz2 | 3 --- yast2-installation-2.18.16.tar.bz2 | 3 +++ yast2-installation.changes | 6 ++++++ yast2-installation.spec | 11 +++++++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 yast2-installation-2.18.15.tar.bz2 create mode 100644 yast2-installation-2.18.16.tar.bz2 diff --git a/yast2-installation-2.18.15.tar.bz2 b/yast2-installation-2.18.15.tar.bz2 deleted file mode 100644 index f9834df..0000000 --- a/yast2-installation-2.18.15.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eca2700fbac0b6a74f3ac1c147e08d0b4a025e2a27bc113f8c25e4040232d2ad -size 268700 diff --git a/yast2-installation-2.18.16.tar.bz2 b/yast2-installation-2.18.16.tar.bz2 new file mode 100644 index 0000000..d04c2cf --- /dev/null +++ b/yast2-installation-2.18.16.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:838bb9c22ffa0f843b52adefbc0dd35fce91fac6df442d2b055989f656ecd9ab +size 266041 diff --git a/yast2-installation.changes b/yast2-installation.changes index b71ec52..a8e645a 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 08 14:03:30 CEST 2009 - aschnell@suse.de + +- use minimalistic xorg.conf during installation (bnc #510015) +- 2.18.16 + ------------------------------------------------------------------- Wed May 20 12:45:47 CEST 2009 - aschnell@suse.de diff --git a/yast2-installation.spec b/yast2-installation.spec index fd7f6fd..eb178b5 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.18.15) +# spec file for package yast2-installation (Version 2.18.16) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-installation -Version: 2.18.15 +Version: 2.18.16 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.18.15.tar.bz2 +Source0: yast2-installation-2.18.16.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 # xmllint @@ -123,7 +123,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.18.15 +%setup -n yast2-installation-2.18.16 %build %{prefix}/bin/y2tool y2autoconf @@ -193,6 +193,9 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Mon Jun 08 2009 aschnell@suse.de +- use minimalistic xorg.conf during installation (bnc #510015) +- 2.18.16 * Wed May 20 2009 aschnell@suse.de - moved .proc.mounts agent from yast2-installation to yast2 (bnc [#504429])