Blame SPECS/xfsprogs.spec

564d46
Summary:	Utilities for managing the XFS filesystem
564d46
Name:		xfsprogs
4a5a34
Version:	4.5.0
cbb4b9
Release:	15%{?dist}
564d46
# Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
564d46
# in source, with no mention of version.
564d46
# doc/COPYING file specifies what is GPL and what is LGPL
564d46
# but no mention of versions in the source.
564d46
License:	GPL+ and LGPLv2+
564d46
Group:		System Environment/Base
564d46
URL:		http://oss.sgi.com/projects/xfs/
502773
Source0:	ftp://oss.sgi.com/projects/xfs/cmd_tars/%{name}-%{version}.tar.gz
564d46
Source1:	xfsprogs-wrapper.h
564d46
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
4a5a34
BuildRequires:	libtool, gettext, libattr-devel, libuuid-devel
564d46
BuildRequires:	readline-devel, libblkid-devel >= 2.17-0.1.git5e51568
564d46
Provides:	xfs-cmds
564d46
Obsoletes:	xfs-cmds <= %{version}
4a5a34
Provides:	xfsprogs-qa-devel
4a5a34
Obsoletes:	xfsprogs-qa-devel <= %{version}
564d46
Conflicts:	xfsdump < 3.0.1
564d46
4a5a34
Patch0:		xfsprogs-4.5.0-revert-AGFL-pack.patch
4a5a34
Patch1:		xfsprogs-4.5.0-change-mkfs-options.patch
4a5a34
Patch2:		xfsprogs-4.5.0-fix-headers.patch
4a5a34
Patch3:		xfsprogs-4.5.0-revert-xfs_db-sparse-inodes.patch
4a5a34
Patch4:		xfsprogs-4.5.0-xfs_repair-rtino-version.patch
4a5a34
Patch5:		xfsprogs-4.5.0-xfs_repair-quota-inodes.patch
4a5a34
Patch6:		xfsprogs-4.5.0-xfs_repair-exit-value-memory.patch
4a5a34
Patch7:		xfsprogs-4.7.0-defang-frag.patch
4a5a34
Patch8:		xfsprogs-4.7.0-fix-agf-limit-errors.patch
4a5a34
Patch9:		xfsprogs-4.7.0-quota-fixes.patch
4a5a34
Patch10:	xfsprogs-4.8.0-replace-ustat.patch
4a5a34
Patch11:	xfsprogs-revert-off64_t.patch
52b663
Patch12:	xfsprogs-4.9.0-junk-attr-leaf-count-zero.patch
59d3c6
Patch13:	xfsprogs-4.8.0-xfs_copy-UUID.patch
9c4b3e
Patch14:	xfsprogs-4.10.0-xfs_metadump-ignore-0-entries.patch
9c4b3e
Patch15:	xfsprogs-4.9-xfs_io-fix-m-option.patch
cbb4b9
# RHEL-7.5
cbb4b9
Patch16:	xfsprogs-4.8.0-mkfs.xfs-clarify-ftype-defaults-in-manpage.patch
cbb4b9
Patch17:	xfsprogs-4.12.0-mkfs.xfs-allow-specification-of-0-data-stripe-width-.patch
cbb4b9
Patch18:	xfsprogs-4.12.0-xfs_db-update-buffer-size-when-new-type-is-set.patch
cbb4b9
Patch19:	xfsprogs-4.12.0-xfs_db-improve-argument-naming-in-set_cur-and-set_io.patch
cbb4b9
Patch20:	xfsprogs-4.12.0-xfs_db-properly-set-inode-type.patch
cbb4b9
Patch21:	xfsprogs-4.13.0-mkfs.xfs-Don-t-stagger-AG-for-a-single-disk.patch
cbb4b9
Patch22:	xfsprogs-4.13.0-xfs_repair-don-t-use-do_warn-for-normal-log-message.patch
cbb4b9
Patch23:	xfsprogs-4.11.0-xfs_repair-warn-about-dirty-log-with-n-option.patch
cbb4b9
Patch24:	xfsprogs-4.8.0-xfs_repair-exit-with-status-2-if-log-dirtiness-is-un.patch
cbb4b9
Patch25:	xfsprogs-4.16-xfs_repair-handle-corrupt-log.patch
564d46
564d46
%description
564d46
A set of commands to use the XFS filesystem, including mkfs.xfs.
564d46
564d46
XFS is a high performance journaling filesystem which originated
564d46
on the SGI IRIX platform.  It is completely multi-threaded, can
564d46
support large files and large filesystems, extended attributes,
564d46
variable block sizes, is extent based, and makes extensive use of
564d46
Btrees (directories, extents, free space) to aid both performance
564d46
and scalability.
564d46
564d46
Refer to the documentation at http://oss.sgi.com/projects/xfs/
564d46
for complete details.  This implementation is on-disk compatible
564d46
with the IRIX version of XFS.
564d46
564d46
%package devel
564d46
Summary: XFS filesystem-specific headers
564d46
Group: Development/Libraries
564d46
Requires: xfsprogs = %{version}-%{release}, libuuid-devel
564d46
564d46
%description devel
564d46
xfsprogs-devel contains the header files needed to develop XFS
564d46
filesystem-specific programs.
564d46
564d46
You should install xfsprogs-devel if you want to develop XFS
564d46
filesystem-specific programs,  If you install xfsprogs-devel, you'll
564d46
also want to install xfsprogs.
564d46
564d46
%prep
502773
%setup -q
564d46
%patch0 -p1
564d46
%patch1 -p1
4a5a34
%patch2 -p1
4a5a34
%patch3 -p1
4a5a34
%patch4 -p1
4a5a34
%patch5 -p1
4a5a34
%patch6 -p1
4a5a34
%patch7 -p1
4a5a34
%patch8 -p1
4a5a34
%patch9 -p1
4a5a34
%patch10 -p1
4a5a34
%patch11 -p1
52b663
%patch12 -p1
59d3c6
%patch13 -p1
9c4b3e
%patch14 -p1
9c4b3e
%patch15 -p1
cbb4b9
%patch16 -p1
cbb4b9
%patch17 -p1
cbb4b9
%patch18 -p1
cbb4b9
%patch19 -p1
cbb4b9
%patch20 -p1
cbb4b9
%patch21 -p1
cbb4b9
%patch22 -p1
cbb4b9
%patch23 -p1
cbb4b9
%patch24 -p1
cbb4b9
%patch25 -p1
564d46
564d46
%build
564d46
export tagname=CC
564d46
%configure \
564d46
        --enable-readline=yes	\
