summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2017-11-08 14:17:03 +0100
committerFrediano Ziglio <fziglio@redhat.com>2017-11-08 13:57:17 +0000
commit34d73d8ee696e3bee38859243fa997fde137091b (patch)
tree4a652af269cd1aeb4f0254534834fa8d7e0221d8
parent0935dfd41117c9e324a81cc39f9a2d9f960f83c0 (diff)
build: Generate .xz tarballs rather than bz2
Acked-by: Frediano Ziglio <fziglio@redhat.com>
-rw-r--r--configure.ac2
-rw-r--r--spice-streaming-agent.spec.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a21832b..1d86200 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AM_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip subdir-objects])
+AM_INIT_AUTOMAKE([dist-xz no-dist-gzip subdir-objects])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
diff --git a/spice-streaming-agent.spec.in b/spice-streaming-agent.spec.in
index e472c32..91e6b88 100644
--- a/spice-streaming-agent.spec.in
+++ b/spice-streaming-agent.spec.in
@@ -5,7 +5,7 @@ Summary: SPICE streaming agent
Group: Applications/System
License: ASL 2.0
URL: https://www.redhat.com
-Source0: %{name}-%{version}.tar.bz2
+Source0: %{name}-%{version}.tar.xz
BuildRequires: spice-protocol >= @SPICE_PROTOCOL_MIN_VER@
BuildRequires: libX11-devel libXfixes-devel
BuildRequires: libjpeg-turbo-devel