From 802768c434e78f6a5d453e8f95a772e38632063a Mon Sep 17 00:00:00 2001 From: yanglijin Date: Thu, 27 Feb 2020 07:30:35 -0500 Subject: [PATCH] remove python2 dependency --- kiwi.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/kiwi.spec b/kiwi.spec index 4c9aea7..ce44877 100644 --- a/kiwi.spec +++ b/kiwi.spec @@ -2,7 +2,7 @@ Name: kiwi Version: 9.16.12 -Release: 2 +Release: 3 License: GPLv3+ Summary: Flexible operating system image builder @@ -200,6 +200,8 @@ done %defattr(-,root,root) %license LICENSE %{_bindir}/* +%exclude %{_bindir}/kiwi-ng-2 +%exclude %{_bindir}/kiwicompat-2 %files cli %defattr(-,root,root) @@ -223,5 +225,8 @@ done %{_mandir}/man8/%{name}* %changelog +* Thu Feb 27 2020 lijin Yang - 9.16.12-3 +- Remove python2 dependency + * Sat Sep 21 2019 openEuler Buildteam - 9.16.12-2 - Package init