OBS User unknown 2008-09-24 22:58:00 +00:00 committed by Git OBS Bridge
parent c49252d7e0
commit 951bca1d68
4 changed files with 73 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
Tue Sep 23 16:17:27 CEST 2008 - locilka@suse.cz
- Buggy SCR Agent run.get.suseconfig.modules replaced with
.target.dir (bnc #429146).
- Added functionality to recover from failed read of previously
used repositories in inst_upgrade_urls (bnc #429059).
- 2.17.14
-------------------------------------------------------------------
Mon Sep 22 16:14:54 CEST 2008 - locilka@suse.cz
- Fixed checking whether directory is mounted already (bnc #428368)
-------------------------------------------------------------------
Mon Sep 22 13:59:50 CEST 2008 - locilka@suse.cz
- KDE 3.5 moved to 'Others', removed KDE 3.5 description text.
- GNOME 2.22 changed to 2.24.
- Fixed Installation Mode dialog to show icons again (bnc #427344).
- 2.17.13
-------------------------------------------------------------------
Mon Sep 22 10:45:44 CEST 2008 - locilka@suse.cz
- Changing /sbin/udevtrigger & /sbin/udevsettle to /sbin/udevadm
trigger & settle (bnc #427705).
- 2.17.12
-------------------------------------------------------------------
Thu Sep 18 10:35:32 CEST 2008 - locilka@suse.cz
- Definition of supported desktops added into SLES and SLED control
files, added also default_desktop definition (bnc #427061).
- Added control file documentation for supported_desktops section.
-------------------------------------------------------------------
Fri Sep 12 15:01:46 CEST 2008 - locilka@suse.cz
- Disabling inst_suse_register in openSUSE control file
(FATE #303458).
-------------------------------------------------------------------
Fri Sep 12 10:32:11 CEST 2008 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.17.11)
# spec file for package yast2-installation (Version 2.17.14)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,12 +19,12 @@
Name: yast2-installation
Version: 2.17.11
Version: 2.17.14
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.17.11.tar.bz2
Source0: yast2-installation-2.17.14.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.11
%setup -n yast2-installation-2.17.14
%build
%{prefix}/bin/y2tool y2autoconf
@ -165,7 +165,6 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/scrconf/etc_install_inf.scr
/usr/share/YaST2/scrconf/etc_install_inf_alias.scr
/usr/share/YaST2/scrconf/etc_install_inf_options.scr
/usr/share/YaST2/scrconf/run_get_suseconfig_modules.scr
/usr/share/YaST2/scrconf/proc_modules.scr
/usr/share/YaST2/scrconf/run_df.scr
# fillup
@ -184,6 +183,30 @@ rm -rf "$RPM_BUILD_ROOT"
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
* Tue Sep 23 2008 locilka@suse.cz
- Buggy SCR Agent run.get.suseconfig.modules replaced with
.target.dir (bnc #429146).
- Added functionality to recover from failed read of previously
used repositories in inst_upgrade_urls (bnc #429059).
- 2.17.14
* Mon Sep 22 2008 locilka@suse.cz
- Fixed checking whether directory is mounted already (bnc #428368)
* Mon Sep 22 2008 locilka@suse.cz
- KDE 3.5 moved to 'Others', removed KDE 3.5 description text.
- GNOME 2.22 changed to 2.24.
- Fixed Installation Mode dialog to show icons again (bnc #427344).
- 2.17.13
* Mon Sep 22 2008 locilka@suse.cz
- Changing /sbin/udevtrigger & /sbin/udevsettle to /sbin/udevadm
trigger & settle (bnc #427705).
- 2.17.12
* Thu Sep 18 2008 locilka@suse.cz
- Definition of supported desktops added into SLES and SLED control
files, added also default_desktop definition (bnc #427061).
- Added control file documentation for supported_desktops section.
* Fri Sep 12 2008 locilka@suse.cz
- Disabling inst_suse_register in openSUSE control file
(FATE #303458).
* Fri Sep 12 2008 locilka@suse.cz
- Do not remove installation repository with the same URL as URL
just being removed by inst_upgrade_urls (bnc #400823).