rpms/fsarchiver/F-11 fsarchiver.spec,1.13,1.14

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


Author: drago01

Update of /cvs/pkgs/rpms/fsarchiver/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16001

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


Index: fsarchiver.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fsarchiver/F-11/fsarchiver.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- fsarchiver.spec	12 Jul 2009 15:43:24 -0000	1.13
+++ fsarchiver.spec	17 Aug 2009 16:17:49 -0000	1.14
@@ -1,6 +1,6 @@
 Name:		fsarchiver
 Version:	0.5.8
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Safe and flexible file-system backup/deployment tool
 
 Group:		Applications/Archiving
@@ -16,8 +16,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 
@@ -32,7 +31,7 @@ is corrupt, you just loose the current f
 %setup -q
 
 %build
-%configure --disable-lzma
+%configure
 make %{?_smp_mflags}
 
 
@@ -51,6 +50,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-2
+- Enable XZ support
+
 * Sun Jul 12 2009 Adel Gadllah <adel.gadllah at gmail.com> - 0.5.8-1
 - Update to 0.5.8
 




More information about the fedora-extras-commits mailing list