From b3e437baf20b8cc09f9bd2c8cf6ec05a5872d6d3 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 21 Jan 2020 12:13:20 +0100 Subject: [PATCH] 2.35-1: upgrade --- .gitignore | 1 + sources | 2 +- util-linux.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ae470ca..9733286 100644 --- a/.gitignore +++ b/.gitignore @@ -74,3 +74,4 @@ /util-linux-2.35-rc1.tar.xz /util-linux-2.35-rc1-20-63f8.tar.xz /util-linux-2.35-rc2.tar.xz +/util-linux-2.35.tar.xz diff --git a/sources b/sources index 0e7f23a..29bcec3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (util-linux-2.35-rc2.tar.xz) = 7c59608ba64f9fb377d350dbed9ac332707537d862dd13da65be95b0837b2da7ca54c111dad05b08f08563ec32eeb117f27ce10c904bc7a56f7c7eca4ac1a754 +SHA512 (util-linux-2.35.tar.xz) = c95d26b9037d6b877a247e6aeb58d17aa80f7e1bd6b523a4e0fde559fe07b3d924ece6d373300fefb65d1f206b3f990aeddb3a03605040e72ce6d6ee88591021 diff --git a/util-linux.spec b/util-linux.spec index 5965932..a4c57df 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.5%{?dist} +Release: 1%{?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}-rc2 +%define upstream_version %{version} %define upstream_major %(eval echo %{version} | %{__sed} -e 's/\([[:digit:]]*\)\.\([[:digit:]]*\)\.[[:digit:]]*$/\1.\2/') %define compldir %{_datadir}/bash-completion/completions/ @@ -932,6 +932,9 @@ fi %{_libdir}/python*/site-packages/libmount/ %changelog +* Tue Jan 21 2020 Karel Zak - 2.35-1 +- upgrade to v2.35 + * Thu Jan 9 2020 Karel Zak - 2.35-0.5 - upgrade to v2.35-rc2