1
0
OBS User unknown 2008-12-08 16:37:59 +00:00 committed by Git OBS Bridge
parent 54652a4126
commit f7eb4d541d
4 changed files with 26 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Dec 8 13:16:33 CET 2008 - locilka@suse.cz
- Updated control.rnc
- Added two more control-file examples.
- Checking all control files during build.
- Adjusted control-file examples (all bnc #438678).
- Checking the process exit status returned after deploying an
image (bnc #456337).
- 2.17.45
-------------------------------------------------------------------
Fri Dec 5 10:38:41 CET 2008 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.17.44)
# spec file for package yast2-installation (Version 2.17.45)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,12 +19,12 @@
Name: yast2-installation
Version: 2.17.44
Version: 2.17.45
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.17.44.tar.bz2
Source0: yast2-installation-2.17.45.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
# xmllint
@ -124,7 +124,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.17.44
%setup -n yast2-installation-2.17.45
%build
%{prefix}/bin/y2tool y2autoconf
@ -195,6 +195,14 @@ rm -rf "$RPM_BUILD_ROOT"
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
* Mon Dec 08 2008 locilka@suse.cz
- Updated control.rnc
- Added two more control-file examples.
- Checking all control files during build.
- Adjusted control-file examples (all bnc #438678).
- Checking the process exit status returned after deploying an
image (bnc #456337).
- 2.17.45
* Fri Dec 05 2008 locilka@suse.cz
- New control.rnc/rng for control file validation (bnc #455994).
- Added build-time control file validation.