Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%global npm_name mini-css-extract-plugin

Name: %{?scl_prefix}nodejs-mini-css-extract-plugin
Version: 2.10.1
Version: 2.10.2
Release: 1%{?dist}
Summary: extracts CSS into separate files
License: MIT
Expand All @@ -17,10 +17,10 @@ Source3: https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz
Source4: https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz
Source5: https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz
Source6: https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz
Source7: https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.10.1.tgz
Source7: https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.10.2.tgz
Source8: https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz
Source9: https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz
Source10: https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz
Source10: https://registry.npmjs.org/tapable/-/tapable-2.3.2.tgz
Source11: nodejs-mini-css-extract-plugin-%{version}-registry.npmjs.org.tgz
BuildRequires: %{?scl_prefix_nodejs}npm
%if 0%{!?scl:1}
Expand All @@ -37,10 +37,10 @@ Provides: bundled(npm(ajv-keywords)) = 5.1.0
Provides: bundled(npm(fast-deep-equal)) = 3.1.3
Provides: bundled(npm(fast-uri)) = 3.1.0
Provides: bundled(npm(json-schema-traverse)) = 1.0.0
Provides: bundled(npm(mini-css-extract-plugin)) = 2.10.1
Provides: bundled(npm(mini-css-extract-plugin)) = 2.10.2
Provides: bundled(npm(require-from-string)) = 2.0.2
Provides: bundled(npm(schema-utils)) = 4.3.3
Provides: bundled(npm(tapable)) = 2.3.0
Provides: bundled(npm(tapable)) = 2.3.2
AutoReq: no
AutoProv: no

Expand Down Expand Up @@ -84,6 +84,9 @@ rm -rf %{buildroot} %{npm_cache_dir}
%doc node_modules/%{npm_name}/README.md

%changelog
* Sun Apr 12 2026 Foreman Packaging Automation <packaging@theforeman.org> 2.10.2-1
- Update to 2.10.2

* Wed Mar 18 2026 Foreman Packaging Automation <packaging@theforeman.org> 2.10.1-1
- Update to 2.10.1

Expand Down

This file was deleted.