OBS User unknown 2008-09-11 23:56:26 +00:00 committed by Git OBS Bridge
parent 8e9b67eb3d
commit 44b4cafc3c
4 changed files with 33 additions and 7 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:659bb22ddff6f47f5e7e2fc65f008bf97b5d9bb15fb1298f594d9744a2863499
size 253630

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84ccdc2717521acce8a0912a036582ad89a8a020473dc11dd04ca66989c9c87c
size 253488

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Sep 10 15:53:44 CEST 2008 - locilka@suse.cz
- Desktop selection dialog definitions have been moved to control
file (bnc #424678).
- 2.17.10
-------------------------------------------------------------------
Tue Sep 9 16:02:03 CEST 2008 - locilka@suse.cz
- Replacing usage of barexml with anyxml SCR agent (bnc #424263).
-------------------------------------------------------------------
Mon Sep 8 17:49:11 CEST 2008 - locilka@suse.cz
- merged texts from proofread
-------------------------------------------------------------------
Mon Sep 8 15:57:09 CEST 2008 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.17.9)
# spec file for package yast2-installation (Version 2.17.10)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,12 +19,12 @@
Name: yast2-installation
Version: 2.17.9
Version: 2.17.10
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.17.9.tar.bz2
Source0: yast2-installation-2.17.10.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()
@ -114,7 +114,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.17.9
%setup -n yast2-installation-2.17.10
%build
%{prefix}/bin/y2tool y2autoconf
@ -179,7 +179,16 @@ rm -rf "$RPM_BUILD_ROOT"
%doc %{prefix}/share/doc/packages/yast2-installation
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
* Wed Sep 10 2008 locilka@suse.cz
- Desktop selection dialog definitions have been moved to control
file (bnc #424678).
- 2.17.10
* Tue Sep 09 2008 locilka@suse.cz
- Replacing usage of barexml with anyxml SCR agent (bnc #424263).
* Mon Sep 08 2008 locilka@suse.cz
- merged texts from proofread
* Mon Sep 08 2008 locilka@suse.cz
- Added new AutoYaST client deploy_images_auto to support
installation from images also in AutoYaST (FATE #301321).