From 8e53e0c524461f43f01b25767bc04e4961826965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=8D=93=E6=9E=97?= Date: Tue, 20 Aug 2024 00:17:50 +0800 Subject: [PATCH] Replaces declaration of help subpackage with the 'package_help' marco --- i2c-tools.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/i2c-tools.spec b/i2c-tools.spec index 6d0614c..d33dfbd 100644 --- a/i2c-tools.spec +++ b/i2c-tools.spec @@ -1,6 +1,6 @@ Name: i2c-tools Version: 4.3 -Release: 4 +Release: 5 Summary: A heterogeneous set of I2C tools for Linux License: GPL-2.0-or-later and LGPL-2.1-only URL: https://i2c.wiki.kernel.org/index.php/I2C_Tools @@ -28,11 +28,7 @@ Requires: libi2c%{?_isa} = %{version}-%{release} %description devel %{summary}. -%package help -Summary: i2c-tools help - -%description help -%{summary}. +%package_help %package eepromer Summary: Programs for reading / writing i2c / smbus eeproms @@ -153,6 +149,9 @@ exit 0 %{_sbindir}/i2c-stub* %changelog +* Tue Aug 20 2024 yangzhuolin - 4.3-5 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Tue Jul 30 2024 wangxiao - 4.3-4 - update release -- Gitee