1
0
OBS User unknown 2008-03-19 16:24:04 +00:00 committed by Git OBS Bridge
parent e6b2cbfc06
commit a14d9089fb
4 changed files with 20 additions and 9 deletions

View File

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

View File

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

View File

@ -1,9 +1,16 @@
-------------------------------------------------------------------
Wed Mar 19 13:53:05 CET 2008 - locilka@suse.cz
- When checking whether to run the second stage, considering also
autoinstallation, not only installation (bnc #372322).
- 2.16.26
-------------------------------------------------------------------
Tue Mar 18 18:19:00 CET 2008 - locilka@suse.cz
- Fixed writing disabled modules and proposals during the
inst_finish run (bnc #364066).
- Calling pre_umount_finish also in AutoYaST.
- Calling pre_umount_finish also in AutoYaST (bnc #372322).
- 2.16.25
-------------------------------------------------------------------

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.16.25)
# spec file for package yast2-installation (Version 2.16.26)
#
# 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.16.25
Version: 2.16.26
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.16.25.tar.bz2
Source0: yast2-installation-2.16.26.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
# URL::MakeParamsFromMap and URL::MakeMapFromParams
@ -104,7 +104,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.16.25
%setup -n yast2-installation-2.16.26
%build
%{prefix}/bin/y2tool y2autoconf
@ -170,10 +170,14 @@ rm -rf "$RPM_BUILD_ROOT"
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
* Wed Mar 19 2008 locilka@suse.cz
- When checking whether to run the second stage, considering also
autoinstallation, not only installation (bnc #372322).
- 2.16.26
* Tue Mar 18 2008 locilka@suse.cz
- Fixed writing disabled modules and proposals during the
inst_finish run (bnc #364066).
- Calling pre_umount_finish also in AutoYaST.
- Calling pre_umount_finish also in AutoYaST (bnc #372322).
- 2.16.25
* Mon Mar 17 2008 jsrain@suse.cz
- added 'StartupNotify=true' to the desktop file (bnc #304964)