From e0fb2b44c00d941f488297e92353e089f8e39b51 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Thu, 28 Jun 2018 12:35:05 -0500 Subject: [PATCH] New upstream version v4.17.0 --- .gitignore | 1 + sources | 2 +- xfsprogs.spec | 16 +++++++--------- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 359e5eb..8bcba23 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ xfsprogs-3.1.2.tar.gz /xfsprogs-4.15.0.tar.xz /xfsprogs-4.15.1.tar.xz /xfsprogs-4.16.0.tar.xz +/xfsprogs-4.17.0.tar.xz diff --git a/sources b/sources index 3986143..4f67814 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfsprogs-4.16.0.tar.xz) = 0ca0cb3347ccc103f92f496016beaf5e5742fea2a4ca8515f6e340537e446df09483d9d30ce159789eb05a73430f8d517e57d1a8548029f1e73c108484b4e6e8 +SHA512 (xfsprogs-4.17.0.tar.xz) = 996de920c76de596b6175e4ae4ba9de208c16fbcf9362bbb44d25ee1c12b249d0178fc5cc93dc5a434ab20e6d515d64a3f51b8e89905b5b033b28a3638f4d400 diff --git a/xfsprogs.spec b/xfsprogs.spec index 2cb0b4a..273dd63 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,11 +1,7 @@ Summary: Utilities for managing the XFS filesystem Name: xfsprogs -Version: 4.16.0 -Release: 2%{?dist} -# Licensing based on generic "GNU GENERAL PUBLIC LICENSE" -# in source, with no mention of version. -# doc/COPYING file specifies what is GPL and what is LGPL -# but no mention of versions in the source. +Version: 4.17.0 +Release: 1%{?dist} License: GPL+ and LGPLv2+ Group: System Environment/Base URL: https://xfs.wiki.kernel.org @@ -30,9 +26,8 @@ variable block sizes, is extent based, and makes extensive use of Btrees (directories, extents, free space) to aid both performance and scalability. -Refer to the documentation at http://oss.sgi.com/projects/xfs/ -for complete details. This implementation is on-disk compatible -with the IRIX version of XFS. +This implementation is on-disk compatible with the IRIX version +of XFS. %package devel Summary: XFS filesystem-specific headers @@ -107,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/xfsprogs/ %{_libdir}/*.so %changelog +* Thu Jun 28 2018 Eric Sandeen 4.17.0-1 +- New upstream release + * Mon Apr 30 2018 Pete Walter - 4.16.0-2 - Rebuild for ICU 61.1