From 96315f0ae6a126bc51c30f27935890af86eab679 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 16 Jul 2018 13:46:33 +0200 Subject: [PATCH] 2.32.1-1: upgrade --- .gitignore | 1 + sources | 2 +- util-linux.spec | 10 ++++++---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c38a79d..8b3baae 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,4 @@ /util-linux-2.31.tar.xz /util-linux-2.32-rc1.tar.xz /util-linux-2.32.tar.xz +/util-linux-2.32.1.tar.xz diff --git a/sources b/sources index 492a6ce..64b0161 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (util-linux-2.32.tar.xz) = 320c8d364f014aba16483dd26564d7cb47804337567c3e9c2dc495f3865f524e7480d3fec7ef5a05b6e99763b0278da70fffe6d2b88f3f1a832ada5932556482 +SHA512 (util-linux-2.32.1.tar.xz) = 267fedae24a874ee4dc558081f6b8d07b33b955b0635f3348f021c111c17f2e95c01b2cbf909fe13c6ca448cbcf23c658c75f72f25749aa65e99f68fabb94698 diff --git a/util-linux.spec b/util-linux.spec index 1332dfc..9872d8c 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.32 -Release: 3%{?dist} +Version: 2.32.1 +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 @@ -92,8 +92,6 @@ Requires: libfdisk = %{version}-%{release} ### # 151635 - makeing /var/log/lastlog Patch0: 2.28-login-lastlog-create.patch -# 1560283 - column does not properly handle spaces at beginning of tab-separated table columns -Patch1: column-fix-leading-space-characters-bug.patch %description The util-linux package contains a large variety of low-level system @@ -939,6 +937,10 @@ exit 0 %{_libdir}/python*/site-packages/libmount/ %changelog +* Mon Jul 16 2018 Karel Zak - 2.32.1-1 +- upgrade to v2.32.1 + http://www.kernel.org/pub/linux/utils/util-linux/v2.32/v2.32.1-ReleaseNotes + * Tue Apr 10 2018 Karel Zak - 2.32-3 - remove unused build option --enable-libmount-force-mountinfo (it's default now)