From f920d250197e71c45d62c3b56688b4e8df63de4b Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 18 Aug 2016 09:59:05 +0200 Subject: [PATCH] v2.28.1: upgrade --- .gitignore | 1 + sources | 2 +- util-linux.spec | 11 ++++++----- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 9dec953..0a2aa80 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ /util-linux-2.28-rc1.tar.xz /util-linux-2.28-rc2.tar.xz /util-linux-2.28.tar.xz +/util-linux-2.28.1.tar.xz diff --git a/sources b/sources index 12f80fa..76252b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e534e6ccc49107e5d31c329af798ef7d util-linux-2.28.tar.xz +e2d863efaf4fd330a42c5efe9f1b02b4 util-linux-2.28.1.tar.xz diff --git a/util-linux.spec b/util-linux.spec index 41e9a0f..b6b949a 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.28 -Release: 3%{?dist} +Version: 2.28.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 @@ -89,9 +89,6 @@ Requires: libfdisk = %{version}-%{release} # 151635 - makeing /var/log/lastlog Patch0: 2.28-login-lastlog-create.patch -# upstream patch - #1234317 - CD / DVD are rarely automounted -Patch1: 2.28-libblkid-cdrom.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 @@ -922,6 +919,10 @@ exit 0 %{_libdir}/python*/site-packages/libmount/* %changelog +* Thu Aug 18 2016 Karel Zak - 2.28.1-1 +- upgrade to stable 2.28.1 + http://ftp.kernel.org/pub/linux/utils/util-linux/v2.28/v2.28.1-ReleaseNotes + * Mon Jun 13 2016 Karel Zak - 2.28-3 - fix #1234317 - CD / DVD are rarely automounted