remove python2 support for package

This commit is contained in:
chengquan 2020-02-22 18:50:10 +08:00 committed by Gitee
parent 42cee5e2b1
commit c9ebb5eaa1

View File

@ -1,9 +1,9 @@
%define with_python2 1 %define with_python2 0
%define with_python3 1 %define with_python3 1
Name: libbytesize Name: libbytesize
Version: 1.4 Version: 1.4
Release: 5 Release: 6
Summary: A library for working with sizes in bytes Summary: A library for working with sizes in bytes
License: LGPLv2+ License: LGPLv2+
URL: https://github.com/storaged-project/libbytesize URL: https://github.com/storaged-project/libbytesize
@ -90,6 +90,12 @@ find %{buildroot} -type f -name "*.la" -delete
%{_datadir}/gtk-doc/html/* %{_datadir}/gtk-doc/html/*
%changelog %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 * Fri Feb 21 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.4-5
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA