2006-09-01 17:26:34 +00:00
|
|
|
Summary: Administrative utilities for the XFS filesystem
|
|
|
|
Name: xfsdump
|
2014-07-18 00:05:42 +00:00
|
|
|
Version: 3.1.4
|
2015-06-19 04:01:46 +00:00
|
|
|
Release: 3%{?dist}
|
2007-08-16 18:59:15 +00:00
|
|
|
# Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
|
|
|
|
# in source, with no mention of version.
|
|
|
|
License: GPL+
|
2006-09-01 17:26:34 +00:00
|
|
|
Group: System Environment/Base
|
|
|
|
URL: http://oss.sgi.com/projects/xfs/
|
2009-02-05 01:37:53 +00:00
|
|
|
Source0: ftp://oss.sgi.com/projects/xfs/cmd_tars/%{name}-%{version}.tar.gz
|
2006-09-01 17:26:34 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2009-05-05 18:50:46 +00:00
|
|
|
BuildRequires: libtool, gettext, gawk
|
2009-06-30 16:29:18 +00:00
|
|
|
BuildRequires: xfsprogs-devel, libuuid-devel, libattr-devel ncurses-devel
|
2006-09-01 17:26:34 +00:00
|
|
|
Requires: xfsprogs >= 2.6.30, attr >= 2.0.0
|
|
|
|
|
|
|
|
%description
|
|
|
|
The xfsdump package contains xfsdump, xfsrestore and a number of
|
|
|
|
other utilities for administering XFS filesystems.
|
|
|
|
|
|
|
|
xfsdump examines files in a filesystem, determines which need to be
|
|
|
|
backed up, and copies those files to a specified disk, tape or other
|
|
|
|
storage medium. It uses XFS-specific directives for optimizing the
|
|
|
|
dump of an XFS filesystem, and also knows how to backup XFS extended
|
|
|
|
attributes. Backups created with xfsdump are "endian safe" and can
|
|
|
|
thus be transfered between Linux machines of different architectures
|
|
|
|
and also between IRIX machines.
|
|
|
|
|
|
|
|
xfsrestore performs the inverse function of xfsdump; it can restore a
|
|
|
|
full backup of a filesystem. Subsequent incremental backups can then
|
|
|
|
be layered on top of the full backup. Single files and directory
|
|
|
|
subtrees may be restored from full or partial backups.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2010-01-13 21:26:53 +00:00
|
|
|
%configure
|
|
|
|
|
2006-09-01 17:26:34 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make DIST_ROOT=$RPM_BUILD_ROOT install
|
|
|
|
# remove non-versioned docs location
|
|
|
|
rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/xfsdump/
|
|
|
|
|
2012-03-29 02:10:40 +00:00
|
|
|
# Bit of a hack to move files from /sbin to /usr/sbin
|
2006-09-01 17:26:34 +00:00
|
|
|
(cd $RPM_BUILD_ROOT/%{_sbindir}; rm xfsdump xfsrestore)
|
2012-03-29 02:10:40 +00:00
|
|
|
(cd $RPM_BUILD_ROOT/%{_sbindir}; mv ../../sbin/xfsdump .)
|
|
|
|
(cd $RPM_BUILD_ROOT/%{_sbindir}; mv ../../sbin/xfsrestore .)
|
2006-09-01 17:26:34 +00:00
|
|
|
|
2014-01-13 04:36:18 +00:00
|
|
|
# Create inventory dir (otherwise created @ runtime)
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_sharedstatedir}/xfsdump/inventory
|
|
|
|
|
2012-12-13 22:47:51 +00:00
|
|
|
%find_lang %{name}
|
|
|
|
|
2006-09-01 17:26:34 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2012-12-13 22:47:51 +00:00
|
|
|
%files -f %{name}.lang
|
2006-09-01 17:26:34 +00:00
|
|
|
%defattr(-,root,root)
|
2010-01-13 21:26:53 +00:00
|
|
|
%doc README doc/COPYING doc/CHANGES doc/README.xfsdump doc/xfsdump_ts.txt
|
2006-09-01 17:26:34 +00:00
|
|
|
%{_mandir}/man8/*
|
|
|
|
%{_sbindir}/*
|
2014-01-13 04:36:18 +00:00
|
|
|
%{_sharedstatedir}/xfsdump/inventory
|
2006-09-01 17:26:34 +00:00
|
|
|
|
|
|
|
%changelog
|
2015-06-19 04:01:46 +00:00
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-08-18 10:02:55 +00:00
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-18 00:05:42 +00:00
|
|
|
* Thu Jul 17 2014 Eric Sandeen <sandeen@redhat.com> 3.1.4-1
|
|
|
|
- New upstream release
|
|
|
|
|
2014-06-17 01:52:37 +00:00
|
|
|
* Mon Jun 16 2014 Eric Sandeen <sandeen@redhat.com> 3.1.3-5
|
|
|
|
- Fix aarch64 build (#926800)
|
|
|
|
|
2014-06-08 05:51:46 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-01-13 04:36:18 +00:00
|
|
|
* Mon Jan 20 2014 Eric Sandeen <sandeen@redhat.com> 3.1.3-3
|
|
|
|
- Add /var/lib/xfsdump/inventory to file list (was created runtime)
|
|
|
|
|
2013-08-04 08:13:26 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-05-09 01:50:00 +00:00
|
|
|
* Wed May 08 2013 Eric Sandeen <sandeen@redhat.com> 3.1.3-1
|
|
|
|
- New upstream release
|
|
|
|
|
2013-02-15 03:43:03 +00:00
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-12-13 22:11:49 +00:00
|
|
|
* Thu Dec 13 2012 Eric Sandeen <sandeen@redhat.com> 3.1.2-1
|
|
|
|
- New upstream release, with non-broken tarball
|
|
|
|
|
2012-12-13 18:19:48 +00:00
|
|
|
* Thu Dec 13 2012 Eric Sandeen <sandeen@redhat.com> 3.1.1-1
|
|
|
|
- New upstream release
|
|
|
|
|
2012-07-22 05:28:17 +00:00
|
|
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-03-29 02:10:40 +00:00
|
|
|
* Wed Mar 28 2012 Eric Sandeen <sandeen@redhat.com> 3.1.0-2
|
|
|
|
- Move files out of /sbin to /usr/sbin
|
|
|
|
|
2012-03-23 20:55:26 +00:00
|
|
|
* Fri Mar 23 2012 Eric Sandeen <sandeen@redhat.com> 3.1.0-1
|
|
|
|
- New upstream release
|
|
|
|
|
2012-01-14 08:55:36 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-10-17 17:57:24 +00:00
|
|
|
* Mon Oct 17 2011 Eric Sandeen <sandeen@redhat.com> 3.0.6-1
|
|
|
|
- New upstream release
|
|
|
|
|
2011-03-31 14:12:26 +00:00
|
|
|
* Thu Mar 31 2011 Eric Sandeen <sandeen@redhat.com> 3.0.5-1
|
|
|
|
- New upstream release
|
|
|
|
|
2011-02-08 05:04:31 +00:00
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-01-13 21:26:53 +00:00
|
|
|
* Wed Jan 13 2010 Eric Sandeen <sandeen@redhat.com> 3.0.4-1
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
* Mon Nov 30 2009 Dennis Gregorovic <dgregor@redhat.com> - 3.0.1-3.1
|
|
|
|
- Rebuilt for RHEL 6
|
|
|
|
|
2009-07-27 08:01:10 +00:00
|
|
|
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-30 16:29:18 +00:00
|
|
|
* Tue Jun 30 2009 Eric Sandeen <sandeen@redhat.com> 3.0.1-2
|
|
|
|
- Fix up build-requires after e2fsprogs splitup
|
|
|
|
|
2009-05-05 18:50:46 +00:00
|
|
|
* Tue May 05 2009 Eric Sandeen <sandeen@redhat.com> 3.0.1-1
|
|
|
|
- New upstream release
|
|
|
|
|
2009-02-26 09:27:03 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-05 01:37:53 +00:00
|
|
|
* Wed Feb 04 2009 Eric Sandeen <sandeen@redhat.com> 3.0.0-1
|
2009-05-05 18:50:46 +00:00
|
|
|
- New upstream release
|
2009-02-05 01:37:53 +00:00
|
|
|
|
2008-11-12 17:23:22 +00:00
|
|
|
* Wed Nov 12 2008 Eric Sandeen <sandeen@redhat.com> 2.2.48-2
|
|
|
|
- Enable parallel builds
|
|
|
|
|
2008-02-11 03:07:00 +00:00
|
|
|
* Sun Feb 10 2008 Eric Sandeen <sandeen@redhat.com> - 2.2.48-1
|
2008-11-12 17:23:22 +00:00
|
|
|
- Update to xfsdump version 2.2.48
|
2008-02-11 03:07:00 +00:00
|
|
|
- First build with gcc-4.3
|
|
|
|
|
2007-09-11 03:19:26 +00:00
|
|
|
* Mon Sep 10 2007 Eric Sandeen <sandeen@redhat.com> - 2.2.46-1
|
|
|
|
- Update to xfsdump version 2.2.46
|
|
|
|
- Dropped O_CREAT patch, now upstream
|
|
|
|
|
2007-08-25 00:04:28 +00:00
|
|
|
* Fri Aug 24 2007 Eric Sandeen <sandeen@redhat.com> - 2.2.45-3
|
2007-08-16 18:59:15 +00:00
|
|
|
- Update license tag
|
2007-08-25 00:04:28 +00:00
|
|
|
- Fix up O_CREAT opens with no mode
|
|
|
|
- Add gawk to buildrequires
|
2007-08-16 18:59:15 +00:00
|
|
|
|
2007-06-19 16:01:56 +00:00
|
|
|
* Tue Jun 19 2007 Eric Sandeen <sandeen@redhat.com> - 2.2.45-2
|
|
|
|
- Remove readline-devel & libtermcap-devel BuildRequires
|
|
|
|
|
2007-06-01 05:06:32 +00:00
|
|
|
* Thu May 31 2007 Eric Sandeen <sandeen@redhat.com> - 2.2.45-1
|
|
|
|
- Update to xfsdump 2.2.45
|
|
|
|
|
2006-09-01 17:26:34 +00:00
|
|
|
* Wed Aug 31 2006 Russell Cattelan <cattelan@thebarn.com> - 2.2.42-2
|
2007-06-01 05:06:32 +00:00
|
|
|
- Remove Distribution: tag
|
2006-09-01 17:26:34 +00:00
|
|
|
|
|
|
|
* Wed Aug 23 2006 Russell Cattelan <cattelan@thebarn.com> - 2.2.42-1
|
|
|
|
- update to version 2.2.42
|
|
|
|
|
|
|
|
* Tue Aug 22 2006 Russell Cattelan <cattelan@thebarn.com> - 2.2.38-3
|
|
|
|
- Fix the /usr/sbin sym links to relative links
|
|
|
|
- Add the Distribution tag
|
|
|
|
- Add ncurses-devel to buildrequires
|
|
|
|
|
|
|
|
* Tue Aug 16 2006 Russell Cattelan <cattelan@thebarn.com> - 2.2.38-2
|
|
|
|
- install removes the makefile installed version of the docs
|
|
|
|
package the docs based in the version specfic directory
|
|
|
|
|
|
|
|
* Wed Aug 9 2006 Russell Cattelan <cattelan@thebarn.com> - 2.2.38-1
|
2014-06-17 01:52:37 +00:00
|
|
|
- Add xfsdump to Fedora
|