From 0f4fcde8ddf209702cbe367c878252ccba5193f7 Mon Sep 17 00:00:00 2001 From: fengtao Date: Mon, 2 Mar 2020 12:27:47 +0800 Subject: [PATCH] add file to help --- syslinux.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/syslinux.spec b/syslinux.spec index ba49ee7..2622093 100644 --- a/syslinux.spec +++ b/syslinux.spec @@ -2,7 +2,7 @@ Name: syslinux Version: 6.04 -Release: 2 +Release: 3 License: GPLv2+ Summary: The Syslinux boot loader collection URL: http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project @@ -161,8 +161,12 @@ fi %files help %doc doc/* sample %{_mandir}/man1/{gethostip*,syslinux*,extlinux*,isohybrid*,memdiskfind*,lss16toppm*,ppmtolss16*,syslinux2ansi*} +%{_datadir}/sample/sample.msg %changelog +* Mon Mar 2 2020 songnannan - 6.04-3 +- add sample.msg file to help package + * Mon Mar 2 2020 songnannan - 6.04-2 - change the mingw64-gcc to gcc in buildrequires -- Gitee