From ef46e2d36647616b52c3e13ff820f5a95ba4d816 Mon Sep 17 00:00:00 2001 From: gaoxingwang Date: Tue, 21 Feb 2023 15:57:00 +0800 Subject: [PATCH] add epoch version --- iproute.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/iproute.spec b/iproute.spec index 948fa76..edf6912 100644 --- a/iproute.spec +++ b/iproute.spec @@ -1,6 +1,7 @@ Name: iproute Version: 5.5.0 -Release: 12 +Epoch: 1 +Release: 13 Summary: Linux network configuration utilities License: GPLv2+ and Public Domain URL: https://kernel.org/pub/linux/utils/net/iproute2/ @@ -101,6 +102,12 @@ install -m 0644 lib/libnetlink.a %{buildroot}%{_libdir}/libnetlink.a %{_mandir}/* %changelog +* Tue Feb 21 2023 gaoxingwang - 1:5.5.0-13 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add epoch version + * Fri Feb 17 2023 gaoxingwang - 5.5.0-12 - Type:bugfix - ID:NA -- Gitee