From 1aaf1d54c0c7345c10a3c05bbcd3cae8ee6f8547 Mon Sep 17 00:00:00 2001 From: peijiankang Date: Wed, 8 Jun 2022 10:29:38 +0800 Subject: [PATCH] add js-marked requires --- kylin-user-guide.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kylin-user-guide.spec b/kylin-user-guide.spec index 197aa4b..d57e5f4 100644 --- a/kylin-user-guide.spec +++ b/kylin-user-guide.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: kylin-user-guide Version: 1.0.4 -Release: 1 +Release: 2 Summary: A component of the ukui desktop environment that provides convenient text License: CC-BY-SA-4.0 and GPL-3.0-or-later URL: http://www.ukui.org @@ -22,7 +22,7 @@ BuildRequires: ukui-interface Requires: js-jquery Requires: nodejs-requirejs -#Requires: js-marked +Requires: js-marked Requires: kylin-user-guide-common @@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/kylin-user-guide/data/* %changelog +* Wed Jun 8 2022 peijiankang - 1.0.4-2 +- add js-marked requires + * Wed Jun 1 2022 peijiankang - 1.0.4-1 - update version to 1.0.4