Skip to content
Draft
Show file tree
Hide file tree
Changes from 3 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
5 changes: 4 additions & 1 deletion SPECS/ca-certificates/ca-certificates.spec
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Name: ca-certificates
# When updating, "Epoch, "Version", AND "Release" tags must be updated in the "prebuilt-ca-certificates*" packages as well.
Epoch: 1
Version: %{emt}.0.0
Release: 11%{?dist}
Release: 1%{?dist}
License: MPLv2.0
Vendor: Intel Corporation
Distribution: Edge Microvisor Toolkit
Expand Down Expand Up @@ -340,6 +340,9 @@ rm -f %{pkidir}/tls/certs/*.{0,pem}
%{_bindir}/bundle2pem.sh

%changelog
* Fri Dec 5 2025 Lee Chee Yang <[email protected]> - 1:26.0.0-1
- bump for 26.06 BETA release.

* Fri Oct 3 2025 Lee Chee Yang <[email protected]> - 1:3.0.0-11
- merge from Azure Linux 3.0.20250910-3.0
- Adding 2 new base CAs: 'Microsoft TLS RSA Root G2' and 'Microsoft TLS ECC Root G2'.
Expand Down
8 changes: 4 additions & 4 deletions SPECS/calamares/branding.desc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ strings:
productName: "Edge Microvisor Toolkit"
shortProductName: "Edge Microvisor Toolkit"
version: "${VERSION}"
shortVersion: "${VERSION_ID}"
versionedName: "Edge Microvisor Toolkit ${VERSION_ID}"
shortVersionedName: "Edge Microvisor Toolkit ${VERSION_ID}"
shortVersion: "${VERSION}"
versionedName: "Edge Microvisor Toolkit ${VERSION}"
shortVersionedName: "Edge Microvisor Toolkit ${VERSION}"
bootloaderEntryName: "Edge Microvisor Toolkit"

welcomeExpandingLogo: false
Expand All @@ -26,4 +26,4 @@ style:
SidebarBackground: "#F7F7F8"
SidebarText: "#2B2C30"
SidebarBackgroundCurrent: "#5400C0"
SidebarTextCurrent: "#FFFFFF"
SidebarTextCurrent: "#FFFFFF"
2 changes: 1 addition & 1 deletion SPECS/calamares/calamares.signatures.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Signatures": {
"emt-welcome.png": "2784750b96c9bdaf5e5ac5b8c10b42c5ae3d79c3b1f1fbb2e014ee9875f18913",
"branding.desc": "aaa4338b2122d1de4478f5b6a8344735bb32776f01921e484eb0fee5ca28951a",
"branding.desc": "8a9396ec9d0b9f67d7334d667e4cc76eaea5e9ff0bb62a6ae30e82d0d8d2a67d",
"calamares-3.3.1.tar.gz": "c5a6dd7d2fb7dc5d8a863f37f6f64782b88f79e341f7bf8504eb98dc31f714ef",
"calamares-auto_de.ts": "4a24d817979a83c3f08c163b05f5a4f34a992c1f798a12f3a6b50cde75a852d8",
"calamares-auto_fr.ts": "a65dd534637607533cd725aee3151f10f56b7f606b41fbd3ceeae13d61d8a98f",
Expand Down
5 changes: 4 additions & 1 deletion SPECS/calamares/calamares.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Summary: Installer from a live CD/DVD/USB to disk
# https://github.com/calamares/calamares/issues/1051
Name: calamares
Version: 3.3.1
Release: 15%{?dist}
Release: 16%{?dist}
License: GPLv3+
Vendor: Intel Corporation
Distribution: Edge Microvisor Toolkit
Expand Down Expand Up @@ -241,6 +241,9 @@ install -p -m 644 %{SOURCE21} %{buildroot}%{_sysconfdir}/calamares/settings.conf
%{_libdir}/libcalamaresui.so

%changelog
* Wed Mar 12 2025 Lee Chee Yang <[email protected]> - 3.3.1-16
- update welcome message to match 26.06 BETA release.

* Tue Nov 18 2025 kintalix jayanth <[email protected]> - 3.3.1-15
- Prevent installer from listing installation media devices like bootable USB sticks
- formatted with FAT as valid target disks, thus avoiding accidental overwriting using rufus method
Expand Down
27 changes: 0 additions & 27 deletions SPECS/coredns/CVE-2024-53259.patch

This file was deleted.

38 changes: 0 additions & 38 deletions SPECS/coredns/CVE-2025-22868.patch

This file was deleted.

Loading