From cd6c06505799fe4ba3eb2fe10aa19fffa20fbee8 Mon Sep 17 00:00:00 2001 From: zhangpan Date: Fri, 2 Aug 2024 02:30:50 +0000 Subject: [PATCH] rebuild for next release --- python-ethtool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-ethtool.spec b/python-ethtool.spec index b03ef93..f9534ed 100644 --- a/python-ethtool.spec +++ b/python-ethtool.spec @@ -1,7 +1,7 @@ %bcond_without tests Name: python-ethtool Version: 0.15 -Release: 2 +Release: 3 Summary: Python bindings for the ethtool kernel interface License: GPLv2 @@ -65,6 +65,9 @@ export PYTHONPATH=%{buildroot}%{python3_sitearch} %doc %{_mandir}/man* %changelog +* Thu Aug 1 2024 zhangpan - 0.15-3 +- rebuild for next release + * Wed Apr 06 2022 zhanzhimin - 0.15-2 - enable tests -- Gitee