From 713185329e96b6848a7cf79278649d0af9a92ec9 Mon Sep 17 00:00:00 2001 From: wangqing Date: Tue, 9 Aug 2022 10:53:15 +0800 Subject: [PATCH] Modified the stratege of building rpms in .spec. Signed-off-by: wangqing --- mtd-utils.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/mtd-utils.spec b/mtd-utils.spec index d8dda6a..96ec763 100644 --- a/mtd-utils.spec +++ b/mtd-utils.spec @@ -1,6 +1,6 @@ Name: mtd-utils Version: 2.1.4 -Release: 1 +Release: 2 License: GPLv2+ Summary: Utilities for dealing with MTD (flash) devices URL: http://www.linux-mtd.infradead.org/ @@ -59,12 +59,14 @@ MTD (flash) devices. %{_sbindir}/mtd_debug %{_sbindir}/mtdinfo %{_sbindir}/mtdpart +%{_sbindir}/fectest %{_mandir}/*/* %files ubifs %{_sbindir}/ubi* %{_sbindir}/mkfs.ubifs +%{_sbindir}/mount.ubifs %files jffs2 %{_sbindir}/jffs2* @@ -84,7 +86,13 @@ MTD (flash) devices. %{_sbindir}/serve_image %{_sbindir}/recv_image +%files test +%{_libexecdir}/mtd-utils/* + %changelog +* Tue Aug 9 2022 wangqing - 2.1.4-1 +- Modified the strategy of building rpms in .spec. + * Thu Aug 4 2022 wangqing - 2.1.4-1 - Update tar from 2.1.1 to 2.1.4. -- Gitee