Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package local-npm-registry for openSUSE:Factory checked in at 2024-01-04 15:56:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/local-npm-registry (Old) and /work/SRC/openSUSE:Factory/.local-npm-registry.new.28375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "local-npm-registry" Thu Jan 4 15:56:11 2024 rev:4 rq:1135647 version:1.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/local-npm-registry/local-npm-registry.changes 2023-08-02 16:48:01.528467670 +0200 +++ /work/SRC/openSUSE:Factory/.local-npm-registry.new.28375/local-npm-registry.changes 2024-01-04 15:57:20.948412916 +0100 @@ -1,0 +2,5 @@ +Fri Dec 29 11:02:40 UTC 2023 - Adam Majer <[email protected]> + +- Escape `quilt setup` invoked section in the helper script + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ local-npm-registry.spec ++++++ --- /var/tmp/diff_new_pack.zCE0BW/_old 2024-01-04 15:57:21.596436588 +0100 +++ /var/tmp/diff_new_pack.zCE0BW/_new 2024-01-04 15:57:21.600436735 +0100 @@ -44,10 +44,10 @@ cat > %{buildroot}%{_bindir}/local-npm-registry << EOF #!/bin/sh -if [ "x$QUILT_COMMAND" = "xsetup" ] +if [ "x\$QUILT_COMMAND" = "xsetup" ] then echo "Run in setup mode. 'npm install' skipped. Run 'npm ci' manually." - cp "$RPM_SOURCE_DIR/package-lock.json" . + cp "\$RPM_SOURCE_DIR/package-lock.json" . exit 0 fi
