SHA256
1
0
forked from pool/b4

try to compress

OBS-URL: https://build.opensuse.org/package/show/devel:tools/b4?expand=0&rev=13
This commit is contained in:
Jiri Slaby 2020-07-29 05:30:49 +00:00 committed by Git OBS Bridge
parent 1bfc2f5113
commit e06e036935
2 changed files with 5 additions and 1 deletions

View File

@ -11,4 +11,8 @@
<service name="set_version" mode="disabled" />
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>

View File

@ -25,7 +25,7 @@ Summary: Helper scripts for kernel.org patches
License: GPL-2.0-or-later
Group: Development/Tools/Other
URL: https://git.kernel.org/pub/scm/utils/b4/b4.git
Source0: %{name}-%{version}.tar
Source0: %{name}-%{version}.tar.xz
BuildArch: noarch
BuildRequires: %{python_module setuptools}
BuildRequires: tar