From c9ebb5eaa1b564cd9b16699d8421c10e75d52112 Mon Sep 17 00:00:00 2001 From: chengquan Date: Sat, 22 Feb 2020 18:50:10 +0800 Subject: [PATCH] remove python2 support for package --- libbytesize.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libbytesize.spec b/libbytesize.spec index b9b0df6..0ab70e6 100644 --- a/libbytesize.spec +++ b/libbytesize.spec @@ -1,9 +1,9 @@ -%define with_python2 1 +%define with_python2 0 %define with_python3 1 Name: libbytesize Version: 1.4 -Release: 5 +Release: 6 Summary: A library for working with sizes in bytes License: LGPLv2+ URL: https://github.com/storaged-project/libbytesize @@ -90,6 +90,12 @@ find %{buildroot} -type f -name "*.la" -delete %{_datadir}/gtk-doc/html/* %changelog +* Sat Feb 22 2020 openEuler Buildteam - 1.4-6 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:remove python2 support for package + * Fri Feb 21 2020 openEuler Buildteam - 1.4-5 - Type:bugfix - ID:NA