564d46
	--enable-blkid=yes
564d46
564d46
# Kill rpaths
564d46
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
564d46
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
564d46
564d46
make V=1 %{?_smp_mflags}
564d46
564d46
%install
564d46
rm -rf $RPM_BUILD_ROOT
4a5a34
make V=1 DIST_ROOT=$RPM_BUILD_ROOT install install-dev \
564d46
	PKG_ROOT_SBIN_DIR=%{_sbindir} PKG_ROOT_LIB_DIR=%{_libdir}
564d46
564d46
# nuke .la files, etc
564d46
rm -f $RPM_BUILD_ROOT/{%{_lib}/*.{la,a,so},%{_libdir}/*.{la,a}}
564d46
chmod 0755 $RPM_BUILD_ROOT/%{_libdir}/libhandle.so.*.*.*
564d46
564d46
# remove non-versioned docs location
564d46
rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/xfsprogs/
564d46
0690ef
# xfs_check is deprecated; nuke it from orbit for RHEL7
0690ef
rm -f $RPM_BUILD_ROOT/%{_sbindir}/xfs_check
0690ef
rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/xfs_check*
0690ef
564d46
%find_lang %{name}
564d46
564d46
%clean
564d46
rm -rf $RPM_BUILD_ROOT
564d46
564d46
%post -p /sbin/ldconfig
564d46
564d46
%postun -p /sbin/ldconfig
564d46
564d46
%files -f %{name}.lang
564d46
%defattr(-,root,root)
564d46
%doc doc/CHANGES doc/COPYING doc/CREDITS README
564d46
%{_libdir}/*.so.*
564d46
%{_mandir}/man8/*
564d46
%{_mandir}/man5/*
564d46
%{_sbindir}/*
564d46
564d46
%files devel
564d46
%defattr(-,root,root)
564d46
%{_mandir}/man3/*
564d46
%dir %{_includedir}/xfs
564d46
%{_includedir}/xfs/handle.h
564d46
%{_includedir}/xfs/jdm.h
564d46
%{_includedir}/xfs/linux.h
564d46
%{_includedir}/xfs/xfs.h
4a5a34
%{_includedir}/xfs/xfs_arch.h
564d46
%{_includedir}/xfs/xfs_fs.h
0690ef
%{_includedir}/xfs/xfs_types.h
564d46
%{_includedir}/xfs/xfs_format.h
4a5a34
%{_includedir}/xfs/xfs_da_format.h
564d46
%{_includedir}/xfs/xfs_log_format.h
4a5a34
%{_includedir}/xfs/xqm.h
4a5a34
4a5a34
%{_libdir}/*.so
564d46
564d46
%changelog
cbb4b9
* Tue Feb 27 2018 Eric Sandeen <sandeen@redhat.com> 4.5.0-15
cbb4b9
- xfs_repair: allow repair of corrupt log (#1549525)
cbb4b9
cbb4b9
* Thu Jan 25 2018 Eric Sandeen <sandeen@redhat.com> 4.5.0-14
cbb4b9
- xfs_repair: fix incorrect exit status (#1523008)
cbb4b9
cbb4b9
* Fri Oct 06 2017 Eric Sandeen <sandeen@redhat.com> 4.5.0-13
cbb4b9
- mkfs.xfs: clarify ftype defaults in manpage (#1488124)
cbb4b9
- mkfs.xfs: allow specification of 0 data stripe width (#1444166)
cbb4b9
- mkfs.xfs: Don't stagger AG for a single disk (#1492552)
cbb4b9
- xfs_db: xfs_db-update-buffer-size-when-new-type-is-set (#1458670)
cbb4b9
9c4b3e
* Tue May 09 2017 Eric Sandeen <sandeen@redhat.com> 4.5.0-12
9c4b3e
- xfs_io: Fix initial -m option (#1447270)
9c4b3e
9c4b3e
* Mon Mar 27 2017 Eric Sandeen <sandeen@redhat.com> 4.5.0-11
9c4b3e
- xfs_metadump: ignore attr leaf with 0 entries (#1402944)
9c4b3e
9c4b3e
* Wed Mar 01 2017 Eric Sandeen <sandeen@redhat.com> 4.5.0-10
9c4b3e
- xfs_copy: Fix meta UUID handling on multiple copies (#1377931)
59d3c6
52b663
* Fri Dec 16 2016 Eric Sandeen <sandeen@redhat.com> 4.5.0-9
52b663
- xfs_repair: junk leaf attribute if count == 0 (#1402944)
52b663
4a5a34
* Thu Sep 08 2016 Eric Sandeen <sandeen@redhat.com> 4.5.0-8
4a5a34
- revert loff_t to off64_t change to preserve xfs.h behavior (#1366291)
4a5a34
- accomodate lack of ustat() on some arches (#1373605)
4a5a34
4a5a34
* Wed Sep 07 2016 Eric Sandeen <sandeen@redhat.com> 4.5.0-7
4a5a34
- rebuild with libattr-devel dependency to fix xfs_fsr (#1372939)
4a5a34
4a5a34
* Tue Aug 09 2016 Eric Sandeen <sandeen@redhat.com> 4.5.0-6
4a5a34
- xfs_quota: misc fixes (#1365256)
4a5a34
- xfs_db: clarify frag command (#1365256)
4a5a34
4a5a34
* Mon Jul 18 2016 Eric Sandeen <sandeen@redhat.com> 4.5.0-5
4a5a34
- xfs_repair: Don't let low memory indicate corruption on exit (#1355929)
4a5a34
4a5a34
* Tue Jun 28 2016 Eric Sandeen <sandeen@redhat.com> 4.5.0-4
4a5a34
- xfs_db: Fix multi-inode-record chunks in 4.5.0 (#1346927)
4a5a34
- xfs_repair: Fix special inode handling in 4.5.0 (#1347698)
4a5a34
- xfs_repair: Fix quota inode handling in 4.5.0 (#1347719)
4a5a34
4a5a34
* Mon Jun 13 2016 Eric Sandeen <sandeen@redhat.com> 4.5.0-3
4a5a34
- mkfs.xfs: disable finobt by default, disable sparse inodes entirely (#1345961)
4a5a34
- Fix header files for compatibility (#1340553)
4a5a34
4a5a34
* Mon Jun 06 2016 Eric Sandeen <sandeen@redhat.com> 4.5.0-2
4a5a34
- Revert AGFL header packing (#1336920)
4a5a34
4a5a34
* Tue Mar 15 2016 Eric Sandeen <sandeen@redhat.com> 4.5.0-1
4a5a34
- Rebase to upstream v4.5.0 (#1309498)
4a5a34
- mkfs: default to CRC enabled filesystems
4a5a34
- mkfs: default to ftype enabled filesystems
4a5a34
- mkfs.xfs.8: Clarify mkfs vs. mount block size limits. (#1263535)
4a5a34
- xfs_copy: fix copy of hard 4k devices (#1231841)
4a5a34
- xfs_quota: use Q_XGETNEXTQUOTA for faster repquota (#1164652)
4a5a34
- xfs_fsr: more fixes for extent swaps with selinux (#1083833)
4a5a34
- xfs_copy: Allow UUID changes on V5 filesystems (#1072283)
4a5a34
edd535
* Fri Aug 07 2015 Eric Sandeen <sandeen@redhat.com> 3.2.2-2
edd535
- Fix xfs_metadump disclosure flaw, CVE-2012-2150  (#1251118)
edd535
edd535
* Mon Jun 15 2015 Eric Sandeen <sandeen@redhat.com> 3.2.2-1
edd535
- Update to upstream v3.2.2, plus fixes from v3.2.3 (#1223991)
edd535
- repair: fix unnecessary secondary scan if only last sb is corrupt (#1201238)
edd535
- repair: check ino alignment value to avoid mod by zero (#1223444)
edd535
502773
* Fri Dec 19 2014 Eric Sandeen <sandeen@redhat.com> 3.2.1-6
502773
- xfs_repair: fix maximum block offset test (#1173146)
502773
- xfs_copy: fix assert failure on 4k sector devices (#1162414)
502773
- xfs_quota: man page updates (#175133, #1175627)
502773
502773
* Fri Oct 24 2014 Eric Sandeen <sandeen@redhat.com> 3.2.1-5
502773
- xfs_repair: copy stripe geometry from backup supers if needed (#1150857)
502773
502773
* Wed Sep 17 2014 Eric Sandeen <sandeen@redhat.com> 3.2.1-3
502773
- Add supported file attributes to xfs.5 manpage (#1142555)
502773
502773
* Mon Sep 15 2014 Eric Sandeen <sandeen@redhat.com> 3.2.1-2
502773
- xfs_quota: fix segfault when reporting on nonexistant path (#1077826)
502773
- xfs_quota: fix reporting on symlinked paths (#1077841)
502773
502773
* Tue Jul 15 2014 Eric Sandeen <sandeen@redhat.com> 3.2.1-1
502773
- New upstream release (#1119940)
502773
- xfs_copy: fix data corruption of target (#1105170)
502773
- mkfs.xfs: handle mkfs of file on 4k block device (#1101236)
502773
- xfs_copy: don't exit with error code on success (#1100376)
502773
0690ef
* Tue Mar 11 2014 Eric Sandeen <sandeen@redhat.com> 3.2.0-0.10.alpha2
0690ef
- Fix bug in xfs_repair's inode prefetch (#1083820)
0690ef
0690ef
* Tue Mar 11 2014 Eric Sandeen <sandeen@redhat.com> 3.2.0-0.9.alpha2
0690ef
- Sync up with upstream's latest CRC enhancements (#1074037)
0690ef
0690ef
* Fri Feb 28 2014 Eric Sandeen <sandeen@redhat.com> 3.2.0-0.8.alpha2
0690ef
- mkfs.xfs fix default log size for small filesystems (#1034003)
0690ef
- xfs_copy: partial fixups for CRC filesystems (#1043570)
0690ef
- xfs_logprint: Don't error out after split items lose context (#1043591)
0690ef
0690ef
* Tue Feb 24 2014 Eric Sandeen <sandeen@redhat.com> 3.2.0-0.7.alpha2
0690ef
- xfs_metadump: Really add xfs_metadump -F option (#1040921)
0690ef
- xfs_check: Remove xfs_check manpage, xfs_check is deprecated (#1029458)
0690ef
0690ef
* Mon Feb 24 2014 Eric Sandeen <sandeen@redhat.com> 3.2.0-0.6.alpha2
0690ef
- xfs_metadump: Require -F if proper SB magic is not found (#1040921)
0690ef
- xfs_repair: fix bad block pointer found in large directories (#1034157)
0690ef
- libxfs: Don't mark single-map blockmaps as discontiguous (#1033480)
0690ef
- libxfs: Clear stale buffer errors on write (1033480)
0690ef
0690ef
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.2.0-0.5.alpha2
0690ef
- Mass rebuild 2014-01-24
0690ef
0690ef
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.2.0-0.4.alpha2
0690ef
- Mass rebuild 2013-12-27
0690ef
0690ef
* Mon Nov 25 2013 Eric Sandeen <sandeen@redhat.com> 3.2.0-0.3.alpha2
0690ef
- New upstream alpha release (#1034445)
0690ef
- Remove xfs_check reference from fsck.xfs output (#1029455)
0690ef
- Fix xfs_fsr on some files with selinux attributes (#1034013)
0690ef
0690ef
* Fri Nov 15 2013 Eric Sandeen <sandeen@redhat.com> 3.2.0-0.2.alpha1
0690ef
- Move xfs_types.h from xfsprogs-qa-devel to xfsprogs-devel (#1024048)
0690ef
- Remove deprecated xfs_check from package (#1029458)
0690ef
564d46
* Thu Sep 26 2013 Eric Sandeen <sandeen@redhat.com> 3.2.0-0.1.alpha1
564d46
- New upstream alpha release with preliminary CRC support (#1015632)
564d46
- Additional patches beyon 3.2.0-alpha1:
564d46
- Fix big endian build
564d46
- Handle symlinks in xfs_quota arguments (#1013668)
564d46
- Don't report non-regular files as xfsctl-capable (#1012412)
564d46
- Fix log recovery on 4k filesystems
564d46
564d46
* Thu Aug 15 2013 Eric Sandeen <sandeen@redhat.com> 3.1.11-3
564d46
- mkfs.xfs: fix protofile name create block reservation (#918473)
564d46
564d46
* Mon Jul 22 2013 Eric Sandeen <sandeen@redhat.com> 3.1.11-2
564d46
- Update xfs_metadump manpage re: frozen filesystems (#953442)
564d46
564d46
* Wed May 08 2013 Eric Sandeen <sandeen@redhat.com> 3.1.11-1
564d46
- New upstream release.
564d46
564d46
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.10-2
564d46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
564d46
564d46
* Thu Dec 13 2012 Eric Sandeen <sandeen@redhat.com> 3.1.10-1
564d46
- New upstream release, with non-broken tarball.
564d46
564d46
* Wed Dec 12 2012 Eric Sandeen <sandeen@redhat.com> 3.1.9-1
564d46
- New upstream release.
564d46
564d46
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.8-5
564d46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
564d46
564d46
* Fri Mar 30 2012 Eric Sandeen <sandeen@redhat.com> 3.1.8-4
564d46
- Rebuild against new RPM (RHBZ#808250)
564d46
564d46
* Wed Mar 28 2012 Eric Sandeen <sandeen@redhat.com> 3.1.8-3
564d46
- Move files out of /lib64 to /usr/lib64
564d46
564d46
* Wed Mar 28 2012 Eric Sandeen <sandeen@redhat.com> 3.1.8-2
564d46
- Move files out of /sbin to /usr/sbin
564d46
564d46
* Fri Mar 23 2012 Eric Sandeen <sandeen@redhat.com> 3.1.8-1
564d46
- New upstream release.
564d46
564d46
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.7-2
564d46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
564d46
564d46
* Fri Nov 18 2011 Eric Sandeen <sandeen@redhat.com> 3.1.7-1
564d46
- New upstream release.
564d46
564d46
* Mon Oct 17 2011 Eric Sandeen <sandeen@redhat.com> 3.1.6-2
564d46
- Remove mistaken "test" in release string
564d46
564d46
* Fri Oct 14 2011 Eric Sandeen <sandeen@redhat.com> 3.1.6-1.test
564d46
- New upstream release.  Drop -DNDEBUG build flag.
564d46
564d46
* Thu Mar 31 2011 Eric Sandeen <sandeen@redhat.com> 3.1.5-1
564d46
- New upstream release
564d46
564d46
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.4-2
564d46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
564d46
564d46
* Thu Nov 18 2010 Eric Sandeen <sandeen@redhat.com> 3.1.4-1
564d46
- New upstream release; disable DEBUG for now to build
564d46
564d46
* Sat Aug 28 2010 Eric Sandeen <sandeen@redhat.com> 3.1.3-1
564d46
- New upstream release
564d46
564d46
* Fri May 07 2010 Eric Sandeen <sandeen@redhat.com> 3.1.2-1
564d46
- New upstream release
564d46
564d46
* Thu Apr 01 2010 Eric Sandeen <sandeen@redhat.com> 3.1.1-7
564d46
- make devel pkg require libuuid-devel (#576296)
564d46
564d46
* Mon Mar 15 2010 Eric Sandeen <sandeen@redhat.com> 3.1.1-6
564d46
- Fix missing locking for btree manipulation in xfs_repair
564d46
564d46
* Fri Feb 12 2010 Eric Sandeen <sandeen@redhat.com> 3.1.1-5
564d46
- --enable-static=no doesn't work; just nuke static libs
564d46
564d46
* Fri Feb 12 2010 Eric Sandeen <sandeen@redhat.com> 3.1.1-4
564d46
- Fix up -devel package descriptions
564d46
564d46
* Fri Feb 12 2010 Eric Sandeen <sandeen@redhat.com> 3.1.1-3
564d46
- Drop static libs (#556102)
564d46
564d46
* Mon Feb 01 2010 Eric Sandeen <sandeen@redhat.com> 3.1.1-2
564d46
- Fix mkfs of target with nothing blkid can recognize (#561870)
564d46
 
564d46
* Mon Feb 01 2010 Eric Sandeen <sandeen@redhat.com> 3.1.1-1
564d46
- New upstream release
564d46
- Fix fd validity test for device-less mkfs invocation
564d46
 
564d46
* Sun Jan 17 2010 Eric Sandeen <sandeen@redhat.com> 3.1.0-2
564d46
- Post-release mkfs fixes (#555847)
564d46
564d46
* Wed Jan 13 2010 Eric Sandeen <sandeen@redhat.com> 3.1.0-1
564d46
- New upstream release
564d46
- Minor fixups for new glibc headers
564d46
- Fixes default mkfs.xfs on 4k sector device (#539553)
564d46
564d46
* Tue Dec 08 2009 Eric Sandeen <sandeen@redhat.com> 3.0.3-5
564d46
- And finally, BuildRequire libblkid-devel
564d46
564d46
* Mon Dec 07 2009 Eric Sandeen <sandeen@redhat.com> 3.0.3-4
564d46
- Actually patch & run configure script w/ blkid bits...
564d46
- Kill rpath in xfs_fsr
564d46
564d46
* Fri Nov 20 2009 Eric Sandeen <sandeen@redhat.com> 3.0.3-3
564d46
- Fix up build issues w.r.t. off64_t
564d46
564d46
* Tue Nov 10 2009 Eric Sandeen <sandeen@redhat.com> 3.0.3-2
564d46
- Add trim/discard & libblkid support
564d46
564d46
* Tue Sep 01 2009 Eric Sandeen <sandeen@redhat.com> 3.0.3-1
564d46
- New upstream release
564d46
564d46
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.1-10
564d46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
564d46
564d46
* Tue Jun 30 2009 Eric Sandeen <sandeen@redhat.com> 3.0.1-9
564d46
- Fix block overflows in xfs_repair and xfs_metadump
564d46
564d46
* Tue Jun 30 2009 Eric Sandeen <sandeen@redhat.com> 3.0.1-8
564d46
- Fix up build-requires after e2fsprogs splitup
564d46
564d46
* Thu Jun 18 2009 Dennis Gilmore <dennis@ausil.us> 3.0.1-7
564d46
- update sparc multilib handling
564d46
564d46
* Mon Jun 15 2009 Eric Sandeen <sandeen@redhat.com> 3.0.1-6
564d46
- Make lazy superblock counters the default
564d46
564d46
* Mon Jun 15 2009 Eric Sandeen <sandeen@redhat.com> 3.0.1-5
564d46
- Add fallocate command to config script & fix for 32-bit
564d46
564d46
* Mon Jun 15 2009 Eric Sandeen <sandeen@redhat.com> 3.0.1-4
564d46
- Add fallocate command to xfs_io
564d46
564d46
* Fri May 15 2009 Eric Sandeen <sandeen@redhat.com> 3.0.1-3
564d46
- Fix and re-enable readline
564d46
564d46
* Tue May 05 2009 Eric Sandeen <sandeen@redhat.com> 3.0.1-2
564d46
- Conflict with xfsdump < 3.0.1 since files moved between them
564d46
564d46
* Tue May 05 2009 Eric Sandeen <sandeen@redhat.com> 3.0.1-1
564d46
- New upstream release
564d46
564d46
* Sat Apr 18 2009 Eric Sandeen <sandeen@redhat.com> 3.0.0-4
564d46
- Fix build for non-multilib arches, oops.
564d46
564d46
* Sat Apr 18 2009 Eric Sandeen <sandeen@redhat.com> 3.0.0-3
564d46
- Create new xfsprogs-qa-devel subpackage
564d46
564d46
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0-2
564d46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
564d46
564d46
* Wed Feb 04 2009 Eric Sandeen <sandeen@redhat.com> 3.0.0-1
564d46
- New upstream release
564d46
564d46
* Thu Jan 08 2009 Eric Sandeen <sandeen@redhat.com> 2.10.2-3
564d46
- Fix perms of libhandle.so in specfile, not makefile
564d46
564d46
* Wed Jan 07 2009 Eric Sandeen <sandeen@redhat.com> 2.10.2-2
564d46
- Fix perms of libhandle.so so that it's properly stripped
564d46
564d46
* Sun Dec 07 2008 Eric Sandeen <sandeen@redhat.com> 2.10.2-1
564d46
- New upstream release, bugfix only.
564d46
564d46
* Wed Nov 26 2008 Eric Sandeen <sandeen@redhat.com> 2.10.1-4
564d46
- Add protection from borken sys_ustat
564d46
- Add final upstream versions of gfs2 & parallel build patches
564d46
564d46
* Wed Nov 12 2008 Eric Sandeen <sandeen@redhat.com> 2.10.1-2
564d46
- Recognize gfs/gfs2 in libdisk
564d46
- Enable parallel builds
564d46
564d46
* Fri Sep 05 2008 Eric Sandeen <sandeen@redhat.com> 2.10.1-1
564d46
- Update to xfsprogs 2.10.1
564d46
- Add ASCII case-insensitive support to xfsprogs.
564d46
- xfs_repair fixes
564d46
564d46
* Wed Jun 04 2008 Dennis Gilmore <dennis@ausil.us> 2.9.8-3
564d46
- sparc32 is built using the sparcv9 variant 
564d46
564d46
* Wed Jun 04 2008 Eric Sandeen <sandeen@redhat.com> 2.9.8-2
564d46
- Tidy up multilib hack for non-multilib arches & add sparc (#448452)
564d46
564d46
* Wed Apr 23 2008 Eric Sandeen <sandeen@redhat.com> 2.9.8-1
564d46
- Update to xfsprogs 2.9.8
564d46
- Add support for sb_features2 in wrong location
564d46
- Add -c option to xfs_admin to turn lazy-counters on/off
564d46
- Added support for mdp in libdisk/mkfs.xfs
564d46
564d46
* Sun Mar 02 2008 Eric Sandeen <sandeen@redhat.com> 2.9.7-1
564d46
- Update to xfsprogs 2.9.7
564d46
- Lazy sb counters back off by default; other misc fixes
564d46
564d46
* Wed Feb 06 2008 Eric Sandeen <sandeen@redhat.com> 2.9.6-1
564d46
- Update to xfsprogs 2.9.6 - fixes mkfs sizing problem.
564d46
- Trim down BuildRequires to what's actually required now
564d46
564d46
* Mon Jan 21 2008 Eric Sandeen <sandeen@redhat.com> 2.9.5-1
564d46
- Update to xfsprogs 2.9.5
564d46
- Contains more optimal mkfs defaults
564d46
- specfile cleanup, & don't restate config defaults
564d46
564d46
* Tue Oct 23 2007 Eric Sandeen <sandeen@redhat.com> 2.9.4-4
564d46
- Add arm to multilib header wrapper
564d46
564d46
* Tue Oct 02 2007 Eric Sandeen <sandeen@redhat.com> 2.9.4-3
564d46
- mkfs.xfs: Fix wiping old AG headers and purge whack buffers
564d46
564d46
* Mon Oct 01 2007 Eric Sandeen <sandeen@redhat.com> 2.9.4-2
564d46
- Add alpha to the multilib wrapper (#310411)
564d46
564d46
* Mon Sep 10 2007 Eric Sandeen <sandeen@redhat.com> 2.9.4-1
564d46
- Update to xfsprogs 2.9.4
564d46
564d46
* Fri Aug 24 2007 Eric Sandeen <sandeen@redhat.com> 2.9.3-3
564d46
- Add gawk to buildrequires
564d46
564d46
* Thu Aug 16 2007 Eric Sandeen <sandeen@redhat.com> 2.9.3-2
564d46
- Update license tag
564d46
564d46
* Thu Jul 26 2007 Eric Sandeen <sandeen@redhat.com> 2.9.3-1
564d46
- Upgrade to xfsprogs 2.9.2, quota, xfs_repair, and filestreams changes
564d46
564d46
* Thu Jul  6 2007 Eric Sandeen <sandeen@redhat.com> 2.8.21-1
564d46
- Upgrade to xfsprogs 2.8.21, lazy sb counters enabled,
564d46
  xfs_quota fix (#236746)
564d46
564d46
* Thu May 31 2007 Eric Sandeen <sandeen@redhat.com> 2.8.20-2
564d46
- Fix ppc64 build... again
564d46
564d46
* Fri May 25 2007 Eric Sandeen <sandeen@redhat.com> 2.8.20-1
564d46
- Upgrade to xfsprogs 2.8.20, several xfs_repair fixes
564d46
564d46
* Tue Mar 06 2007 Miroslav Lichvar <mlichvar@redhat.com> 2.8.18-3
564d46
- Remove libtermcap-devel from BuildRequires
564d46
564d46
* Wed Feb 14 2007 Miroslav Lichvar <mlichvar@redhat.com> 2.8.18-2
564d46
- Disable readline support for now (#223781)
564d46
564d46
* Sun Feb 04 2007 Jarod Wilson <jwilson@redhat.com> 2.8.18-1
564d46
- Post-facto changelog addition to note bump to 2.8.18
564d46
564d46
* Wed Sep 27 2006 Russell Cattelan <cattelan@thebarn.com> 2.8.11-3
564d46
- bump build version to 3 for a new brew build
564d46
564d46
* Tue Sep 26 2006 Russell Cattelan <cattelan@thebarn.com> 2.8.11-2
564d46
- add ppc64 build patch
564d46
564d46
* Thu Sep 21 2006 Russell Cattelan <cattelan@redhat.com> 2.8.11-1
564d46
- Upgrade to xfsprogs 2.8.11 Need to pick up important repair fixes
564d46
564d46
* Tue Jul 18 2006 Jeremy Katz <katzj@redhat.com> - 2.8.4-3
564d46
- exclude arch ppc64 for now (#199315)
564d46
564d46
* Mon Jul 17 2006 Jesse Keating <jkeating@redhat.com> - 2.8.4-2
564d46
- rebuild
564d46
564d46
* Tue Jul 04 2006 Robert Scheck <redhat@linuxnetz.de> 2.8.4-1
564d46
- Upgrade to 2.8.4 (#196599 #c2)
564d46
564d46
* Sun Jun 25 2006 Robert Scheck <redhat@linuxnetz.de> 2.8.3-1
564d46
- Upgrade to 2.8.3 (#196599)
564d46
- Applied Russell Coker's suggested patch to improve the
564d46
  performance for SELinux machines significantly (#120622)
564d46
564d46
* Sun Jun 25 2006 Robert Scheck <redhat@linuxnetz.de> 2.7.11-2
564d46
- Fixed multilib conflict of xfs/platform_defs.h (#192755)
564d46
564d46
* Sun Mar 12 2006 Robert Scheck <redhat@linuxnetz.de> 2.7.11-1
564d46
- Upgrade to 2.7.11 and spec file cleanup (#185234)
564d46
564d46
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.7.3-1.2.1
564d46
- bump again for double-long bug on ppc(64)
564d46
564d46
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.7.3-1.2
564d46
- rebuilt for new gcc4.1 snapshot and glibc changes
564d46
564d46
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
564d46
- rebuilt
564d46
564d46
* Mon Oct 31 2005 Robert Scheck <redhat@linuxnetz.de> 2.7.3-1
564d46
- Upgrade to 2.7.3 and enabled termcap support (#154323)
564d46
564d46
* Wed Sep 28 2005 Florian La Roche <laroche@redhat.com>
564d46
- fixup building with current rpm
564d46
564d46
* Wed Apr 20 2005 Dave Jones <davej@redhat.com>
564d46
- Disable debug. (#151438)
564d46
- Rebuild with gcc4
564d46
564d46
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> - 2.6.13-3
564d46
- Rebuilt for new readline.
564d46
564d46
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
564d46
- rebuilt
564d46
564d46
* Wed May  5 2004 Jeremy Katz <katzj@redhat.com> - 2.6.13-1
564d46
- update to 2.6.13 per request of upstream
564d46
- fixes mount by label of xfs on former raid partition (#122043)
564d46
564d46
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
564d46
- rebuilt
564d46
564d46
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
564d46
- rebuilt
564d46
564d46
* Thu Jan  8 2004 Jeremy Katz <katzj@redhat.com> 2.6.0-2
564d46
- add defattr (reported by Matthias)
564d46
564d46
* Tue Dec 23 2003 Elliot Lee <sopwith@redhat.com> 2.6.0-3
564d46
- Fix tyops in dependencies
564d46
564d46
* Mon Dec 22 2003 Jeremy Katz <katzj@redhat.com> 2.6.0-1
564d46
- build for Fedora Core
564d46
- switch to more explicit file lists, nuke .la files
564d46
564d46
* Tue Dec 16 2003 Axel Thimm <Axel.Thimm@physik.fu-berlin.de> 2.6.0
564d46
- Update to 2.6.0.
564d46
564d46
* Sat Sep 13 2003 Axel Thimm <Axel.Thimm@physik.fu-berlin.de>
564d46
- Sync with XFS 1.3.0.
564d46
- Update to 2.5.6.
564d46
564d46
* Thu Apr 10 2003 Axel Thimm <Axel.Thimm@physik.fu-berlin.de> 2.3.9-0_2.90at
564d46
- Rebuilt for Red Hat 9.