Bug 979823 - Compress tarball with xz
Summary: Compress tarball with xz
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: java-1.8.0-openjdk
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
Assignee: Omair Majid
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-30 20:59 UTC by Ville Skyttä
Modified: 2013-07-15 20:59 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-07-15 20:59:24 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Ville Skyttä 2013-06-30 20:59:48 UTC
Compressing the tarball with xz would save about 26 MB, see http://thread.gmane.org/gmane.linux.redhat.fedora.devel/181336 and let me know if you'd like me to take care of this for devel.

diff --git a/generate_source_tarball.sh b/generate_source_tarball.sh
index 7e0509f..910aee8 100755
--- a/generate_source_tarball.sh
+++ b/generate_source_tarball.sh
@@ -31 +31 @@ popd
-tar czf ${VERSION}.tar.gz jdk8
+tar cJf ${VERSION}.tar.xz jdk8
diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec
index 8c86eff..80c75be 100644
--- a/java-1.8.0-openjdk.spec
+++ b/java-1.8.0-openjdk.spec
@@ -159 +159 @@ URL:      http://openjdk.java.net/
-Source0:  jdk8-%{jdk8_version}.tar.gz
+Source0:  jdk8-%{jdk8_version}.tar.xz


Note You need to log in before you can comment on or make changes to this bug.