Compare commits
No commits in common. "c8-stream-14" and "c8s-stream-16" have entirely different histories.
c8-stream-
...
c8s-stream
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/nodejs-packaging-fedora-23.tar.xz
|
||||
SOURCES/nodejs-packaging-fedora-25.tar.xz
|
||||
|
||||
@ -1 +1 @@
|
||||
7fa84f4a8aa409eca9694d062eed8eaa8f879345 SOURCES/nodejs-packaging-fedora-23.tar.xz
|
||||
0e76d3eb9757f8e6a5dcb83fa2abc8fb297cc99e SOURCES/nodejs-packaging-fedora-25.tar.xz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||
|
||||
Name: nodejs-packaging
|
||||
Version: 23
|
||||
Release: 3%{?dist}
|
||||
Version: 25
|
||||
Release: 1%{?dist}
|
||||
Summary: RPM Macros and Utilities for Node.js Packaging
|
||||
BuildArch: noarch
|
||||
License: MIT
|
||||
@ -53,6 +53,12 @@ install -Dpm0644 multiver_modules %{buildroot}%{_datadir}/node/multiver_modules
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 02 2020 Stephen Gallagher <sgallagh@redhat.com> - 25-1
|
||||
- Fix incorrect bundled library detection for Requires
|
||||
|
||||
* Tue Sep 01 2020 Stephen Gallagher <sgallagh@redhat.com> - 24-1
|
||||
- Check node_modules_prod for bundled dependencies
|
||||
|
||||
* Wed May 06 2020 Zuzana Svetlikova <zsvetlik@redhat.com> - 23-3
|
||||
- Updated
|
||||
- Removed pathfix.py
|
||||
|
||||
Loading…
Reference in New Issue
Block a user