Technical preview version 0.2 #1
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/cockpit-bootloader</param>
|
||||
<param name="changesrevision">fa7a9b592bc94f12a711e2254c6e021ed98cdeb7</param></service></servicedata>
|
||||
<param name="changesrevision">69c7038074c22757a7dcfc640fea8f523de53239</param></service></servicedata>
|
||||
BIN
cockpit-bootloader-0.1.tar.xz
LFS
BIN
cockpit-bootloader-0.1.tar.xz
LFS
Binary file not shown.
BIN
cockpit-bootloader-0.2.tar.xz
LFS
Normal file
BIN
cockpit-bootloader-0.2.tar.xz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 11 11:04:35 UTC 2025 - Miika Alikirri <miika.alikirri@suse.com>
|
||||
|
||||
- Update to version 0.2:
|
||||
* Initial boot options
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 28 12:20:08 UTC 2025 - Miika Alikirri <miika.alikirri@suse.com>
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
Name: cockpit-bootloader
|
||||
Version: 0.1
|
||||
Version: 0.2
|
||||
Release: 0%{?dist}
|
||||
Summary: Cockpit module for editing bootloader settings
|
||||
License: LGPL-2.1-or-later
|
||||
|
||||
BIN
node_modules.obscpio
LFS
BIN
node_modules.obscpio
LFS
Binary file not shown.
@@ -433,7 +433,7 @@ Source1431: https://registry.npmjs.org/typed-array-buffer/-/typed-array-
|
||||
Source1432: https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz#/typed-array-byte-length-1.0.3.tgz
|
||||
Source1433: https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz#/typed-array-byte-offset-1.0.4.tgz
|
||||
Source1434: https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz#/typed-array-length-1.0.7.tgz
|
||||
Source1435: https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz#/typescript-5.9.2.tgz
|
||||
Source1435: https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz#/typescript-5.8.3.tgz
|
||||
Source1436: https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz#/unbox-primitive-1.1.0.tgz
|
||||
Source1437: https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz#/uri-js-4.4.1.tgz
|
||||
Source1438: https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz#/util-deprecate-1.0.2.tgz
|
||||
|
||||
8
package-lock.json
generated
8
package-lock.json
generated
@@ -41,7 +41,7 @@
|
||||
"stylelint-config-standard": "39.0.0",
|
||||
"stylelint-config-standard-scss": "16.0.0",
|
||||
"stylelint-formatter-pretty": "4.0.1",
|
||||
"typescript": "5.9.2"
|
||||
"typescript": "5.8.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 16"
|
||||
@@ -6781,9 +6781,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/typescript": {
|
||||
"version": "5.9.2",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz",
|
||||
"integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
|
||||
"version": "5.8.3",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
|
||||
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"bin": {
|
||||
|
||||
Reference in New Issue
Block a user