aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/rpm
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-07-27 15:31:06 -0700
committerJoão Valverde <j@v6e.pt>2016-07-29 10:55:34 +0000
commitf5dff39232f98db9b9d60bf05a64eab98868aa59 (patch)
tree1896f4194ac453ffcff632f7210347ba8906e91f /packaging/rpm
parente727ecf5e302c9f765d0038b234e6775fb4ca45b (diff)
Use xz to compress the source tarball.
Compress the source tarball using xz instead of bzip2. Other open source projects (including many of our dependencies) have been using xz for a while so hopefully this won't be too much of a shock. Remove the patch-bzip2 Autotools target while we're here. Change-Id: I456d27b6cd56a43aba829bd45938f98568eb7b1d Reviewed-on: https://code.wireshark.org/review/16735 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'packaging/rpm')
-rw-r--r--packaging/rpm/SPECS/wireshark.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/rpm/SPECS/wireshark.spec.in b/packaging/rpm/SPECS/wireshark.spec.in
index 974510ec9e..068c58d75b 100644
--- a/packaging/rpm/SPECS/wireshark.spec.in
+++ b/packaging/rpm/SPECS/wireshark.spec.in
@@ -37,9 +37,9 @@ Version: @RPM_VERSION@
Release: 1
License: GPLv2+
Group: Applications/Internet
-Source: https://wireshark.org/download/src/%{name}-%{package_version}.tar.bz2
+Source: https://wireshark.org/download/src/%{name}-%{package_version}.tar.xz
# Or this URL for automated builds:
-#Source: https://wireshark.org/download/automated/src/%{name}-%{package_version}.tar.bz2
+#Source: https://wireshark.org/download/automated/src/%{name}-%{package_version}.tar.xz
URL: https://www.wireshark.org/
Packager: Gerald Combs <gerald[AT]wireshark.org>
# Some distributions create a wireshark-devel package; get rid of it