- Revert Requires: back to npm-default. If we need support for

Fedora to have something else, we can do this another way
  https://en.opensuse.org/openSUSE:Build_Service_prjconf#Substitute

OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/local-npm-registry?expand=0&rev=6
This commit is contained in:
Adam Majer 2022-08-16 16:45:11 +00:00 committed by Git OBS Bridge
parent 3b459cd69a
commit 66e437abc7
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Aug 16 16:43:23 UTC 2022 - Adam Majer <adam.majer@suse.de>
- Revert Requires: back to npm-default. If we need support for
Fedora to have something else, we can do this another way
https://en.opensuse.org/openSUSE:Build_Service_prjconf#Substitute
-------------------------------------------------------------------
Mon Aug 15 15:59:04 UTC 2022 - Bruno Pitrus <brunopitrus@hotmail.com>
- Allow the user to override `node` and `npm` commands in PATH.

View File

@ -1,7 +1,7 @@
#
# spec file for package local-npm-registry
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,7 +24,7 @@ License: GPL-3.0-or-later
URL: https://github.com/openSUSE/npm-localhost-proxy
Source: https://github.com/openSUSE/npm-localhost-proxy/releases/download/v%{version}/local_npm_registry-v%{version}.tar.gz
Patch0: 0001-Allow-the-user-to-provide-their-own-npm-command-by-m.patch
Requires: npm
Requires: npm-default
BuildArch: noarch
%description