Blame SPECS/xfsprogs.spec

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