diff --git a/.gitignore b/.gitignore index ac2715a..324c5dc 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,6 @@ xfsprogs-3.1.2.tar.gz /xfsprogs-4.2.0.tar.gz /xfsprogs-4.3.0.tar.gz /xfsprogs-4.5.0.tar.gz +/xfsprogs-4.7.0.tar.gz +/xfsprogs-4.8.0.tar.gz +/xfsprogs-4.9.0.tar.xz diff --git a/sources b/sources index eeea638..46d9544 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fcba94b6c74b726dac956d7a650c0c31 xfsprogs-4.5.0.tar.gz +SHA512 (xfsprogs-4.9.0.tar.xz) = 990946f0a34381f57afb39bcda0ff539e18af4de2ecc19c833ffd4fb7c22c25b501091c1f0953db103a62204d952c9eecba21f22f3c5910286456da65fb09fa7 diff --git a/xfsprogs-wrapper.h b/xfsprogs-wrapper.h deleted file mode 100644 index 66cbb2d..0000000 --- a/xfsprogs-wrapper.h +++ /dev/null @@ -1,24 +0,0 @@ -/* This file is here to prevent a file conflict on multiarch systems. A - * conflict will occur because platform_defs.h has arch-specific definitions. - * - * DO NOT INCLUDE THE NEW FILE DIRECTLY -- ALWAYS INCLUDE THIS ONE INSTEAD. */ - -#if defined(__i386__) -#include "platform_defs-i386.h" -#elif defined(__x86_64__) -#include "platform_defs-x86_64.h" -#elif defined(__powerpc64__) -#include "platform_defs-ppc64.h" -#elif defined(__powerpc__) -#include "platform_defs-ppc.h" -#elif defined(__s390x__) -#include "platform_defs-s390x.h" -#elif defined(__s390__) -#include "platform_defs-s390.h" -#elif defined(__sparc__) && defined(__arch64__) -#include "platform_defs-sparc64.h" -#elif defined(__sparc__) -#include "platform_defs-sparc.h" -#else -#error "This xfsprogs-devel package does not work your architecture?" -#endif diff --git a/xfsprogs.spec b/xfsprogs.spec index 4dd2d08..c25a6af 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,7 +1,7 @@ Summary: Utilities for managing the XFS filesystem Name: xfsprogs -Version: 4.5.0 -Release: 2%{?dist} +Version: 4.9.0 +Release: 1%{?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 @@ -9,8 +9,7 @@ Release: 2%{?dist} License: GPL+ and LGPLv2+ Group: System Environment/Base URL: http://oss.sgi.com/projects/xfs/ -Source0: ftp://oss.sgi.com/projects/xfs/cmd_tars/%{name}-%{version}.tar.gz -Source1: xfsprogs-wrapper.h +Source0: http://kernel.org/pub/linux/utils/fs/xfs/xfsprogs/%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libtool, gettext, libattr-devel, libuuid-devel BuildRequires: readline-devel, libblkid-devel >= 2.17-0.1.git5e51568 @@ -110,6 +109,15 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so %changelog +* Thu Jan 05 2017 Eric Sandeen 4.9.0-1 +- New upstream release + +* Tue Oct 18 2016 Eric Sandeen 4.8.0-1 +- New upstream release + +* Sun Sep 04 2016 Eric Sandeen 4.7.0-1 +- New upstream release + * Tue Sep 06 2016 Eric Sandeen 4.5.0-2 - Add libattr-devel build dependency to fix xfs_fsr