!2 remove python2 support for package

Merge pull request !2 from chengquan/developer
This commit is contained in:
openeuler-ci-bot 2020-02-22 21:26:11 +08:00 committed by Gitee
commit 2ec21c3c94

View File

@ -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 <buildteam@openeuler.org> - 1.4-6
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:remove python2 support for package
* Fri Feb 21 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.4-5
- Type:bugfix
- ID:NA