OBS User unknown 2008-09-25 21:27:19 +00:00 committed by Git OBS Bridge
parent 59cc147410
commit 38985a8672
4 changed files with 47 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Thu Sep 25 15:34:05 CEST 2008 - ug@suse.de
- 2.17.13
-------------------------------------------------------------------
Thu Sep 25 15:18:52 CEST 2008 - lslezak@suse.cz
- adapted the GPG callbacks to the new prototypes (bnc#370223)
-------------------------------------------------------------------
Wed Sep 24 15:41:39 CEST 2008 - ug@suse.de
- Export() in storage code moved to fix bnc#429227
-------------------------------------------------------------------
Wed Sep 24 14:02:56 CEST 2008 - ug@suse.de
- second try for a fix for partition size during cloning
(bnc#415005)
-------------------------------------------------------------------
Fri Sep 19 14:37:43 CEST 2008 - sschober@suse.de
- Set Profile::changed when cloneing a module
- Removed Cancel-button from exit dialog (bnc#427710).
-------------------------------------------------------------------
Wed Sep 17 13:57:29 CEST 2008 - ug@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package autoyast2 (Version 2.17.12)
# spec file for package autoyast2 (Version 2.17.13)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -20,12 +20,12 @@
Url: http://www.suse.de/~ug
Name: autoyast2
Version: 2.17.12
Version: 2.17.13
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: autoyast2-2.17.12.tar.bz2
Source0: autoyast2-2.17.13.tar.bz2
Prefix: /usr
BuildRequires: docbook-xsl-stylesheets java2-devel-packages libxslt perl-XML-Writer pkg-config sgml-skel update-desktop-files xorg-x11-libs yast2-bootloader yast2-country yast2-devtools yast2-mouse yast2-testsuite yast2-transfer yast2-update
# API for Disabled Modules (ProductControl)
@ -61,7 +61,7 @@ Authors:
%package installation
License: GPL v2 or later
Version: 2.17.12
Version: 2.17.13
Release: 1
Summary: YaST2 - Auto Installation Modules
Group: System/YaST
@ -83,7 +83,7 @@ Authors:
Anas Nashif
%prep
%setup -n autoyast2-2.17.12
%setup -n autoyast2-2.17.13
%build
%{prefix}/bin/y2tool y2autoconf
@ -235,6 +235,18 @@ rm -rf "$RPM_BUILD_ROOT"
%dir /var/lib/autoinstall
%dir /var/lib/autoinstall/autoconf
%changelog
* Thu Sep 25 2008 ug@suse.de
- 2.17.13
* Thu Sep 25 2008 lslezak@suse.cz
- adapted the GPG callbacks to the new prototypes (bnc#370223)
* Wed Sep 24 2008 ug@suse.de
- Export() in storage code moved to fix bnc#429227
* Wed Sep 24 2008 ug@suse.de
- second try for a fix for partition size during cloning
(bnc#415005)
* Fri Sep 19 2008 sschober@suse.de
- Set Profile::changed when cloneing a module
- Removed Cancel-button from exit dialog (bnc#427710).
* Wed Sep 17 2008 ug@suse.de
- mountby could get lost while partition reuse
- ReadXML fixed