import UBI nodejs-packaging-26-1.module+el8.8.0+19857+6d2a104d
This commit is contained in:
parent
424ca121a0
commit
6a9b6dc352
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/nodejs-packaging-fedora-25.tar.xz
|
||||
SOURCES/nodejs-packaging-fedora-26.tar.xz
|
||||
|
@ -1 +1 @@
|
||||
0e76d3eb9757f8e6a5dcb83fa2abc8fb297cc99e SOURCES/nodejs-packaging-fedora-25.tar.xz
|
||||
86b037d57ec948f424052cf801864afb5944abe7 SOURCES/nodejs-packaging-fedora-26.tar.xz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||
|
||||
Name: nodejs-packaging
|
||||
Version: 25
|
||||
Version: 26
|
||||
Release: 1%{?dist}
|
||||
Summary: RPM Macros and Utilities for Node.js Packaging
|
||||
BuildArch: noarch
|
||||
@ -53,6 +53,10 @@ install -Dpm0644 multiver_modules %{buildroot}%{_datadir}/node/multiver_modules
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 05 2023 Masahiro Matsuya <mmatsuya@redhat.com> - 26-1
|
||||
- nodejs.prov: find namespaced bundled dependencies
|
||||
- Apply https://src.fedoraproject.org/rpms/nodejs-packaging/c/e24e7df
|
||||
|
||||
* Wed Sep 02 2020 Stephen Gallagher <sgallagh@redhat.com> - 25-1
|
||||
- Fix incorrect bundled library detection for Requires
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user