1
0

Accepting request 544112 from home:dimstar:Factory

- Apply accept_old_meta_package.patch also in case prjmeta has a
  skelcd_compat variable defined. This allows us to change
  suse_version while still not being able to migrate to the new
  product converter/builder for Tumbleweed.

OBS-URL: https://build.opensuse.org/request/show/544112
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/product-builder?expand=0&rev=51
This commit is contained in:
Adrian Schröter 2017-11-21 09:58:46 +00:00 committed by Git OBS Bridge
parent 14e8fc4b4e
commit 17b982012d
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Nov 21 09:49:23 UTC 2017 - dimstar@opensuse.org
- Apply accept_old_meta_package.patch also in case prjmeta has a
skelcd_compat variable defined. This allows us to change
suse_version while still not being able to migrate to the new
product converter/builder for Tumbleweed.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 6 10:04:45 UTC 2017 - adrian@suse.de Fri Oct 6 10:04:45 UTC 2017 - adrian@suse.de

View File

@ -61,7 +61,7 @@ To be used only for product medias for Leap 15 and SLE 15.
%prep %prep
%setup -q %setup -q
%if 0%{?suse_version} == 1330 %if 0%{?suse_version} == 1330 || 0%{?skelcd_compat}
%patch1 -p1 %patch1 -p1
%endif %endif