From dd66ad0e5aee8234549f91d74fe298e8b8c16e26479b9eb675d4ec53173a196b Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 15 Dec 2008 14:20:49 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-update?expand=0&rev=50 --- yast2-update-2.17.15.tar.bz2 | 3 --- yast2-update-2.17.16.tar.bz2 | 3 +++ yast2-update.changes | 6 ++++++ yast2-update.spec | 11 +++++++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 yast2-update-2.17.15.tar.bz2 create mode 100644 yast2-update-2.17.16.tar.bz2 diff --git a/yast2-update-2.17.15.tar.bz2 b/yast2-update-2.17.15.tar.bz2 deleted file mode 100644 index 0054f58..0000000 --- a/yast2-update-2.17.15.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55e94a6d11157dfc1f41dbd3e2308fb309c6e60a2af266085a37e1684ce0b23b -size 114565 diff --git a/yast2-update-2.17.16.tar.bz2 b/yast2-update-2.17.16.tar.bz2 new file mode 100644 index 0000000..eca94d7 --- /dev/null +++ b/yast2-update-2.17.16.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4895114bee51b0d272a0c9a993d48c9ca727765014d2a7112606984fae00ff4 +size 113699 diff --git a/yast2-update.changes b/yast2-update.changes index 5b02e2e..3447d74 100644 --- a/yast2-update.changes +++ b/yast2-update.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 10 12:53:01 CET 2008 - aschnell@suse.de + +- show strange warning only once (bnc #457762) +- 2.17.16 + ------------------------------------------------------------------- Fri Dec 5 14:25:36 CET 2008 - locilka@suse.cz diff --git a/yast2-update.spec b/yast2-update.spec index 1c8fc52..1ad4d52 100644 --- a/yast2-update.spec +++ b/yast2-update.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-update (Version 2.17.15) +# spec file for package yast2-update (Version 2.17.16) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-update -Version: 2.17.15 +Version: 2.17.16 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-update-2.17.15.tar.bz2 +Source0: yast2-update-2.17.16.tar.bz2 Prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-storage yast2-testsuite # Packages::GetBaseSourceID @@ -86,7 +86,7 @@ Authors: Jiri Srain %prep -%setup -n yast2-update-2.17.15 +%setup -n yast2-update-2.17.16 %build %{prefix}/bin/y2tool y2autoconf @@ -134,6 +134,9 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/clients/update.ycp /usr/share/YaST2/clients/run_update.ycp %changelog +* Wed Dec 10 2008 aschnell@suse.de +- show strange warning only once (bnc #457762) +- 2.17.16 * Fri Dec 05 2008 locilka@suse.cz - New control.rnc/rng for control file validation (bnc #455994). - Added build-time control file validation.