forked from pool/python-kiwi
OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=8
This commit is contained in:
parent
be9ad67e7f
commit
9b9406c521
@ -37,6 +37,3 @@ addFilter("W: no-manual-page-for-binary kiwicompat");
|
||||
|
||||
# kiwi master package can't be noarch if sub packages are arch specific
|
||||
addFilter("W: no-binary");
|
||||
|
||||
# don't think we need a postin for update alternatives
|
||||
addFilter("W: ghost-files-without-postin");
|
||||
|
@ -302,19 +302,19 @@ done
|
||||
|
||||
%post -n python2-kiwi
|
||||
%{_sbindir}/update-alternatives \
|
||||
--install %_bindir/kiwi kiwi %_bindir/kiwi-ng-%{py_ver} 10
|
||||
--install %_bindir/kiwi kiwi %_bindir/kiwi-ng-2 10
|
||||
%{_sbindir}/update-alternatives \
|
||||
--install %_bindir/kiwi-ng kiwi-ng %_bindir/kiwi-ng-%{py_ver} 10
|
||||
--install %_bindir/kiwi-ng kiwi-ng %_bindir/kiwi-ng-2 10
|
||||
%{_sbindir}/update-alternatives \
|
||||
--install %_bindir/kiwicompat kiwicompat %_bindir/kiwicompat-%{py_ver} 10
|
||||
--install %_bindir/kiwicompat kiwicompat %_bindir/kiwicompat-2 10
|
||||
|
||||
%post -n python3-kiwi
|
||||
%{_sbindir}/update-alternatives \
|
||||
--install %_bindir/kiwi kiwi %_bindir/kiwi-ng-%{py_ver} 10
|
||||
--install %_bindir/kiwi kiwi %_bindir/kiwi-ng-3 10
|
||||
%{_sbindir}/update-alternatives \
|
||||
--install %_bindir/kiwi-ng kiwi-ng %_bindir/kiwi-ng-%{py_ver} 10
|
||||
--install %_bindir/kiwi-ng kiwi-ng %_bindir/kiwi-ng-3 10
|
||||
%{_sbindir}/update-alternatives \
|
||||
--install %_bindir/kiwicompat kiwicompat %_bindir/kiwicompat-%{py_ver} 10
|
||||
--install %_bindir/kiwicompat kiwicompat %_bindir/kiwicompat-3 10
|
||||
|
||||
%preun -n python2-kiwi
|
||||
%{_sbindir}/update-alternatives \
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d77a381ce112d5e9266a3c9ce9b5fd9637587f6c9e230db507bf10e3b9a669c1
|
||||
size 2931667
|
||||
oid sha256:b555c9ef41f2a95a8648caee5011f0d00091f64282a0724966754823dd83b062
|
||||
size 2932841
|
||||
|
Loading…
Reference in New Issue
Block a user