rpms/fsarchiver/devel fsarchiver.spec,1.15,1.16

drago01 drago01 at fedoraproject.org
Mon Aug 17 16:11:58 UTC 2009


Author: drago01

Update of /cvs/pkgs/rpms/fsarchiver/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15052

Modified Files:
	fsarchiver.spec 
Log Message:
enable xz support


Index: fsarchiver.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fsarchiver/devel/fsarchiver.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- fsarchiver.spec	24 Jul 2009 23:14:29 -0000	1.15
+++ fsarchiver.spec	17 Aug 2009 16:11:57 -0000	1.16
@@ -1,6 +1,6 @@
 Name:		fsarchiver
 Version:	0.5.8
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Safe and flexible file-system backup/deployment tool
 
 Group:		Applications/Archiving
@@ -18,8 +18,7 @@ BuildRequires:	openssl-devel
 BuildRequires:	zlib-devel
 BuildRequires:	bzip2-devel
 BuildRequires:	lzo-devel
-# Disabled because it needs a beta release of lzma which we do not ship
-#BuildRequires:	lzma-devel
+BuildRequires:	xz-devel
 
 %description
 FSArchiver is a system tool that allows you to save the contents of a 
@@ -34,7 +33,7 @@ is corrupt, you just loose the current f
 %setup -q
 
 %build
-%configure --disable-lzma
+%configure
 make %{?_smp_mflags}
 
 
@@ -53,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING README THANKS NEWS
 
 %changelog
+* Mon Aug 17 2009 Adel Gadllah <adel.gadllah at gmail.com> - 0.5.8-4
+- Enable XZ support
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.8-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list