forked from pool/cockpit-repos
Compare commits
1 Commits
5606bd6c96
...
a0ed85d29a
Author | SHA256 | Date | |
---|---|---|---|
a0ed85d29a
|
BIN
cockpit-repos-3.tar.xz
(Stored with Git LFS)
BIN
cockpit-repos-3.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
cockpit-repos-4.3.tar.xz
(Stored with Git LFS)
Normal file
BIN
cockpit-repos-4.3.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 15 08:41:39 UTC 2025 - Luna D Dragon <luna.dragon@suse.com>
|
||||||
|
|
||||||
|
- Update to version 4.3
|
||||||
|
* Update to patternfly 6
|
||||||
|
* Node Modules updates
|
||||||
|
* Bug fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 21 11:53:22 UTC 2025 - Alice Brooks <alice.brooks@suse.com>
|
Fri Mar 21 11:53:22 UTC 2025 - Alice Brooks <alice.brooks@suse.com>
|
||||||
|
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: cockpit-repos
|
Name: cockpit-repos
|
||||||
Version: 3
|
Version: 4.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A Cockpit module for managing system repositories
|
Summary: A Cockpit module for managing system repositories
|
||||||
URL: https://github.com/openSUSE/cockpit-repos
|
URL: https://github.com/openSUSE/cockpit-repos
|
||||||
@@ -27,7 +27,6 @@ Source10: package-lock.json
|
|||||||
Source11: node_modules.spec.inc
|
Source11: node_modules.spec.inc
|
||||||
Source12: update_version.sh
|
Source12: update_version.sh
|
||||||
%include %_sourcedir/node_modules.spec.inc
|
%include %_sourcedir/node_modules.spec.inc
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if ! 0%{?suse_version}
|
%if ! 0%{?suse_version}
|
||||||
ExclusiveArch: %{nodejs_arches} noarch
|
ExclusiveArch: %{nodejs_arches} noarch
|
||||||
@@ -47,22 +46,19 @@ BuildRequires: gettext
|
|||||||
BuildRequires: libappstream-glib-devel
|
BuildRequires: libappstream-glib-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: local-npm-registry
|
BuildRequires: local-npm-registry
|
||||||
|
BuildRequires: cockpit-devel >= 337
|
||||||
|
|
||||||
Requires: cockpit-bridge
|
Requires: cockpit-bridge
|
||||||
|
|
||||||
Provides: bundled(npm(@patternfly/patternfly)) = 5.4.2
|
Provides: bundled(npm(@patternfly/patternfly)) = 6.2.3
|
||||||
Provides: bundled(npm(@patternfly/react-core)) = 5.4.12
|
Provides: bundled(npm(@patternfly/react-core)) = 6.2.2
|
||||||
Provides: bundled(npm(@patternfly/react-core)) = 6.1.0
|
Provides: bundled(npm(@patternfly/react-icons)) = 6.2.2
|
||||||
Provides: bundled(npm(@patternfly/react-icons)) = 5.4.2
|
Provides: bundled(npm(@patternfly/react-styles)) = 6.2.2
|
||||||
Provides: bundled(npm(@patternfly/react-icons)) = 6.1.0
|
Provides: bundled(npm(@patternfly/react-table)) = 6.2.2
|
||||||
Provides: bundled(npm(@patternfly/react-styles)) = 5.4.1
|
Provides: bundled(npm(@patternfly/react-tokens)) = 6.2.2
|
||||||
Provides: bundled(npm(@patternfly/react-styles)) = 6.1.0
|
|
||||||
Provides: bundled(npm(@patternfly/react-table)) = 6.1.0
|
|
||||||
Provides: bundled(npm(@patternfly/react-tokens)) = 5.4.1
|
|
||||||
Provides: bundled(npm(@patternfly/react-tokens)) = 6.1.0
|
|
||||||
Provides: bundled(npm(attr-accept)) = 2.2.5
|
Provides: bundled(npm(attr-accept)) = 2.2.5
|
||||||
Provides: bundled(npm(file-selector)) = 2.1.2
|
Provides: bundled(npm(file-selector)) = 2.1.2
|
||||||
Provides: bundled(npm(focus-trap)) = 7.6.2
|
Provides: bundled(npm(focus-trap)) = 7.6.4
|
||||||
Provides: bundled(npm(js-tokens)) = 4.0.0
|
Provides: bundled(npm(js-tokens)) = 4.0.0
|
||||||
Provides: bundled(npm(lodash)) = 4.17.21
|
Provides: bundled(npm(lodash)) = 4.17.21
|
||||||
Provides: bundled(npm(loose-envify)) = 1.4.0
|
Provides: bundled(npm(loose-envify)) = 1.4.0
|
||||||
@@ -80,7 +76,7 @@ Provides: bundled(npm(tslib)) = 2.8.1
|
|||||||
A Cockpit module for managing system repositories
|
A Cockpit module for managing system repositories
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup -n %{name}
|
||||||
rm -f package-lock.json
|
rm -f package-lock.json
|
||||||
local-npm-registry %{_sourcedir} install --include=dev --ignore-scripts
|
local-npm-registry %{_sourcedir} install --include=dev --ignore-scripts
|
||||||
|
|
||||||
|
BIN
node_modules.obscpio
(Stored with Git LFS)
BIN
node_modules.obscpio
(Stored with Git LFS)
Binary file not shown.
File diff suppressed because it is too large
Load Diff
1193
package-lock.json
generated
1193
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user