From cfea47a11071e51647082ea6b6e4ce3736d69aee 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:20:59 +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 a05f6df..4f62e2a 100644 --- a/i2c-tools.spec +++ b/i2c-tools.spec @@ -1,6 +1,6 @@ Name: i2c-tools Version: 4.1 -Release: 3 +Release: 4 Summary: A heterogeneous set of I2C tools for Linux License: GPLv2+ LGPLv2+ URL: https://i2c.wiki.kernel.org/index.php/I2C_Tools @@ -29,11 +29,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 @@ -162,6 +158,9 @@ exit 0 %{_sbindir}/i2c-stub* %changelog +* Tue Aug 20 2024 yangzhuolin - 4.1-4 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Wed Nov 11 2020 xinghe - 4.1-3 - add help for Recommends -- Gitee