New uptream release 4.8.0
This commit is contained in:
parent
dd4cc09c56
commit
2e37129d18
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ xfsprogs-3.1.2.tar.gz
|
|||||||
/xfsprogs-4.3.0.tar.gz
|
/xfsprogs-4.3.0.tar.gz
|
||||||
/xfsprogs-4.5.0.tar.gz
|
/xfsprogs-4.5.0.tar.gz
|
||||||
/xfsprogs-4.7.0.tar.gz
|
/xfsprogs-4.7.0.tar.gz
|
||||||
|
/xfsprogs-4.8.0.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
ae82b0ab63e89cfda52fb9859855bafa xfsprogs-4.7.0.tar.gz
|
8643cc207411b7f667620fdde6ef9e79 xfsprogs-4.8.0.tar.gz
|
||||||
|
@ -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
|
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Utilities for managing the XFS filesystem
|
Summary: Utilities for managing the XFS filesystem
|
||||||
Name: xfsprogs
|
Name: xfsprogs
|
||||||
Version: 4.7.0
|
Version: 4.8.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
# Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
|
# Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
|
||||||
# in source, with no mention of version.
|
# in source, with no mention of version.
|
||||||
# doc/COPYING file specifies what is GPL and what is LGPL
|
# doc/COPYING file specifies what is GPL and what is LGPL
|
||||||
@ -9,8 +9,7 @@ Release: 2%{?dist}
|
|||||||
License: GPL+ and LGPLv2+
|
License: GPL+ and LGPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://oss.sgi.com/projects/xfs/
|
URL: http://oss.sgi.com/projects/xfs/
|
||||||
Source0: ftp://oss.sgi.com/projects/xfs/cmd_tars/%{name}-%{version}.tar.gz
|
Source0: http://kernel.org/pub/linux/utils/fs/xfs/xfsprogs/%{name}-%{version}.tar.gz
|
||||||
Source1: xfsprogs-wrapper.h
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: libtool, gettext, libattr-devel, libuuid-devel
|
BuildRequires: libtool, gettext, libattr-devel, libuuid-devel
|
||||||
BuildRequires: readline-devel, libblkid-devel >= 2.17-0.1.git5e51568
|
BuildRequires: readline-devel, libblkid-devel >= 2.17-0.1.git5e51568
|
||||||
@ -110,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 18 2016 Eric Sandeen <sandeen@redhat.com> 4.8.0-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Tue Sep 06 2016 Eric Sandeen <sandeen@redhat.com> 4.7.0-2
|
* Tue Sep 06 2016 Eric Sandeen <sandeen@redhat.com> 4.7.0-2
|
||||||
- Add libattr-devel build dependency to fix xfs_fsr
|
- Add libattr-devel build dependency to fix xfs_fsr
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user