From 558fdf8110e5ab2799c553e1c9e75b6a8e3eb23d Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 22 Sep 2017 10:17:26 +0200 Subject: [PATCH] upgrade to v2.30.2 --- .gitignore | 1 + sources | 2 +- util-linux.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index acf0c92..2ada1fd 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ /util-linux-2.30-rc1.tar.xz /util-linux-2.30.tar.xz /util-linux-2.30.1.tar.xz +/util-linux-2.30.2.tar.xz diff --git a/sources b/sources index d78b616..2cd4449 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (util-linux-2.30.1.tar.xz) = bcf1807198660c133c380e13d6ba5dcdb7470c47bcaeea03ccc5a78a0d834e3df3d13ae5ffc35fd7f8fff7ba062629d4b1f5cde78452b846c9315c51c9e108f5 +SHA512 (util-linux-2.30.2.tar.xz) = b92ec16d5e8a405ad9ebbac8673bb49c5bf0a7f630118477f12c7a3c6b3b3ee5d56868632dd71fffd5c0434821207c2769f6859b9d398c2df770ec6487d7c32d diff --git a/util-linux.spec b/util-linux.spec index 83c4cdb..29bca51 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -1,8 +1,8 @@ ### Header Summary: A collection of basic system utilities Name: util-linux -Version: 2.30.1 -Release: 5%{?dist} +Version: 2.30.2 +Release: 1%{?dist} License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain Group: System Environment/Base URL: http://en.wikipedia.org/wiki/Util-linux @@ -930,6 +930,10 @@ exit 0 %{_libdir}/python*/site-packages/libmount/* %changelog +* Fri Sep 22 2017 Karel Zak - 2.30.2-1 +- upgrade to v2.30.2 + http://ftp.kernel.org/pub/linux/utils/util-linux/v2.30/v2.30.2-ReleaseNotes + * Mon Aug 14 2017 Karel Zak - 2.30.1-5 - make ln-s usage more robust