OBS User unknown 2008-09-12 15:25:48 +00:00 committed by Git OBS Bridge
parent 44b4cafc3c
commit c49252d7e0
4 changed files with 49 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Fri Sep 12 10:32:11 CEST 2008 - locilka@suse.cz
- Do not remove installation repository with the same URL as URL
just being removed by inst_upgrade_urls (bnc #400823).
- 2.17.11
-------------------------------------------------------------------
Thu Sep 11 14:52:25 CEST 2008 - ug@suse.de
- deploy_image.desktop added (Fate #301321)
- deploy_image.rnc added
-------------------------------------------------------------------
Thu Sep 11 13:40:10 CEST 2008 - locilka@suse.cz
- Calling new client reipl_finish from yast2_inf_finish on s390
(FATE #304960).
-------------------------------------------------------------------
Wed Sep 10 17:15:22 CEST 2008 - locilka@suse.cz
- Fixing control files to call 'inst_proposal' instead of
'proposal' (bnc #425198).
-------------------------------------------------------------------
Wed Sep 10 15:53:44 CEST 2008 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.17.10)
# spec file for package yast2-installation (Version 2.17.11)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,12 +19,12 @@
Name: yast2-installation
Version: 2.17.10
Version: 2.17.11
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.17.10.tar.bz2
Source0: yast2-installation-2.17.11.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.10
%setup -n yast2-installation-2.17.11
%build
%{prefix}/bin/y2tool y2autoconf
@ -151,6 +151,10 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/modules/*.ycp
/usr/share/YaST2/modules/*.ybc
%{prefix}/share/applications/YaST2/*.desktop
/usr/share/autoinstall/modules/deploy_image.desktop
/usr/share/YaST2/schema/autoyast/rnc/deploy_image.rnc
%dir /usr/share/autoinstall
%dir /usr/share/autoinstall/modules
%dir /usr/share/YaST2/include/installation
/usr/share/YaST2/include/installation/*
# agents
@ -179,8 +183,20 @@ 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
* 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).
- 2.17.11
* Thu Sep 11 2008 ug@suse.de
- deploy_image.desktop added (Fate #301321)
- deploy_image.rnc added
* Thu Sep 11 2008 locilka@suse.cz
- Calling new client reipl_finish from yast2_inf_finish on s390
(FATE #304960).
* Wed Sep 10 2008 locilka@suse.cz
- Fixing control files to call 'inst_proposal' instead of
'proposal' (bnc #425198).
* Wed Sep 10 2008 locilka@suse.cz
- Desktop selection dialog definitions have been moved to control
file (bnc #424678).