19
0

2 Commits

8 changed files with 1834 additions and 1183 deletions

Binary file not shown.

BIN
cockpit-subscriptions-12.1.tar.xz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Jan 8 10:24:43 UTC 2026 - Alice Brooks <alice.brooks@suse.com>
- Update to version 12.1
* Update js-yaml to backpatch bsc#1255425/CVE-2025-64718
-------------------------------------------------------------------
Fri Jun 27 06:35:03 UTC 2025 - Alice Brooks <alice.brooks@suse.com>
- Update to version 12
* Translation updates
* Fix state not updating between superuser state changes bsc#1243212
-------------------------------------------------------------------
Thu Jun 5 11:37:43 UTC 2025 - Alice Brooks <alice.brooks@suse.com>
- Update to version 11
* Translation updates
* Fix transactional-update handling of system deregistration
fixes bsc#1244034
* Dependency updates
-------------------------------------------------------------------
Fri May 23 08:57:51 UTC 2025 - Alice Brooks <alice.brooks@suse.com>

View File

@@ -16,7 +16,7 @@
#
Name: cockpit-subscriptions
Version: 10
Version: 12.1
Release: 1%{?dist}
Summary: Cockpit module for managing and registering subscriptions
License: LGPL-2.1-or-later
@@ -42,7 +42,7 @@ Provides: bundled(npm(@patternfly/patternfly)) = 6.2.3
Provides: bundled(npm(@patternfly/react-core)) = 6.2.2
Provides: bundled(npm(@patternfly/react-icons)) = 6.2.2
Provides: bundled(npm(@patternfly/react-styles)) = 6.2.2
Provides: bundled(npm(@patternfly/react-tokens)) = 6.2.2
Provides: bundled(npm(@patternfly/react-tokens)) = 6.4.0
Provides: bundled(npm(attr-accept)) = 2.2.5
Provides: bundled(npm(file-selector)) = 2.1.2
Provides: bundled(npm(focus-trap)) = 7.6.4

Binary file not shown.

File diff suppressed because it is too large Load Diff

1947
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,7 +13,7 @@ fi
### Fetch latest soruces
###
newVersion=$(git ls-remote --tags --refs "https://github.com/openSUSE/cockpit-subscriptions" | cut -d/ -f3- | tail -n1)
newVersion=$(git ls-remote --tags --refs "https://github.com/openSUSE/cockpit-subscriptions" | cut -d/ -f3- | sort -n | tail -n1)
echo "Current version: $curVersion"
echo " New version: $newVersion"