Accepting request 477250 from Base:System
is there any reason why we can't enable static build of xz in SUSE? I would need to build an extra package of it otherwise .... (forwarded request 460649 from adrianSuSE) OBS-URL: https://build.opensuse.org/request/show/477250 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=58
This commit is contained in:
commit
5630190d9e
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 21 09:03:18 UTC 2017 - adrian@suse.de
|
||||
|
||||
- enable static package by default.
|
||||
Needed for AppImageKit
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 31 22:17:33 UTC 2016 - astieger@suse.com
|
||||
|
||||
|
8
xz.spec
8
xz.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xz
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,13 +24,7 @@
|
||||
%ifarch aarch64 %{arm} %{sparc}
|
||||
%define do_profiling 0
|
||||
%endif
|
||||
%if 0%{?centos_version} || 0%{?rhel_version}
|
||||
%if 0%{?centos_version} <= 600 || 0%{?rhel_version <= 600}
|
||||
%bcond_without static_libs
|
||||
%endif
|
||||
%else
|
||||
%bcond_with static_libs
|
||||
%endif
|
||||
Name: xz
|
||||
Version: 5.2.3
|
||||
Release: 0
|
||||
|
Loading…
Reference in New Issue
Block a user