From 03be9ba951f7939959aae59dacd022963c602adf6041b6c149b58ec49d44359e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 16 Mar 2017 14:46:48 +0000 Subject: [PATCH] add compat link OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/product-builder?expand=0&rev=4 --- product-builder.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/product-builder.spec b/product-builder.spec index a6120d4..fbae6b8 100644 --- a/product-builder.spec +++ b/product-builder.spec @@ -25,6 +25,7 @@ Version: 1.01.01 Release: 0 Provides: kiwi-schema = 6.2 Source: product-builder-%version.tar.xz +Conflicts: kiwi < 8 Requires: libxslt Requires: perl >= %{perl_version} @@ -69,6 +70,9 @@ make buildroot=$RPM_BUILD_ROOT \ install ./.version > $RPM_BUILD_ROOT%{_datadir}/kiwi/.revision +# compat link for now +ln -s kiwi %buildroot/%{_sbindir}/product-builder + %files %defattr(-, root, root) %dir %{_datadir}/kiwi @@ -76,5 +80,6 @@ make buildroot=$RPM_BUILD_ROOT \ %{_datadir}/kiwi/modules %{_datadir}/kiwi/xsl %{_sbindir}/kiwi +%{_sbindir}/product-builder %changelog