From 3b7abcf29e651b210c485a6531efacad80be7c7d Mon Sep 17 00:00:00 2001 From: Wang_M <815543835@qq.com> Date: Tue, 1 Jul 2025 11:45:14 +0000 Subject: [PATCH] Fixed bug for macros in Changelog --- usbutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/usbutils.spec b/usbutils.spec index 2605f3b..758e414 100644 --- a/usbutils.spec +++ b/usbutils.spec @@ -1,6 +1,6 @@ Name: usbutils Version: 017 -Release: 1 +Release: 2 Summary: Linux utilities for USB device License: GPLv2+ URL: http://www.linux-usb.org/ @@ -46,6 +46,9 @@ rm -rf %{buildroot}/%{_libdir}/pkgconfig/usbutils.pc %{_mandir}/*/* %changelog +* Tue Jul 01 2025 wangmian - 017-2 +- Fixed bug for macros in Changelog + * Wed Jan 31 2024 zhanghongtao - 017-1 - update package to usbutils-017 - lsusb: add fallback names for 'lsusb -v' output @@ -72,7 +75,7 @@ rm -rf %{buildroot}/%{_libdir}/pkgconfig/usbutils.pc - Nothing but to sync master and LTS branch * Fri Jul 30 2021 chenyanpanHW - 012-3 -- DESC: delete -S git from %autosetup, and delete BuildRequires git +- DESC: delete -S git from autosetup, and delete BuildRequires git * Thu Oct 29 2020 Zhiqiang Liu -012-2 - backport one patch to init string buffer before reading from it -- Gitee