From e31d6fe47bf5fbe9e7e37e8aefb0bbd63d4e5790 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Sun, 4 Sep 2016 22:29:32 -0500 Subject: [PATCH 1/4] New upstream release 4.7.0 --- .gitignore | 1 + sources | 2 +- xfsprogs.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ac2715a..127536b 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ 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 diff --git a/sources b/sources index eeea638..4ae1770 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fcba94b6c74b726dac956d7a650c0c31 xfsprogs-4.5.0.tar.gz +ae82b0ab63e89cfda52fb9859855bafa xfsprogs-4.7.0.tar.gz diff --git a/xfsprogs.spec b/xfsprogs.spec index e5cd273..a96e484 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,6 +1,6 @@ Summary: Utilities for managing the XFS filesystem Name: xfsprogs -Version: 4.5.0 +Version: 4.7.0 Release: 1%{?dist} # Licensing based on generic "GNU GENERAL PUBLIC LICENSE" # in source, with no mention of version. @@ -110,6 +110,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so %changelog +* Sun Sep 04 2016 Eric Sandeen 4.7.0-1 +- New upstream release + * Tue Mar 15 2016 Eric Sandeen 4.5.0-1 - New upstream release From dd4cc09c56c0babc13039837996d5b870536cad4 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Tue, 6 Sep 2016 13:48:34 -0500 Subject: [PATCH 2/4] Add libattr-devel to buildreqs --- xfsprogs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xfsprogs.spec b/xfsprogs.spec index a96e484..8c167ab 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,7 +1,7 @@ Summary: Utilities for managing the XFS filesystem Name: xfsprogs Version: 4.7.0 -Release: 1%{?dist} +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 @@ -12,7 +12,7 @@ URL: http://oss.sgi.com/projects/xfs/ Source0: ftp://oss.sgi.com/projects/xfs/cmd_tars/%{name}-%{version}.tar.gz Source1: xfsprogs-wrapper.h BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libtool, gettext, libuuid-devel +BuildRequires: libtool, gettext, libattr-devel, libuuid-devel BuildRequires: readline-devel, libblkid-devel >= 2.17-0.1.git5e51568 Provides: xfs-cmds Obsoletes: xfs-cmds <= %{version} @@ -110,6 +110,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so %changelog +* Tue Sep 06 2016 Eric Sandeen 4.7.0-2 +- Add libattr-devel build dependency to fix xfs_fsr + * Sun Sep 04 2016 Eric Sandeen 4.7.0-1 - New upstream release From 2e37129d185b1e6541a230fad1cca3f848f61f0f Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Tue, 18 Oct 2016 22:02:02 -0500 Subject: [PATCH 3/4] New uptream release 4.8.0 --- .gitignore | 1 + sources | 2 +- xfsprogs-wrapper.h | 24 ------------------------ xfsprogs.spec | 10 ++++++---- 4 files changed, 8 insertions(+), 29 deletions(-) delete mode 100644 xfsprogs-wrapper.h diff --git a/.gitignore b/.gitignore index 127536b..9bc7ac3 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ xfsprogs-3.1.2.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 diff --git a/sources b/sources index 4ae1770..f008dd8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ae82b0ab63e89cfda52fb9859855bafa xfsprogs-4.7.0.tar.gz +8643cc207411b7f667620fdde6ef9e79 xfsprogs-4.8.0.tar.gz 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 8c167ab..a6b0fa7 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,7 +1,7 @@ Summary: Utilities for managing the XFS filesystem Name: xfsprogs -Version: 4.7.0 -Release: 2%{?dist} +Version: 4.8.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.gz 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,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so %changelog +* Tue Oct 18 2016 Eric Sandeen 4.8.0-1 +- New upstream release + * Tue Sep 06 2016 Eric Sandeen 4.7.0-2 - Add libattr-devel build dependency to fix xfs_fsr From 33013a104719ace58454c602d9d1bff1796599a9 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Thu, 5 Jan 2017 22:43:53 -0600 Subject: [PATCH 4/4] New upstream release 4.9.0 --- .gitignore | 1 + sources | 2 +- xfsprogs.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9bc7ac3..324c5dc 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ xfsprogs-3.1.2.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 f008dd8..46d9544 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8643cc207411b7f667620fdde6ef9e79 xfsprogs-4.8.0.tar.gz +SHA512 (xfsprogs-4.9.0.tar.xz) = 990946f0a34381f57afb39bcda0ff539e18af4de2ecc19c833ffd4fb7c22c25b501091c1f0953db103a62204d952c9eecba21f22f3c5910286456da65fb09fa7 diff --git a/xfsprogs.spec b/xfsprogs.spec index a6b0fa7..a963c8e 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,6 +1,6 @@ Summary: Utilities for managing the XFS filesystem Name: xfsprogs -Version: 4.8.0 +Version: 4.9.0 Release: 1%{?dist} # Licensing based on generic "GNU GENERAL PUBLIC LICENSE" # in source, with no mention of version. @@ -9,7 +9,7 @@ Release: 1%{?dist} License: GPL+ and LGPLv2+ Group: System Environment/Base URL: http://oss.sgi.com/projects/xfs/ -Source0: http://kernel.org/pub/linux/utils/fs/xfs/xfsprogs/%{name}-%{version}.tar.gz +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 @@ -109,6 +109,9 @@ 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