diff --git a/0001-fix-package.json-make-the-rpm-can-provides-npm-requi.patch b/0001-fix-package.json-make-the-rpm-can-provides-npm-requi.patch index de31d45..1746785 100644 --- a/0001-fix-package.json-make-the-rpm-can-provides-npm-requi.patch +++ b/0001-fix-package.json-make-the-rpm-can-provides-npm-requi.patch @@ -1,5 +1,5 @@ From acd254fc434874d6a5d9600922a5455e1b743cf2 Mon Sep 17 00:00:00 2001 -From: wangxiao65 <287608437@qq.com> +From: wangxiao Date: Wed, 9 Sep 2020 16:16:55 +0800 Subject: [PATCH] fix package.json, make the rpm can provides npm(requirejs) diff --git a/nodejs-requirejs.spec b/nodejs-requirejs.spec index 6b13612..513f14e 100644 --- a/nodejs-requirejs.spec +++ b/nodejs-requirejs.spec @@ -4,7 +4,7 @@ Name: nodejs-requirejs Version: 2.1.11 -Release: 1 +Release: 2 Summary: Node.js adapter for RequireJS, for loading AMD modules License: MIT or BSD URL: https://github.com/jrburke/r.js @@ -58,5 +58,7 @@ popd %changelog +* Fri Sep 11 2020 wangxiao - 2.1.11-2 +- fix package.json * Wed Aug 19 2020 wangxiao - 2.1.11-1 - package init