From 54652a41262f2232a61f8f13b65af0387d447e79d2eee8e4d7dd566313b5a39d Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 5 Dec 2008 14:32:20 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=132 --- yast2-installation-2.17.43.tar.bz2 | 3 --- yast2-installation-2.17.44.tar.bz2 | 3 +++ yast2-installation.changes | 14 ++++++++++++++ yast2-installation.spec | 24 +++++++++++++++++++----- 4 files changed, 36 insertions(+), 8 deletions(-) delete mode 100644 yast2-installation-2.17.43.tar.bz2 create mode 100644 yast2-installation-2.17.44.tar.bz2 diff --git a/yast2-installation-2.17.43.tar.bz2 b/yast2-installation-2.17.43.tar.bz2 deleted file mode 100644 index 79b33df..0000000 --- a/yast2-installation-2.17.43.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:218761484fa6afbfd46be882aca5e0c6b31fc643242ba119a3749e4cea2ad993 -size 259415 diff --git a/yast2-installation-2.17.44.tar.bz2 b/yast2-installation-2.17.44.tar.bz2 new file mode 100644 index 0000000..856117e --- /dev/null +++ b/yast2-installation-2.17.44.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db09b6bf8ec7b00da310ec0e8f07c016f5e075461b44b3dd61d6a5bd092366e1 +size 251094 diff --git a/yast2-installation.changes b/yast2-installation.changes index 59e64e9..cbe0a54 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Dec 5 10:38:41 CET 2008 - locilka@suse.cz + +- New control.rnc/rng for control file validation (bnc #455994). +- Added build-time control file validation. +- 2.17.44 + +------------------------------------------------------------------- +Wed Dec 3 18:33:59 CET 2008 - locilka@suse.cz + +- inst_extrasources moved before inst_ask_online_update to register + the online update repository before checking for patches + (bnc #450229). + ------------------------------------------------------------------- Mon Dec 1 16:59:14 CET 2008 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 4a45648..63f1bf6 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.17.43) +# spec file for package yast2-installation (Version 2.17.44) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,14 +19,18 @@ Name: yast2-installation -Version: 2.17.43 +Version: 2.17.44 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.17.43.tar.bz2 +Source0: yast2-installation-2.17.44.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 +BuildRequires: libxml2 +# to convert control.rnc o control.rng +BuildRequires: trang # PackageCallbacks::RegisterEmptyProgressCallbacks() BuildRequires: yast2 >= 2.16.52 # Pkg::SourceProvideDigestedFile() @@ -120,7 +124,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.17.43 +%setup -n yast2-installation-2.17.44 %build %{prefix}/bin/y2tool y2autoconf @@ -152,7 +156,9 @@ rm -rf "$RPM_BUILD_ROOT" %defattr(-,root,root) %dir /usr/share/YaST2/control /usr/share/YaST2/control/*.xml -/usr/share/YaST2/control/*.dtd +# Fixme: move to another package (to make build of other packages faster) +/usr/share/YaST2/control/*.rng +/usr/share/YaST2/control/*.rnc /usr/share/YaST2/clients/*.ycp /usr/share/YaST2/modules/*.ycp /usr/share/YaST2/modules/*.ybc @@ -189,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 +* Fri Dec 05 2008 locilka@suse.cz +- New control.rnc/rng for control file validation (bnc #455994). +- Added build-time control file validation. +- 2.17.44 +* Wed Dec 03 2008 locilka@suse.cz +- inst_extrasources moved before inst_ask_online_update to register + the online update repository before checking for patches + (bnc #450229). * Mon Dec 01 2008 locilka@suse.cz - Fixed proposing the online update depending on the fact whether network is running (bnc #450229).