From 8688c7e17e8475da6da2ef05f6a4e803aff75403 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 15:01:59 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/nodejs-nodemon.git#d54043451355033f504759df7bd7a52f36bd37fd --- nodejs-nodemon.spec | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/nodejs-nodemon.spec b/nodejs-nodemon.spec index 4dc9c5f..30aaba8 100644 --- a/nodejs-nodemon.spec +++ b/nodejs-nodemon.spec @@ -1,12 +1,12 @@ %{?nodejs_find_provides_and_requires} %global npm_name nodemon -# Disable until dependencies are met +# Disable until dependencies are bundled %global enable_tests 0 Name: nodejs-%{npm_name} Version: 2.0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Simple monitor script for use during development of a node.js app License: MIT URL: https://github.com/remy/nodemon @@ -19,18 +19,6 @@ BuildRequires: npm ExclusiveArch: %{nodejs_arches} noarch BuildArch: noarch -%if 0%{?enable_tests} -BuildRequires: npm(async) -BuildRequires: npm(coffee-script) -BuildRequires: npm(husky) -BuildRequires: npm(istanbul) -BuildRequires: npm(jscs) -BuildRequires: npm(mocha) -BuildRequires: npm(proxyquire) -BuildRequires: npm(semantic-release) -BuildRequires: npm(should) -%endif - %description Simple monitor script for use during development of a node.js app. @@ -76,6 +64,9 @@ npm run test %{_bindir}/nodemon %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 2.0.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jul 28 2020 Fedora Release Engineering - 2.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild