SHA256
1
0
forked from pool/coreutils

Accepting request 769872 from home:lnussel:branches:Base:System

another try

OBS-URL: https://build.opensuse.org/request/show/769872
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=303
This commit is contained in:
Ludwig Nussel 2020-02-04 08:33:10 +00:00 committed by Git OBS Bridge
parent 5c1dfeba7a
commit 37768ae869

View File

@ -21,16 +21,15 @@
# there are more fancy ways to define a package name using magic # there are more fancy ways to define a package name using magic
# macros but OBS and the bots that rely on parser information from # macros but OBS and the bots that rely on parser information from
# OBS can't deal with all of them # OBS can't deal with all of them
%if "@BUILD_FLAVOR@" == "" %define flavor @BUILD_FLAVOR@%{nil}
%define name coreutils %if "%{flavor}" != ""
%else %define name_suffix -%{flavor}
%define name coreutils-@BUILD_FLAVOR@
%if %{with ringdisabled} %if %{with ringdisabled}
ExclusiveArch: do_not_build ExclusiveArch: do_not_build
%endif %endif
%endif %endif
Name: %name Name: coreutils%{?name_suffix}
Summary: GNU Core Utilities Summary: GNU Core Utilities
License: GPL-3.0-or-later License: GPL-3.0-or-later
Group: System/Base Group: System/Base