commit
f1e9c75688
Binary file not shown.
BIN
kiwi-9.21.5.tar.gz
Normal file
BIN
kiwi-9.21.5.tar.gz
Normal file
Binary file not shown.
12
kiwi.spec
12
kiwi.spec
@ -1,7 +1,7 @@
|
|||||||
%{?python_enable_dependency_generator}
|
%{?python_enable_dependency_generator}
|
||||||
|
|
||||||
Name: kiwi
|
Name: kiwi
|
||||||
Version: 9.20.12
|
Version: 9.21.5
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Summary: Flexible operating system image builder
|
Summary: Flexible operating system image builder
|
||||||
@ -128,14 +128,13 @@ sed -e "s|#!/usr/bin/env python||" -i kiwi/xml_parse.py
|
|||||||
%set_build_flags
|
%set_build_flags
|
||||||
|
|
||||||
%py3_build
|
%py3_build
|
||||||
|
make CFLAGS="%{build_cflags}" tools
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install
|
%py3_install
|
||||||
|
make buildroot=%{buildroot}/ install
|
||||||
make buildroot=%{buildroot}/ install_dracut
|
make buildroot=%{buildroot}/ install_dracut
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_datadir}/bash-completion/completions
|
|
||||||
mv %{buildroot}%{_sysconfdir}/bash_completion.d/kiwi-ng.sh %{buildroot}%{_datadir}/bash-completion/completions/kiwi-ng
|
|
||||||
|
|
||||||
rm -rf %{buildroot}%{_sysconfdir}/bash_completion.d
|
rm -rf %{buildroot}%{_sysconfdir}/bash_completion.d
|
||||||
|
|
||||||
rm -rf %{buildroot}%{_docdir}/packages
|
rm -rf %{buildroot}%{_docdir}/packages
|
||||||
@ -170,7 +169,7 @@ done
|
|||||||
%files cli
|
%files cli
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/%{name}*
|
%{_bindir}/%{name}*
|
||||||
%{_datadir}/bash-completion/completions/%{name}-ng
|
%{_datadir}/bash-completion/completions/%{name}-ng.sh
|
||||||
%config(noreplace) %{_sysconfdir}/kiwi.yml
|
%config(noreplace) %{_sysconfdir}/kiwi.yml
|
||||||
|
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
@ -190,6 +189,9 @@ done
|
|||||||
%{_mandir}/man8/%{name}*
|
%{_mandir}/man8/%{name}*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 28 2020 xinghe <xinghe1@huawei.com> - 9.21.5-1
|
||||||
|
- update version to 9.21.5
|
||||||
|
|
||||||
* Sat Jun 20 2020 jixinjie <jixinjie@huawei.com> - 9.20.12-1
|
* Sat Jun 20 2020 jixinjie <jixinjie@huawei.com> - 9.20.12-1
|
||||||
- upgrade kiwi
|
- upgrade kiwi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user