Switch to bz2 (SLE11 SP4 did not have xz)

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/eppic?expand=0&rev=24
This commit is contained in:
Petr Tesařík 2021-02-03 14:07:52 +00:00 committed by Git OBS Bridge
parent edb05980ce
commit 5e6ad1a2b8
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
</service>
<service mode="localonly" name="recompress">
<param name="file">libeppic-*.tar</param>
<param name="compression">xz</param>
<param name="compression">bz2</param>
</service>
<service mode="localonly" name="set_version" />
</services>

View File

@ -22,7 +22,7 @@ Release: 0
Summary: Embeddable Pre-Processor and Interpreter for C
License: GPL-2.0-or-later
Group: Development/Libraries/C and C++
Source: lib%{name}-%{version}.tar.xz
Source: lib%{name}-%{version}.tar.bz2
Patch1: %{name}-fix-install.patch
BuildRequires: bison
BuildRequires: flex