From 7c4fd7f42a25750667b2381687db5927bcab9437 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 9 Jan 2020 10:48:10 +0100 Subject: [PATCH] 2.35-0.5: upgrade to usptream -rc2 --- .gitignore | 1 + sources | 2 +- util-linux.spec | 11 +++++------ 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 5cb48e9..ae470ca 100644 --- a/.gitignore +++ b/.gitignore @@ -73,3 +73,4 @@ /util-linux-2.34.tar.xz /util-linux-2.35-rc1.tar.xz /util-linux-2.35-rc1-20-63f8.tar.xz +/util-linux-2.35-rc2.tar.xz diff --git a/sources b/sources index ff2c952..0e7f23a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (util-linux-2.35-rc1-20-63f8.tar.xz) = 0ed274a3b9954e60376bdf7842570fb844769e938d025572b67a9330e2f538dd792463f382a59038588bf63f26ba88579035c919d4f771f1c020bf66f2cfee6a +SHA512 (util-linux-2.35-rc2.tar.xz) = 7c59608ba64f9fb377d350dbed9ac332707537d862dd13da65be95b0837b2da7ca54c111dad05b08f08563ec32eeb117f27ce10c904bc7a56f7c7eca4ac1a754 diff --git a/util-linux.spec b/util-linux.spec index 88fd569..5965932 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -2,12 +2,12 @@ Summary: A collection of basic system utilities Name: util-linux Version: 2.35 -Release: 0.4%{?dist} +Release: 0.5%{?dist} License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain URL: http://en.wikipedia.org/wiki/Util-linux ### Macros -%define upstream_version %{version}-rc1-20-63f8 +%define upstream_version %{version}-rc2 %define upstream_major %(eval echo %{version} | %{__sed} -e 's/\([[:digit:]]*\)\.\([[:digit:]]*\)\.[[:digit:]]*$/\1.\2/') %define compldir %{_datadir}/bash-completion/completions/ @@ -106,10 +106,6 @@ Requires: libfdisk = %{version}-%{release} # 151635 - makeing /var/log/lastlog Patch0: 2.28-login-lastlog-create.patch -# 1784536 - Segfaults in agetty during Cloud image testing -Patch1: 0001-agetty-keep-freed-issue-file-pointer-zeroized.patch - - %description The util-linux package contains a large variety of low-level system utilities that are necessary for a Linux system to function. Among @@ -936,6 +932,9 @@ fi %{_libdir}/python*/site-packages/libmount/ %changelog +* Thu Jan 9 2020 Karel Zak - 2.35-0.5 +- upgrade to v2.35-rc2 + * Fri Dec 20 2019 Karel Zak - 2.35-0.4 - fix #1784536 - Segfaults in agetty during Cloud image testing