From 3d940d4e8372094b837a69f2ac5ca2e15422ec9b Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Nov 08 2016 11:47:08 +0000 Subject: upgrade to v2.29 --- diff --git a/.gitignore b/.gitignore index a67a702..634f034 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ /util-linux-2.28.2.tar.xz /util-linux-2.29-rc1.tar.xz /util-linux-2.29-rc2.tar.xz +/util-linux-2.29.tar.xz diff --git a/sources b/sources index b4e58a0..6ff3f41 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a3afca4e2b2be54e46fd859b7c8495ec util-linux-2.29-rc2.tar.xz +07b6845f48a421ad5844aa9d58edb837 util-linux-2.29.tar.xz diff --git a/util-linux.spec b/util-linux.spec index 9a9c5c5..6f6b6e5 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -2,13 +2,13 @@ Summary: A collection of basic system utilities Name: util-linux Version: 2.29 -Release: 0.2%{?dist} +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 ### 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/ @@ -919,6 +919,9 @@ exit 0 %{_libdir}/python*/site-packages/libmount/* %changelog +* Tue Nov 8 2016 Karel Zak - 2.29-1 +- upgrade to v2.29 + * Wed Oct 19 2016 Karel Zak - 2.29-0.2 - upgrade to v2.29-rc2