rpms/bind/devel bind.spec,1.291,1.292

Adam Tkac atkac at fedoraproject.org
Mon Dec 8 11:36:24 UTC 2008


Author: atkac

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

Modified Files:
	bind.spec 
Log Message:
- unpack bz2 archives via "tar xjf" instead of "tar xf"



Index: bind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/bind.spec,v
retrieving revision 1.291
retrieving revision 1.292
diff -u -r1.291 -r1.292
--- bind.spec	3 Dec 2008 12:38:21 -0000	1.291
+++ bind.spec	8 Dec 2008 11:35:53 -0000	1.292
@@ -174,7 +174,7 @@
 %if %{LIBBIND}
 # XXX temporary libbind workaround
 pushd lib
-tar xf %{SOURCE31}
+tar xjf %{SOURCE31}
 popd
 sed -i 's/SUBDIRS\(.*\)/SUBDIRS\1 lib\/bind/' Makefile.in
 %endif




More information about the fedora-extras-commits mailing list