[util-linux] 2.25-0.3: upgrade to -rc2

kzak kzak at fedoraproject.org
Wed Jul 2 10:31:04 UTC 2014


commit 4be87e9faa0c1cee57f25e830d94df49b1eeafdb
Author: Karel Zak <kzak at redhat.com>
Date:   Wed Jul 2 12:31:03 2014 +0200

    2.25-0.3: upgrade to -rc2

 .gitignore                      |    1 +
 sources                         |    2 +-
 util-linux-squashfs-probe.patch |   46 ---------------------------------------
 util-linux.spec                 |   10 ++++----
 4 files changed, 7 insertions(+), 52 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3280dbf..9ddb152 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,4 @@
 /util-linux-2.24.1.tar.xz
 /util-linux-2.24.2.tar.xz
 /util-linux-2.25-rc1.tar.xz
+/util-linux-2.25-rc2.tar.xz
diff --git a/sources b/sources
index 221284a..24abd48 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fd0c219f2c2cc765a9c6a29cd96fb091  util-linux-2.25-rc1.tar.xz
+9df5663b5b302a5219c2b7ba38868071  util-linux-2.25-rc2.tar.xz
diff --git a/util-linux.spec b/util-linux.spec
index 8701e6c..48c5f4b 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.25
-Release: 0.2%{?dist}
+Release: 0.3%{?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
 
-%define upstream_version %{version}-rc1
+%define upstream_version %{version}-rc2
 
 ### Macros
 %define compldir %{_datadir}/bash-completion/completions/
@@ -77,9 +77,6 @@ Requires: libsmartcols = %{version}-%{release}
 # 151635 - makeing /var/log/lastlog
 Patch0: 2.23-login-lastlog-create.patch
 
-# 1112315 - libblkid: correct the return values in squashfs probe
-Patch1: util-linux-squashfs-probe.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
@@ -833,6 +830,9 @@ exit 0
 %{_libdir}/python*/site-packages/libmount/*
 
 %changelog
+* Thu Jul 02 2014 Karel Zak <kzak at redhat.com> 2.25-0.3
+- upgrade to release 2.25-rc2
+
 * Wed Jun 25 2014 Peter Jones <pjones at redhat.com> - 2.25-0.2
 - Fix libblkid's squashfs probe return checking.
   Related: rhbz#1112315


More information about the scm-commits mailing list