[util-linux/f20] 2.24.1: upgrade

kzak kzak at fedoraproject.org
Tue Jan 21 08:54:55 UTC 2014


commit ea09323fa77bb8ded4ab66cb9f85f4a4c5ad23f8
Author: Karel Zak <kzak at redhat.com>
Date:   Tue Jan 21 09:54:54 2014 +0100

    2.24.1: upgrade

 .gitignore                       |    1 +
 2.25-libfdisk-gpt-recovery.patch |  122 --------------------------------------
 2.25-lsblk-D-segfault.patch      |   45 --------------
 sources                          |    2 +-
 util-linux.spec                  |   13 ++--
 5 files changed, 8 insertions(+), 175 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e9cb6f9..1431adf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@
 /util-linux-2.23.2.tar.xz
 /util-linux-2.24-rc1.tar.xz
 /util-linux-2.24.tar.xz
+/util-linux-2.24.1.tar.xz
diff --git a/sources b/sources
index d70890c..814dbe5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4fac6443427f575fc5f3531a4ad2ca01  util-linux-2.24.tar.xz
+88d46ae23ca599ac5af9cf96b531590f  util-linux-2.24.1.tar.xz
diff --git a/util-linux.spec b/util-linux.spec
index d2ad458..1f09649 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.24
-Release: 2%{?dist}
+Version: 2.24.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
@@ -77,11 +77,6 @@ Requires: libmount = %{version}-%{release}
 # 151635 - makeing /var/log/lastlog
 Patch0: 2.23-login-lastlog-create.patch
 
-# backport from v2.25: 1022217 - fdisk mishandles GPT corruption
-Patch1: 2.25-libfdisk-gpt-recovery.patch
-# backport from v2.25 (or v2.24.1) #1031262 - lsblk -D segfault
-Patch2: 2.25-lsblk-D-segfault.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
@@ -816,6 +811,10 @@ fi
 %{_libdir}/python*/site-packages/libmount/*
 
 %changelog
+* Mon Jan 20 2014 Karel Zak <kzak at redhat.com> 2.24.1-1
+- upgrade to stable release 2.24.1
+  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.24/v2.24.1-ReleaseNotes
+
 * Mon Nov 18 2013 Karel Zak <kzak at redhat.com> 2.24-2
 - fix #1031262 - lsblk -D segfault
 


More information about the scm-commits mailing list