diff --git a/.gitignore b/.gitignore index c51789b..6e2f446 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ xfsdump-3.0.4.tar.gz /xfsdump-3.1.1.tar.gz /xfsdump-3.1.2.tar.gz /xfsdump-3.1.3.tar.gz +/xfsdump-3.1.4.tar.gz diff --git a/sources b/sources index b4f3e8b..c4d22a5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aad7160b88db24c0510c001debd689be xfsdump-3.1.3.tar.gz +a8b1761be5feb363131e7b506639ad4c xfsdump-3.1.4.tar.gz diff --git a/xfsdump.spec b/xfsdump.spec index 472b2f5..04a2be8 100644 --- a/xfsdump.spec +++ b/xfsdump.spec @@ -1,7 +1,7 @@ Summary: Administrative utilities for the XFS filesystem Name: xfsdump -Version: 3.1.3 -Release: 2%{?dist} +Version: 3.1.4 +Release: 1%{?dist} # Licensing based on generic "GNU GENERAL PUBLIC LICENSE" # in source, with no mention of version. License: GPL+ @@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/xfsdump/ (cd $RPM_BUILD_ROOT/%{_sbindir}; mv ../../sbin/xfsdump .) (cd $RPM_BUILD_ROOT/%{_sbindir}; mv ../../sbin/xfsrestore .) +# Create inventory dir (otherwise created @ runtime) +mkdir -p $RPM_BUILD_ROOT/%{_sharedstatedir}/xfsdump/inventory + %find_lang %{name} %clean @@ -59,8 +62,21 @@ rm -rf $RPM_BUILD_ROOT %doc README doc/COPYING doc/CHANGES doc/README.xfsdump doc/xfsdump_ts.txt %{_mandir}/man8/* %{_sbindir}/* +%{_sharedstatedir}/xfsdump/inventory %changelog +* Thu Jul 17 2014 Eric Sandeen 3.1.4-1 +- New upstream release + +* Mon Jun 16 2014 Eric Sandeen 3.1.3-5 +- Fix aarch64 build (#926800) + +* Sun Jun 08 2014 Fedora Release Engineering - 3.1.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Mon Jan 20 2014 Eric Sandeen 3.1.3-3 +- Add /var/lib/xfsdump/inventory to file list (was created runtime) + * Sun Aug 04 2013 Fedora Release Engineering - 3.1.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild @@ -156,4 +172,4 @@ rm -rf $RPM_BUILD_ROOT package the docs based in the version specfic directory * Wed Aug 9 2006 Russell Cattelan - 2.2.38-1 -- Add xfsdump to Fedorda +- Add xfsdump to Fedora