add compat link
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/product-builder?expand=0&rev=4
This commit is contained in:
parent
99aeb0f67c
commit
03be9ba951
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user