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:
parent
edb05980ce
commit
5e6ad1a2b8
2
_service
2
_service
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user