From 0a40c8ecd06b8286c5dfc58da7f8460bbb535b8656fa4646888c10520c75e86e Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 5 Dec 2008 14:39:46 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-update?expand=0&rev=49 --- yast2-update-2.17.14.tar.bz2 | 3 --- yast2-update-2.17.15.tar.bz2 | 3 +++ yast2-update.changes | 7 +++++++ yast2-update.spec | 16 ++++++++++++---- 4 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 yast2-update-2.17.14.tar.bz2 create mode 100644 yast2-update-2.17.15.tar.bz2 diff --git a/yast2-update-2.17.14.tar.bz2 b/yast2-update-2.17.14.tar.bz2 deleted file mode 100644 index aee03ae..0000000 --- a/yast2-update-2.17.14.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cfc3cb133f62121c27d420018bf942fc66b7e7e9b6cdfc871646d0568f56192 -size 113694 diff --git a/yast2-update-2.17.15.tar.bz2 b/yast2-update-2.17.15.tar.bz2 new file mode 100644 index 0000000..0054f58 --- /dev/null +++ b/yast2-update-2.17.15.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e94a6d11157dfc1f41dbd3e2308fb309c6e60a2af266085a37e1684ce0b23b +size 114565 diff --git a/yast2-update.changes b/yast2-update.changes index 77248c8..5b02e2e 100644 --- a/yast2-update.changes +++ b/yast2-update.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Dec 5 14:25:36 CET 2008 - locilka@suse.cz + +- New control.rnc/rng for control file validation (bnc #455994). +- Added build-time control file validation. +- 2.17.15 + ------------------------------------------------------------------- Fri Nov 28 10:52:15 CET 2008 - locilka@suse.cz diff --git a/yast2-update.spec b/yast2-update.spec index 40e3436..1c8fc52 100644 --- a/yast2-update.spec +++ b/yast2-update.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-update (Version 2.17.14) +# spec file for package yast2-update (Version 2.17.15) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-update -Version: 2.17.14 +Version: 2.17.15 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-update-2.17.14.tar.bz2 +Source0: yast2-update-2.17.15.tar.bz2 Prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-storage yast2-testsuite # Packages::GetBaseSourceID @@ -32,6 +32,10 @@ BuildRequires: yast2-packager >= 2.17.19 # Wizard::OpenOKDialog BuildRequires: yast2 >= 2.16.49 # package not really needed to be installed but this breaks the building cycle +# xmllint +BuildRequires: libxml2 +# control.rng +BuildRequires: yast2-installation >= 2.17.44 # PackagesUI::RunPackageSelector Requires: yast2 >= 2.17.40 Requires: yast2-installation @@ -82,7 +86,7 @@ Authors: Jiri Srain %prep -%setup -n yast2-update-2.17.14 +%setup -n yast2-update-2.17.15 %build %{prefix}/bin/y2tool y2autoconf @@ -130,6 +134,10 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/clients/update.ycp /usr/share/YaST2/clients/run_update.ycp %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.15 * Fri Nov 28 2008 locilka@suse.cz - Checking spec for /var partition if it is a persisten device name (bnc #448577).