From 54babf41a66b7b3ede3637b0bccbd995d1d0c56622d78e833a3d69e78aba80ce Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 28 Nov 2008 15:16:12 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-update?expand=0&rev=48 --- yast2-update-2.17.13.tar.bz2 | 3 --- yast2-update-2.17.14.tar.bz2 | 3 +++ yast2-update.changes | 7 +++++++ yast2-update.spec | 12 ++++++++---- 4 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 yast2-update-2.17.13.tar.bz2 create mode 100644 yast2-update-2.17.14.tar.bz2 diff --git a/yast2-update-2.17.13.tar.bz2 b/yast2-update-2.17.13.tar.bz2 deleted file mode 100644 index ae76e80..0000000 --- a/yast2-update-2.17.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e431df13783ca4dc885ab5b75283d02e4986a78cb80ecbb1b052906ce79758f -size 113619 diff --git a/yast2-update-2.17.14.tar.bz2 b/yast2-update-2.17.14.tar.bz2 new file mode 100644 index 0000000..aee03ae --- /dev/null +++ b/yast2-update-2.17.14.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cfc3cb133f62121c27d420018bf942fc66b7e7e9b6cdfc871646d0568f56192 +size 113694 diff --git a/yast2-update.changes b/yast2-update.changes index e28799d..77248c8 100644 --- a/yast2-update.changes +++ b/yast2-update.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 28 10:52:15 CET 2008 - locilka@suse.cz + +- Checking spec for /var partition if it is a persisten device + name (bnc #448577). +- 2.17.14 + ------------------------------------------------------------------- Thu Nov 20 14:05:59 CET 2008 - aschnell@suse.de diff --git a/yast2-update.spec b/yast2-update.spec index 30181d6..40e3436 100644 --- a/yast2-update.spec +++ b/yast2-update.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-update (Version 2.17.13) +# spec file for package yast2-update (Version 2.17.14) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-update -Version: 2.17.13 +Version: 2.17.14 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-update-2.17.13.tar.bz2 +Source0: yast2-update-2.17.14.tar.bz2 Prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-storage yast2-testsuite # Packages::GetBaseSourceID @@ -82,7 +82,7 @@ Authors: Jiri Srain %prep -%setup -n yast2-update-2.17.13 +%setup -n yast2-update-2.17.14 %build %{prefix}/bin/y2tool y2autoconf @@ -130,6 +130,10 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/clients/update.ycp /usr/share/YaST2/clients/run_update.ycp %changelog +* Fri Nov 28 2008 locilka@suse.cz +- Checking spec for /var partition if it is a persisten device + name (bnc #448577). +- 2.17.14 * Thu Nov 20 2008 aschnell@suse.de - added warning for use of kernel device names in /etc/fstab during update (bnc #429019)