What to know about “Failed to perform Veeam Worker Upgrade”

Recently, while testing “Backup and Restore Proxmox VE virtual machines with Veeam“. Therefore, i will show you “What to know about “Failed to perform Veeam Worker Upgrade”‘ when you ran into this error. This worker is vital because, without worker(s). The Veeam Backup and Replication server itself would handle the data transfer and help distribute the workload efficiently across the infrastructure. Please, see How to deploy Ansible AWX on centos 8, and How to use Windows 11 PC Health Check App.
A Veeam worker is a Linux-based VM deployed on a Proxmox VE host. It handles the actual backup and restore data traffic. In other words, it offloads the heavy lifting from the backup server. This ensures that data moves efficiently between the Proxmox VE environment and the backup repository.
Also, see What are the differences between dnf and apt package managers?, and how to fix “Error 1064: An exception occurred in the service when handling the control request“. Here is how to fix “Unable to access the image: Make sure that the image path and the Windows directory for the image exist and you have Read permissions on the folder“.
Architecture
Below is the architecture for Veeam Backup for Proxmox VE. The Veeam Backup for Proxmox VE architecture includes a Proxmox VE server, a VBR (backup server), a plug-in. Also, included is a backup repository, and worker as shown in the image below.
The Proxmox VE server runs the virtualization platform and provides access to storage, networks, and VMs during backup and restore. The Windows-based backup server hosts Veeam Backup & Replication and manages configuration, scheduling, and resource allocation.
The Proxmox VE Plug-in integrates the backup server with the Proxmox VE server and enables worker deployment. From version 12.3.1 and above, you do not have to manually install this plugin. As you can see from the image. The backup repository stores the VM backups and rely on Veeam Data Mover to process and transfer data, either on the repository itself or through a gateway server.
Please, see Convert Windows Server Datacenter to Standard: Install via iDRAC Virtual Media, and How to delete a VM and Storage in Proxmox.
Failed to perform Veeam Worker Update [Warning]
Now that we know what a worker is as it relates to Veeam Backup for Proxmox, we will now dive into what we need to know about “Failed to perform Veeam Worker Upgrade”. or possibly, how to fix or contact Veeam Support.
As you can see below, when testing the Proxmox worker. You may want to test your worker due to the follow reasons below.
Testing a Veeam worker in a Proxmox VE environment ensures that the worker service starts successfully, can connect to both the backup server and the host, and has the latest updates installed. This proactive step helps identify and resolve potential configuration issues before initiating backup or restore operations, leading to more reliable and efficient data protection processes
As you can see below, it ran correctly but was unable to install updates: failed to perform upgrades.

As you can see, the path to check in order to pinpoint the root cause has also been specified by Veeam below and also in the image attached.
C:\ProgramData\Veeam\Backup\Plugins\PVE\workers\Worker-PVE01_8fb4065b-355f-4b5b-8f52-9bca1310f8f5\Worker-PVE01_8fb4065b-355f-4b5b-8f52-9bca1310f8f52025-08-25_17-47-22.5707081.zip\veeam\veeam-updater
Please, see how to Fix SMB Freezes That Break Backups on Critical Linux Servers, Veeam Backup Console must be updated to the latest version, and how to Upgrade Veeam Backup and Replication v12.3.x to 12.3.2.
Troubleshooting failed to upgrade Veeam Worker
Having navigated tot he path, we will have to reveal the updater log file

You can use your favorite text Editor. I will use notepad in this case.

Please, see Veeam Agent for AIX: Initial Deploy/UUID Error, how to Protect your Windows Devices with MFA with SystoLOCK, and how to Set up Microsoft PKI (ADCS) for SystoLOCK via PowerShell.
Updater Log Trace
As you can see, you will be able to view the hardware and network properties of the Worker VM in the updater.log file. Note that this is not the complete log file. But you will find all useful information to troubleshoot or get to know why this warning was prompted.
Starting log. Severity threshold: Information, LogFilesNumber = 10, LogFileMaxSize = 10 Mbs, ArchivesLimit = 10
-----------------------------------------------------------------------------------------------------------------
Release version : 11.0.0.754
Application : Veeam.Updater, Version=11.0.0.754, Culture=neutral, PublicKeyToken=null
OS Platform : Unix
Architecture : X64
OS Version : Unix 4.18.0.553
OS Description : Rocky Linux 8.10 (Green Obsidian)
CLR Version : 8.0.13
Machine : Worker-PVE01
Account : Worker-PVE01\root
Culture Info : en-US
Timezone name : (UTC+01:00) Central European Time (Prague)
Daylight saving : True
Network Interfaces:
1. lo
Operational Status....................... : Up
Physical Address......................... : 000000000000
Interface Type........................... : Loopback
DNS suffix .............................. : fritz.box
Gateways: -
Unicast IP Addresses:
127.0.0.1
::1
IP Addresses:
::1
127.0.0.1
2. eth0
Operational Status....................... : Up
Physical Address......................... : Bxxx
Interface Type........................... : Ethernet
DNS suffix .............................. : xxxx
Gateways: -
Unicast IP Addresses:
IP Addresses:
::1
127.0.0.1
2025-08-25 17:28:26.4943 00001 [798] INFO | [Program]: Veeam Updater Service started with arguments: "["13140"]"
2025-08-25 17:28:26.6704 00001 [798] INFO | [Program]: Running Veeam.Updater services:
"PID=798 Name=Veeam.Updater Mem=58.68Mb PeakMem=58.68Mb Time=00:00:00.4400000"
2025-08-25 17:28:26.6856 00001 [798] INFO | [Program]: Base directory /opt/VeeamUpdater/
2025-08-25 17:28:26.8114 00001 [798] INFO | [Program]: App settings: "{"Logging":{"ArchiveAboveSizeMb":10,"ArchiveOldFileOnStartup":false,"MaxServiceArchiveFiles":10,"KeepLogsFor":"10 days","LogLevel":"information","LogTargets":[{"Name":"updater","FileName":"/var/log/veeam/veeam-updater/updater.log","Loggers":"*","Filters":"Workflow,TaskManager,ScriptingCache,Veeam.Updater.Database.,Microsoft.,HttpLoggingMiddleware,RestApi"},{"Name":"updater_rest_api","FileName":"/var/log/veeam/veeam-updater/rest_api.log","Loggers":"HttpLoggingMiddleware,RestApi","Filters":""},{"Name":"scriptingCache","FileName":"/var/log/veeam/veeam-updater/scripting_cache.log","Loggers":"ScriptingCache","Filters":""},{"Name":"dbContext","FileName":"/var/log/veeam/veeam-updater/dbcontext.log","Loggers":"Veeam.Updater.Database.UpdaterDbContext,Microsoft.EntityFrameworkCore,Microsoft.EntityFrameworkCore.Database,Microsoft.EntityFrameworkCore.Database.Command,Microsoft.EntityFrameworkCore.Database.Connection,Microsoft.EntityFrameworkCore.Database.Transaction","Filters":""},{"Name":"product","FileName":"/var/log/veeam/veeam-updater/product.log","Loggers":"Product","Filters":""}]},"Host":{"Port":13136,"AllowedHosts":"localhost"},"SessionManager":{"Retention":"90 days","RetentionInterval":"12 hours"},"SyncUpdaterConfig":true,"SelfUpdateEnabled":true,"UiSessionInactivityTimeout":"30 min","Shell":{"CommandExecTimeout":"10 min"},"Download":{"retryCount":3,"retryDelay":"10 sec"},"RestApi":{"AccessTokenLifetime":"1 hour","RefreshTokenLifetime":"2 hour"}}"
2025-08-25 17:28:28.2039 00001 [798] INFO | [FileDownloaderFactory]: {"retryCount":3,"retryDelay":"10 sec"}
2025-08-25 17:28:28.2079 00001 [798] INFO | [ConfigManager]: Reading product config /etc/veeam-updater
2025-08-25 17:28:28.8662 00001 [798] INFO | [Shell]: Run command: dnf needs-restarting -r
2025-08-25 17:28:32.2707 00004 [798] INFO | [AuthorizationService]: Found and loaded certificate CD513295222B03C17962FD8D61A48F210D9A96D6
2025-08-25 17:28:32.2724 00004 [798] INFO | [UpdaterService]: StartAsync enter
2025-08-25 17:28:32.2724 00004 [798] INFO | [UpdaterService]: Using config url: https://repository.veeam.com/vbpve/configs/config_vbpve_v1_3_rocky.yml
2025-08-25 17:28:32.2962 00004 [798] INFO | [SessionManager]: Finalize incomplete sessions
2025-08-25 17:28:32.3449 00006 [798] INFO | [UpdaterService]: StartAsync enter
2025-08-25 17:28:32.3449 00004 [798] INFO | [UpdaterService]: StartAsync leave
2025-08-25 17:28:32.3449 00004 [798] INFO | [UpdaterScheduler]: StartAsync enter
2025-08-25 17:28:32.3466 00006 [798] INFO | [ConfigManager]: RefreshConfigAsync enter
2025-08-25 17:28:32.3471 00006 [798] INFO | [FileSystem]: Creating directory /etc/veeam-updater/f26eafee-5771-493f-9eb2-6b7d11563b83
2025-08-25 17:28:32.3491 00004 [798] INFO | [UpdaterScheduler]: StartAsync leave
2025-08-25 17:28:32.3509 00004 [798] INFO | [SessionManager]: Clean up old sessions
2025-08-25 17:28:32.3677 00006 [798] INFO | [ConfigManager]: Connectivity settings are {"InternetConnectionEnabled":true,"NotificationsToProductEnabled":false}
2025-08-25 17:28:32.3945 00006 [798] INFO | [FileDownloader]: Created tmp file /tmp/tmpG1HCeC.tmp
2025-08-25 17:28:32.3945 00006 [798] INFO | [FileDownloader]: Download file https://repository.veeam.com/vbpve/configs/config_vbpve_v1_3_rocky_rev11.yml
2025-08-25 17:28:32.6976 00007 [798] INFO | [FileSystem]: Moving file /tmp/tmpG1HCeC.tmp to /etc/veeam-updater/f26eafee-5771-493f-9eb2-6b7d11563b83/config_vbpve_v1_3_rocky_rev11.yml
2025-08-25 17:28:32.7431 00004 [798] INFO | [Startup]: Startup finished
2025-08-25 17:28:34.8132 00007 [798] INFO | [ConfigManager]: Append local origin
2025-08-25 17:28:34.8269 00007 [798] INFO | [ConfigManager]: Append local origins
2025-08-25 17:28:34.8420 00007 [798] INFO | [RpmSourceListsCreator]: Created tmp file /tmp/tmp4ieUU1.tmp
2025-08-25 17:28:34.8430 00007 [798] INFO | [FileSystem]: Writing text content to /tmp/tmp4ieUU1.tmp
2025-08-25 17:28:34.8430 00007 [798] INFO | [FileSystem]: Moving file /tmp/tmp4ieUU1.tmp to /etc/yum.repos.d/veeam.repo
2025-08-25 17:28:34.8454 00007 [798] INFO | [Shell]: Run command: dnf repolist -q --assumeyes --cacheonly
2025-08-25 17:28:35.1998 00004 [798] INFO | [ConfigManager]: New config is available
2025-08-25 17:28:35.2119 00004 [798] INFO | [UpdaterService]: Using updater config: /etc/veeam-updater/f26eafee-5771-493f-9eb2-6b7d11563b83/config_vbpve_v1_3_rocky_rev11.yml
{
"ConfigId": "b07e28a7-568c-422c-8cdc-9109e6e987d9",
"IsDefault": false,
"Theme": "Malachite",
"ProductId": "f26eafee-5771-493f-9eb2-6b7d11563b83",
"FetchUpdatesPeriod": "12 hours",
"ProductNotificationPeriod": "2 hours",
"ConfigCheckPeriod": "1 day",
"ServiceStatusCheckTimeout": "5 min",
"ProductRestApi": {
"Auth": {
"Route": "/api/oauth2/token",
"AdditionalParams": "grantType=updaterToken",
"UpdaterTokenParam": "updaterToken",
"AccessTokenProperty": "accessToken"
},
"Route": "/api/v6/updates",
"Port": 443
},
"SupportLinks": [
{
"Text": "Veeam Help Center",
"Url": "https://helpcenter.veeam.com/"
},
{
"Text": "Veeam R\u0026D Forums",
"Url": "https://forums.veeam.com/"
},
{
"Text": "Veeam Customer Support Portal",
"Url": "https://www.veeam.com/support.html"
}
],
"Origins": [
{
"Id": "fb53d20e-8f67-4bfd-ae75-5f1462e4342b",
"Type": "veeam",
"Name": "Veeam minor updates",
"Mode": "groupByMajor",
"ReposConfigs": [
{
"Id": "veeam-pve-production",
"OnlySecurityUpdates": false
}
],
"PackagesToInclude": [],
"PackagesToExclude": [],
"ReposToCreate": [
{
"Info": "[veeam-pve-production]\nname=veeam\nbaseurl=https://repository.veeam.com/vbpve/1.3/rocky/8/x86_64/\nenabled=1\ngpgcheck=1\ngpgkey=https://repository.veeam.com/keys/RPM-E6FBD664"
}
],
"IsProductOrigin": true,
"IsLocal": false
},
{
"Id": "3dc449bc-e2c9-11ea-b947-737b1e6bc55d",
"Type": "rocky",
"Name": "Rocky Linux security updates",
"Mode": "groupByMajor",
"ReposConfigs": [
{
"Id": "appstream",
"OnlySecurityUpdates": true
},
{
"Id": "baseos",
"OnlySecurityUpdates": true
},
{
"Id": "epel",
"OnlySecurityUpdates": true
}
],
"PackagesToInclude": [],
"PackagesToExclude": [
"dotnet*",
"aspnetcore*"
],
"ReposToCreate": [],
"IsProductOrigin": false,
"IsLocal": false
},
{
"Id": "47c1400a-c672-4307-b7bc-4294b7da874e",
"Type": "dotNet",
"Name": "DotNet updates",
"Mode": "groupByMajor",
"ReposConfigs": [
{
"Id": "appstream",
"OnlySecurityUpdates": false
}
],
"PackagesToInclude": [
"dotnet*",
"aspnetcore*"
],
"PackagesToExclude": [],
"ReposToCreate": [],
"IsProductOrigin": false,
"IsLocal": false
},
{
"Id": "10ca1a6e-de9b-4b92-bd00-176e96b59e8a",
"Type": "veeam",
"Name": "Veeam local updates",
"Mode": "all",
"ReposConfigs": [
{
"Id": "veeam-local",
"OnlySecurityUpdates": false
}
],
"PackagesToInclude": [],
"PackagesToExclude": [],
"ReposToCreate": [
{
"Info": "[veeam-local]\nname=veeam-local\nbaseurl=file:///var/www/veeam_local_repo\nenabled=1\ngpgcheck=0"
}
],
"IsProductOrigin": true,
"IsLocal": true
}
],
"Scripts": [],
"RestartParameters": [
{
"Packages": [
"dotnet*",
"aspnetcore*"
],
"ServicesToRestart": [
"VeeamBackupWorker"
]
},
{
"Packages": [
"veeamworkerpve*"
],
"ServicesToRestart": [
"VeeamBackupWorker"
]
}
],
"LocalOrigins": [
{
"Id": "10ca1a6e-de9b-4b92-bd00-176e96b59e8a",
"Type": "veeam",
"Name": "Veeam local updates",
"Mode": "all",
"ReposConfigs": [
{
"Id": "veeam-local",
"OnlySecurityUpdates": false
}
],
"PackagesToInclude": [],
"PackagesToExclude": [],
"ReposToCreate": [
{
"Info": "[veeam-local]\nname=veeam-local\nbaseurl=file:///var/www/veeam_local_repo\nenabled=1\ngpgcheck=0"
}
],
"IsProductOrigin": true,
"IsLocal": true
}
]
}
2025-08-25 17:28:35.2119 00004 [798] INFO | [UpdaterService]: Schedule fetch updates
2025-08-25 17:28:35.2138 00004 [798] INFO | [UpdaterScheduler]: Schedule periodic product notifications with period 02:00:00
2025-08-25 17:28:35.2141 00004 [798] INFO | [FileSystem]: Create symbolic link /etc/veeam-updater/updater_cert.key -> /etc/veeam-updater/ssl/updater_cert.pfx
2025-08-25 17:28:35.2156 00004 [798] INFO | [FileSystem]: Writing text content to /var/www/updater/settings.json
2025-08-25 17:28:35.2168 00004 [798] INFO | [FileSystem]: Change file permissions for /var/www/updater/settings.json, OtherRead, GroupRead, UserRead
2025-08-25 17:28:35.2170 00004 [798] INFO | [ConfigManager]: RefreshConfigAsync leave
2025-08-25 17:28:35.2170 00004 [798] INFO | [UpdaterService]: StartAsync leave
2025-08-25 17:28:35.2195 00006 [798] INFO | [UpdaterService]: Change state from Init to Init
2025-08-25 17:28:35.2217 00006 [798] INFO | [Shell]: Run command: systemctl disable dnf-makecache.timer
2025-08-25 17:28:35.3720 00004 [798] INFO | [Shell]: Run command: systemctl stop dnf-makecache.timer
2025-08-25 17:28:35.3856 00004 [798] INFO | [FileSystem]: Deleting file /etc/veeam-updater/restart_service
2025-08-25 17:28:35.3856 00004 [798] INFO | [FileSystem]: Deleting file /var/www/updater/updater_ui_stub.html
2025-08-25 17:28:35.3863 00006 [798] INFO | [UpdaterService]: StartAsync enter
2025-08-25 17:28:35.3924 00006 [798] INFO | [UpdaterService]: StartAsync leave
2025-08-25 17:28:35.3937 00006 [798] INFO | [UpdaterService]: EnqueueFetchUpdatesAsync enter
2025-08-25 17:28:35.3937 00006 [798] INFO | [UpdaterService]: Change state from Init to Checking
2025-08-25 17:28:35.4100 00006 [798] INFO | [Shell]: Run command: dnf clean all
2025-08-25 17:28:35.7413 00007 [798] INFO | [Shell]: Run command: bash /etc/veeam-updater/scripts/local-repo/scan_local_repo.sh /var/www/veeam_local_repo
2025-08-25 17:28:35.8193 00013 [798] INFO | [Shell]: Run command: dnf makecache --assumeyes -q
2025-08-25 17:28:43.8050 00013 [798] INFO | [SystemClock]: Timezone change has been detected Timezone=Europe/Berlin, clear cached data
2025-08-25 17:29:56.2844 00013 [798] WARN | [Shell]: Failed to execute command dnf makecache --assumeyes -q
2025-08-25 17:29:56.2844 00013 [798] WARN | [Shell]: Command output is
StdOut:
StdErr: Error: Failed to download metadata for repo 'veeam-pve-production': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
Exit code: 1
2025-08-25 17:29:56.2969 00013 [798] INFO | [Shell]: Run command: dnf list --update updates -q --assumeyes --cacheonly --repo=veeam-pve-production
2025-08-25 17:29:56.6465 00004 [798] WARN | [Shell]: Failed to execute command dnf list --update updates -q --assumeyes --cacheonly --repo=veeam-pve-production
2025-08-25 17:29:56.6465 00004 [798] WARN | [Shell]: Command output is
StdOut:
StdErr: Error: Cache-only enabled but no cache for 'veeam-pve-production'
Exit code: 1
2025-08-25 17:29:56.6504 00004 [798] INFO | [NotificationManager]: Add fetch updates failure notification for fb53d20e-8f67-4bfd-ae75-5f1462e4342b
2025-08-25 17:29:56.7275 00004 [798] ERROR | [PackageManager]: Failed to fetch updates for Veeam minor updates: Veeam.Updater.Common.Sys.ShellException: Exception of type 'Veeam.Updater.Common.Sys.ShellException' was thrown.
2025-08-25 17:29:56.7275 00004 [798] ERROR | [PackageManager]: at Veeam.Updater.Common.Sys.ExecutionResult.ThrowIfFailed()
2025-08-25 17:29:56.7275 00004 [798] ERROR | [PackageManager]: at Veeam.Updater.Packaging.Rpm.FetchUpdatesCommand.ExecAsync(IShell shell, CancellationToken cancellationToken)
2025-08-25 17:29:56.7275 00004 [798] ERROR | [PackageManager]: at Veeam.Updater.Packaging.Rpm.RpmRepoView.FetchUpdatesAsync(CancellationToken cancellationToken)
2025-08-25 17:29:56.7275 00004 [798] ERROR | [PackageManager]: at Veeam.Updater.Packaging.PackageManager.FetchUpdatesAsync(IRepoView repoView, CancellationToken cancellationToken)
2025-08-25 17:29:56.7275 00004 [798] ERROR | [PackageManager]: at Veeam.Updater.Packaging.PackageManager.FetchUpdatesAsync(List`1 configs, UpdaterConfig config, ProxySettings proxySettings, CancellationToken cancellationToken, Action`2 onFailFetchUpdates)
2025-08-25 17:29:56.7337 00004 [798] INFO | [Shell]: Run command: dnf list --update updates -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel --security
2025-08-25 17:29:58.6477 00015 [798] INFO | [PackageManager]: Found 42 updates in Rocky Linux security updates
2025-08-25 17:29:58.6502 00015 [798] INFO | [Shell]: Run command: dnf list --installed emacs-filesystem.noarch -q --assumeyes --cacheonly
2025-08-25 17:29:59.0313 00004 [798] INFO | [PackageViewBase]: Create PackageInfo for emacs-filesystem.noarch
2025-08-25 17:29:59.0348 00004 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available emacs-filesystem.noarch -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:30:00.1306 00004 [798] INFO | [Shell]: Run command: dnf changelog emacs-filesystem.noarch --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:07.6719 00004 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update emacs-filesystem-1:26.1-15.el8_10.noarch --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:08.7900 00015 [798] INFO | [Shell]: Run command: dnf list --installed expat.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:31:09.1495 00004 [798] INFO | [PackageViewBase]: Create PackageInfo for expat.x86_64
2025-08-25 17:31:09.1495 00004 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available expat.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:10.2387 00004 [798] INFO | [Shell]: Run command: dnf changelog expat.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:11.3582 00004 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update expat-2.2.5-17.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:12.4536 00004 [798] INFO | [Shell]: Run command: dnf list --installed freetype.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:31:12.8166 00004 [798] INFO | [PackageViewBase]: Create PackageInfo for freetype.x86_64
2025-08-25 17:31:12.8166 00004 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available freetype.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:13.9030 00004 [798] INFO | [Shell]: Run command: dnf changelog freetype.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:15.0265 00015 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update freetype-2.9.1-10.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:16.1230 00016 [798] INFO | [Shell]: Run command: dnf list --installed glib2.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:31:16.5099 00016 [798] INFO | [PackageViewBase]: Create PackageInfo for glib2.x86_64
2025-08-25 17:31:16.5099 00016 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available glib2.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:17.6182 00015 [798] INFO | [Shell]: Run command: dnf changelog glib2.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:18.7508 00017 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update glib2-2.56.4-166.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:19.8366 00015 [798] INFO | [Shell]: Run command: dnf list --installed glibc.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:31:20.1944 00017 [798] INFO | [PackageViewBase]: Create PackageInfo for glibc.x86_64
2025-08-25 17:31:20.1944 00017 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available glibc.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:21.2794 00015 [798] INFO | [Shell]: Run command: dnf changelog glibc.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:22.4596 00015 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update glibc-2.28-251.el8_10.25.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:23.5553 00016 [798] INFO | [Shell]: Run command: dnf list --installed glibc-common.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:31:23.9178 00016 [798] INFO | [PackageViewBase]: Create PackageInfo for glibc-common.x86_64
2025-08-25 17:31:23.9179 00016 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available glibc-common.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:25.0059 00017 [798] INFO | [Shell]: Run command: dnf changelog glibc-common.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:26.1917 00017 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update glibc-common-2.28-251.el8_10.25.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:27.3154 00015 [798] INFO | [Shell]: Run command: dnf list --installed glibc-gconv-extra.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:31:27.6794 00015 [798] INFO | [PackageViewBase]: Create PackageInfo for glibc-gconv-extra.x86_64
2025-08-25 17:31:27.6794 00015 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available glibc-gconv-extra.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:28.7664 00015 [798] INFO | [Shell]: Run command: dnf changelog glibc-gconv-extra.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:29.9582 00015 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update glibc-gconv-extra-2.28-251.el8_10.25.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:31.0588 00016 [798] INFO | [Shell]: Run command: dnf list --installed glibc-langpack-en.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:31:31.4220 00016 [798] INFO | [PackageViewBase]: Create PackageInfo for glibc-langpack-en.x86_64
2025-08-25 17:31:31.4220 00016 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available glibc-langpack-en.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:32.5164 00016 [798] INFO | [Shell]: Run command: dnf changelog glibc-langpack-en.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:33.7247 00017 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update glibc-langpack-en-2.28-251.el8_10.25.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:34.8183 00016 [798] INFO | [Shell]: Run command: dnf list --installed jq.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:31:35.1839 00016 [798] INFO | [PackageViewBase]: Create PackageInfo for jq.x86_64
2025-08-25 17:31:35.1839 00016 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available jq.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:36.2792 00015 [798] INFO | [Shell]: Run command: dnf changelog jq.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:37.4381 00015 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update jq-1.6-11.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:38.5371 00017 [798] INFO | [Shell]: Run command: dnf list --installed kernel.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:31:38.8931 00017 [798] INFO | [PackageViewBase]: Create PackageInfo for kernel.x86_64
2025-08-25 17:31:38.8931 00017 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available kernel.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:39.9803 00004 [798] INFO | [Shell]: Run command: dnf changelog kernel.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:41.3394 00004 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update kernel-4.18.0-553.69.1.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:42.4278 00017 [798] INFO | [Shell]: Run command: dnf list --installed kernel-core.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:31:42.7897 00017 [798] INFO | [PackageViewBase]: Create PackageInfo for kernel-core.x86_64
2025-08-25 17:31:42.7897 00017 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available kernel-core.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:43.8904 00017 [798] INFO | [Shell]: Run command: dnf changelog kernel-core.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:45.2555 00004 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update kernel-core-4.18.0-553.69.1.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:46.3559 00017 [798] INFO | [Shell]: Run command: dnf list --installed kernel-modules.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:31:46.7423 00017 [798] INFO | [PackageViewBase]: Create PackageInfo for kernel-modules.x86_64
2025-08-25 17:31:46.7423 00017 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available kernel-modules.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:47.8249 00017 [798] INFO | [Shell]: Run command: dnf changelog kernel-modules.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:49.1879 00004 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update kernel-modules-4.18.0-553.69.1.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:50.2796 00017 [798] INFO | [Shell]: Run command: dnf list --installed kernel-tools.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:31:50.6400 00004 [798] INFO | [PackageViewBase]: Create PackageInfo for kernel-tools.x86_64
2025-08-25 17:31:50.6400 00004 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available kernel-tools.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:51.7238 00004 [798] INFO | [Shell]: Run command: dnf changelog kernel-tools.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:53.0900 00016 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update kernel-tools-4.18.0-553.69.1.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:54.1811 00004 [798] INFO | [Shell]: Run command: dnf list --installed kernel-tools-libs.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:31:54.5421 00017 [798] INFO | [PackageViewBase]: Create PackageInfo for kernel-tools-libs.x86_64
2025-08-25 17:31:54.5421 00017 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available kernel-tools-libs.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:55.6258 00017 [798] INFO | [Shell]: Run command: dnf changelog kernel-tools-libs.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:57.0155 00016 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update kernel-tools-libs-4.18.0-553.69.1.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:58.1119 00016 [798] INFO | [Shell]: Run command: dnf list --installed krb5-libs.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:31:58.4753 00016 [798] INFO | [PackageViewBase]: Create PackageInfo for krb5-libs.x86_64
2025-08-25 17:31:58.4753 00016 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available krb5-libs.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:31:59.5598 00017 [798] INFO | [Shell]: Run command: dnf changelog krb5-libs.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:00.7121 00017 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update krb5-libs-1.18.2-32.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:01.8100 00016 [798] INFO | [Shell]: Run command: dnf list --installed libblockdev.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:32:02.1724 00004 [798] INFO | [PackageViewBase]: Create PackageInfo for libblockdev.x86_64
2025-08-25 17:32:02.1724 00004 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available libblockdev.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:03.2603 00017 [798] INFO | [Shell]: Run command: dnf changelog libblockdev.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:04.3817 00004 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update libblockdev-2.28-7.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:05.4761 00016 [798] INFO | [Shell]: Run command: dnf list --installed libblockdev-crypto.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:32:09.0529 00017 [798] INFO | [PackageViewBase]: Create PackageInfo for libblockdev-crypto.x86_64
2025-08-25 17:32:09.0529 00017 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available libblockdev-crypto.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:10.3326 00016 [798] INFO | [Shell]: Run command: dnf changelog libblockdev-crypto.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:11.7091 00004 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update libblockdev-crypto-2.28-7.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:12.8263 00016 [798] INFO | [Shell]: Run command: dnf list --installed libblockdev-fs.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:32:13.1959 00016 [798] INFO | [PackageViewBase]: Create PackageInfo for libblockdev-fs.x86_64
2025-08-25 17:32:13.1959 00016 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available libblockdev-fs.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:14.2955 00017 [798] INFO | [Shell]: Run command: dnf changelog libblockdev-fs.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:15.4222 00016 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update libblockdev-fs-2.28-7.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:16.5332 00016 [798] INFO | [Shell]: Run command: dnf list --installed libblockdev-loop.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:32:16.9083 00017 [798] INFO | [PackageViewBase]: Create PackageInfo for libblockdev-loop.x86_64
2025-08-25 17:32:16.9083 00017 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available libblockdev-loop.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:17.9986 00017 [798] INFO | [Shell]: Run command: dnf changelog libblockdev-loop.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:19.1200 00004 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update libblockdev-loop-2.28-7.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:20.2183 00017 [798] INFO | [Shell]: Run command: dnf list --installed libblockdev-mdraid.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:32:20.5779 00004 [798] INFO | [PackageViewBase]: Create PackageInfo for libblockdev-mdraid.x86_64
2025-08-25 17:32:20.5779 00004 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available libblockdev-mdraid.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:21.6707 00016 [798] INFO | [Shell]: Run command: dnf changelog libblockdev-mdraid.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:22.7860 00004 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update libblockdev-mdraid-2.28-7.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:23.8866 00016 [798] INFO | [Shell]: Run command: dnf list --installed libblockdev-part.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:32:24.2522 00017 [798] INFO | [PackageViewBase]: Create PackageInfo for libblockdev-part.x86_64
2025-08-25 17:32:24.2522 00017 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available libblockdev-part.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:25.3362 00004 [798] INFO | [Shell]: Run command: dnf changelog libblockdev-part.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:26.4723 00004 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update libblockdev-part-2.28-7.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:27.5763 00017 [798] INFO | [Shell]: Run command: dnf list --installed libblockdev-swap.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:32:27.9420 00016 [798] INFO | [PackageViewBase]: Create PackageInfo for libblockdev-swap.x86_64
2025-08-25 17:32:27.9420 00016 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available libblockdev-swap.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:29.0411 00004 [798] INFO | [Shell]: Run command: dnf changelog libblockdev-swap.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:30.1602 00004 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update libblockdev-swap-2.28-7.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:31.2483 00016 [798] INFO | [Shell]: Run command: dnf list --installed libblockdev-utils.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:32:31.6082 00004 [798] INFO | [PackageViewBase]: Create PackageInfo for libblockdev-utils.x86_64
2025-08-25 17:32:31.6082 00004 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available libblockdev-utils.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:32.6988 00017 [798] INFO | [Shell]: Run command: dnf changelog libblockdev-utils.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:33.8706 00017 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update libblockdev-utils-2.28-7.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:34.9759 00004 [798] INFO | [Shell]: Run command: dnf list --installed libjpeg-turbo.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:32:35.8175 00016 [798] INFO | [PackageViewBase]: Create PackageInfo for libjpeg-turbo.x86_64
2025-08-25 17:32:35.8175 00016 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available libjpeg-turbo.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:36.9487 00017 [798] INFO | [Shell]: Run command: dnf changelog libjpeg-turbo.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:38.0739 00017 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update libjpeg-turbo-1.5.3-14.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:39.1703 00014 [798] INFO | [Shell]: Run command: dnf list --installed libtasn1.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:32:39.5301 00016 [798] INFO | [PackageViewBase]: Create PackageInfo for libtasn1.x86_64
2025-08-25 17:32:39.5301 00016 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available libtasn1.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:40.6170 00017 [798] INFO | [Shell]: Run command: dnf changelog libtasn1.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:41.7380 00014 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update libtasn1-4.13-5.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:42.8301 00017 [798] INFO | [Shell]: Run command: dnf list --installed libtiff.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:32:43.1941 00016 [798] INFO | [PackageViewBase]: Create PackageInfo for libtiff.x86_64
2025-08-25 17:32:43.1941 00016 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available libtiff.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:44.2937 00014 [798] INFO | [Shell]: Run command: dnf changelog libtiff.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:45.4145 00016 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update libtiff-4.0.9-34.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:46.5412 00014 [798] INFO | [Shell]: Run command: dnf list --installed libxml2.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:32:46.9015 00017 [798] INFO | [PackageViewBase]: Create PackageInfo for libxml2.x86_64
2025-08-25 17:32:46.9015 00017 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available libxml2.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:47.9866 00016 [798] INFO | [Shell]: Run command: dnf changelog libxml2.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:49.1550 00017 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update libxml2-2.9.7-21.el8_10.3.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:50.2450 00016 [798] INFO | [Shell]: Run command: dnf list --installed libxslt.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:32:50.6052 00014 [798] INFO | [PackageViewBase]: Create PackageInfo for libxslt.x86_64
2025-08-25 17:32:50.6052 00014 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available libxslt.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:51.6889 00014 [798] INFO | [Shell]: Run command: dnf changelog libxslt.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:52.8214 00017 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update libxslt-1.1.32-6.2.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:53.9176 00014 [798] INFO | [Shell]: Run command: dnf list --installed lz4-libs.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:32:54.2824 00017 [798] INFO | [PackageViewBase]: Create PackageInfo for lz4-libs.x86_64
2025-08-25 17:32:54.2824 00017 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available lz4-libs.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:55.3698 00017 [798] INFO | [Shell]: Run command: dnf changelog lz4-libs.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:56.5480 00016 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update lz4-libs-1.8.3-5.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:57.6475 00017 [798] INFO | [Shell]: Run command: dnf list --installed pam.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:32:58.0082 00017 [798] INFO | [PackageViewBase]: Create PackageInfo for pam.x86_64
2025-08-25 17:32:58.0082 00017 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available pam.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:32:59.0991 00016 [798] INFO | [Shell]: Run command: dnf changelog pam.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:00.2240 00017 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update pam-1.3.1-37.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:01.3229 00017 [798] INFO | [Shell]: Run command: dnf list --installed perl-Errno.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:33:01.6854 00014 [798] INFO | [PackageViewBase]: Create PackageInfo for perl-Errno.x86_64
2025-08-25 17:33:01.6854 00014 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available perl-Errno.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:02.7747 00014 [798] INFO | [Shell]: Run command: dnf changelog perl-Errno.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:03.9766 00014 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update perl-Errno-1.28-423.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:05.0842 00017 [798] INFO | [Shell]: Run command: dnf list --installed perl-IO.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:33:05.4470 00016 [798] INFO | [PackageViewBase]: Create PackageInfo for perl-IO.x86_64
2025-08-25 17:33:05.4470 00016 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available perl-IO.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:06.5627 00014 [798] INFO | [Shell]: Run command: dnf changelog perl-IO.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:07.7687 00016 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update perl-IO-1.38-423.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:08.8668 00015 [798] INFO | [Shell]: Run command: dnf list --installed perl-interpreter.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:33:09.2253 00014 [798] INFO | [PackageViewBase]: Create PackageInfo for perl-interpreter.x86_64
2025-08-25 17:33:09.2253 00014 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available perl-interpreter.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:10.3180 00015 [798] INFO | [Shell]: Run command: dnf changelog perl-interpreter.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:11.4360 00016 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update perl-interpreter-4:5.26.3-423.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:12.5385 00016 [798] INFO | [Shell]: Run command: dnf list --installed perl-libs.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:33:12.8970 00015 [798] INFO | [PackageViewBase]: Create PackageInfo for perl-libs.x86_64
2025-08-25 17:33:12.8970 00015 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available perl-libs.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:13.9932 00016 [798] INFO | [Shell]: Run command: dnf changelog perl-libs.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:15.1242 00014 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update perl-libs-4:5.26.3-423.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:16.2183 00016 [798] INFO | [Shell]: Run command: dnf list --installed perl-macros.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:33:16.6007 00015 [798] INFO | [PackageViewBase]: Create PackageInfo for perl-macros.x86_64
2025-08-25 17:33:16.6007 00015 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available perl-macros.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:17.7039 00015 [798] INFO | [Shell]: Run command: dnf changelog perl-macros.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:18.8276 00015 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update perl-macros-4:5.26.3-423.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:19.9589 00015 [798] INFO | [Shell]: Run command: dnf list --installed platform-python-setuptools.noarch -q --assumeyes --cacheonly
2025-08-25 17:33:20.3247 00017 [798] INFO | [PackageViewBase]: Create PackageInfo for platform-python-setuptools.noarch
2025-08-25 17:33:20.3247 00017 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available platform-python-setuptools.noarch -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:21.4164 00017 [798] INFO | [Shell]: Run command: dnf changelog platform-python-setuptools.noarch --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:22.5475 00017 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update platform-python-setuptools-39.2.0-9.el8_10.noarch --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:23.6489 00014 [798] INFO | [Shell]: Run command: dnf list --installed python3-jinja2.noarch -q --assumeyes --cacheonly
2025-08-25 17:33:24.0102 00017 [798] INFO | [PackageViewBase]: Create PackageInfo for python3-jinja2.noarch
2025-08-25 17:33:24.0102 00017 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available python3-jinja2.noarch -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:25.0933 00015 [798] INFO | [Shell]: Run command: dnf changelog python3-jinja2.noarch --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:26.2130 00017 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update python3-jinja2-2.10.1-7.el8_10.noarch --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:27.3288 00015 [798] INFO | [Shell]: Run command: dnf list --installed python3-setuptools.noarch -q --assumeyes --cacheonly
2025-08-25 17:33:27.6891 00015 [798] INFO | [PackageViewBase]: Create PackageInfo for python3-setuptools.noarch
2025-08-25 17:33:27.6891 00015 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available python3-setuptools.noarch -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:28.7841 00015 [798] INFO | [Shell]: Run command: dnf changelog python3-setuptools.noarch --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:29.9115 00016 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update python3-setuptools-39.2.0-9.el8_10.noarch --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:30.9968 00017 [798] INFO | [Shell]: Run command: dnf list --installed python3-setuptools-wheel.noarch -q --assumeyes --cacheonly
2025-08-25 17:33:31.3566 00015 [798] INFO | [PackageViewBase]: Create PackageInfo for python3-setuptools-wheel.noarch
2025-08-25 17:33:31.3566 00015 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available python3-setuptools-wheel.noarch -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:32.4496 00015 [798] INFO | [Shell]: Run command: dnf changelog python3-setuptools-wheel.noarch --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:33.5857 00015 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update python3-setuptools-wheel-39.2.0-9.el8_10.noarch --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:34.7228 00016 [798] INFO | [Shell]: Run command: dnf list --installed rsync.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:33:35.0837 00015 [798] INFO | [PackageViewBase]: Create PackageInfo for rsync.x86_64
2025-08-25 17:33:35.0837 00015 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available rsync.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:36.1706 00015 [798] INFO | [Shell]: Run command: dnf changelog rsync.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:37.3434 00015 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update rsync-3.1.3-23.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:38.4463 00015 [798] INFO | [Shell]: Run command: dnf list --installed sqlite-libs.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:33:38.8340 00017 [798] INFO | [PackageViewBase]: Create PackageInfo for sqlite-libs.x86_64
2025-08-25 17:33:38.8340 00017 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available sqlite-libs.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:39.9343 00017 [798] INFO | [Shell]: Run command: dnf changelog sqlite-libs.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:41.0611 00017 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update sqlite-libs-3.26.0-20.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:42.1465 00015 [798] INFO | [Shell]: Run command: dnf list --installed sudo.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:33:42.5039 00016 [798] INFO | [PackageViewBase]: Create PackageInfo for sudo.x86_64
2025-08-25 17:33:42.5039 00016 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available sudo.x86_64 -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:43.5998 00016 [798] INFO | [Shell]: Run command: dnf changelog sudo.x86_64 --assumeyes --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:44.7499 00016 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update sudo-1.9.5p2-1.el8_10.1.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:33:45.8417 00017 [798] INFO | [Shell]: Run command: dnf list --update updates -q --assumeyes --cacheonly --repo=appstream
2025-08-25 17:33:46.7402 00015 [798] INFO | [PackageManager]: Found 4 updates in DotNet updates
2025-08-25 17:33:46.7402 00015 [798] INFO | [Shell]: Run command: dnf list --installed aspnetcore-runtime-8.0.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:33:47.1135 00015 [798] INFO | [PackageViewBase]: Create PackageInfo for aspnetcore-runtime-8.0.x86_64
2025-08-25 17:33:47.1135 00015 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available aspnetcore-runtime-8.0.x86_64 -q --assumeyes --cacheonly --repo=appstream
2025-08-25 17:33:47.9818 00014 [798] INFO | [Shell]: Run command: dnf changelog aspnetcore-runtime-8.0.x86_64 --assumeyes --repo=appstream
2025-08-25 17:33:48.9508 00014 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update aspnetcore-runtime-8.0-8.0.19-1.el8_10.x86_64 --repo=appstream
2025-08-25 17:33:49.8322 00014 [798] INFO | [Shell]: Run command: dnf list --installed dotnet-host.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:33:50.1906 00017 [798] INFO | [PackageViewBase]: Create PackageInfo for dotnet-host.x86_64
2025-08-25 17:33:50.1906 00017 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available dotnet-host.x86_64 -q --assumeyes --cacheonly --repo=appstream
2025-08-25 17:33:51.0640 00014 [798] INFO | [Shell]: Run command: dnf changelog dotnet-host.x86_64 --assumeyes --repo=appstream
2025-08-25 17:33:52.0330 00014 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update dotnet-host-9.0.8-1.el8_10.x86_64 --repo=appstream
2025-08-25 17:33:52.9075 00017 [798] INFO | [Shell]: Run command: dnf list --installed dotnet-hostfxr-8.0.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:33:53.2660 00015 [798] INFO | [PackageViewBase]: Create PackageInfo for dotnet-hostfxr-8.0.x86_64
2025-08-25 17:33:53.2660 00015 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available dotnet-hostfxr-8.0.x86_64 -q --assumeyes --cacheonly --repo=appstream
2025-08-25 17:33:54.1452 00014 [798] INFO | [Shell]: Run command: dnf changelog dotnet-hostfxr-8.0.x86_64 --assumeyes --repo=appstream
2025-08-25 17:33:55.1127 00015 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update dotnet-hostfxr-8.0-8.0.19-1.el8_10.x86_64 --repo=appstream
2025-08-25 17:33:55.9906 00014 [798] INFO | [Shell]: Run command: dnf list --installed dotnet-runtime-8.0.x86_64 -q --assumeyes --cacheonly
2025-08-25 17:33:56.3662 00015 [798] INFO | [PackageViewBase]: Create PackageInfo for dotnet-runtime-8.0.x86_64
2025-08-25 17:33:56.3662 00015 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available dotnet-runtime-8.0.x86_64 -q --assumeyes --cacheonly --repo=appstream
2025-08-25 17:33:57.2492 00014 [798] INFO | [Shell]: Run command: dnf changelog dotnet-runtime-8.0.x86_64 --assumeyes --repo=appstream
2025-08-25 17:33:58.2231 00014 [798] INFO | [Shell]: Run command: dnf info --assumeyes --cacheonly -q update dotnet-runtime-8.0-8.0.19-1.el8_10.x86_64 --repo=appstream
2025-08-25 17:33:59.1101 00017 [798] INFO | [Shell]: Run command: dnf makecache -qy --repo=veeam-local
2025-08-25 17:33:59.4136 00015 [798] INFO | [Shell]: Run command: dnf list --update updates -q --assumeyes --cacheonly --repo=veeam-local
2025-08-25 17:33:59.7725 00015 [798] INFO | [PackageManager]: Found 0 updates in Veeam local updates
2025-08-25 17:33:59.8057 00015 [798] INFO | [ScriptsPackageManager]: Origins before scripts [{"OriginConfig":{"Id":"fb53d20e-8f67-4bfd-ae75-5f1462e4342b","Type":"veeam","Name":"Veeam minor updates","Mode":2,"ReposConfigs":[{"Id":"veeam-pve-production","OnlySecurityUpdates":false}],"PackagesToInclude":[],"PackagesToExclude":[],"ReposToCreate":[{"KeyInfo":null,"Info":"[veeam-pve-production]\nname=veeam\nbaseurl=https://repository.veeam.com/vbpve/1.3/rocky/8/x86_64/\nena..."}],"ShowLicense":null,"InstallationMetadataLocation":null,"IsProductOrigin":true,"IsLocal":false},"FetchResult":2,"AvailableUpdates":[]},{"OriginConfig":{"Id":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","Type":"rocky","Name":"Rocky Linux security updates","Mode":2,"ReposConfigs":[{"Id":"appstream","OnlySecurityUpdates":true},{"Id":"baseos","OnlySecurityUpdates":true},{"Id":"epel","OnlySecurityUpdates":true}],"PackagesToInclude":[],"PackagesToExclude":["dotnet*","aspnetcore*"],"ReposToCreate":[],"ShowLicense":null,"InstallationMetadataLocation":null,"IsProductOrigin":false,"IsLocal":false},"FetchResult":1,"AvailableUpdates":[{"PrettyName":"emacs-filesystem","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":70000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Wed May 21 12:00:00 AM 2025 Jacek Migacz \[email protected]\u003E - 1:26.1-15\n- Restore definition of ...","Description":"This package provides some directories which are required by other\npackages that add functionality t...","CurrentVersion":{"Value":"1:26.1-13.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"emacs-filesystem.noarch","NewVersion":{"Value":"1:26.1-15.el8_10","System":1,"IsEmpty":false},"Id":"1b2278f8-84ec-bfbe-bcbc-849d1423753b"},{"PrettyName":"expat","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":114000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Mon Apr 07 12:00:00 AM 2025 Tomas Korbar \[email protected]\u003E - 2.2.5-17\n- Fix CVE-2024-8176\n- Res...","Description":"This is expat, the C library for parsing XML, written by James Clark. Expat\nis a stream oriented XML...","CurrentVersion":{"Value":"2.2.5-16.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"expat.x86_64","NewVersion":{"Value":"2.2.5-17.el8_10","System":1,"IsEmpty":false},"Id":"4b457282-2999-a33e-579e-26f5d872048b"},{"PrettyName":"freetype","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":393000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Fri Mar 14 12:00:00 AM 2025 Jonathan Wright \[email protected]\u003E - 2.9.1-10\n- Fix CVE-2025-273...","Description":"The FreeType engine is a free and portable font rendering\nengine, developed to provide advanced font...","CurrentVersion":{"Value":"2.9.1-9.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"freetype.x86_64","NewVersion":{"Value":"2.9.1-10.el8_10","System":1,"IsEmpty":false},"Id":"9a7db0d7-2f4b-a4b3-2f60-9e0f1c11bc4e"},{"PrettyName":"glib2","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":2500000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Fri Jul 11 12:00:00 AM 2025 Michael Catanzaro \[email protected]\u003E - 2.56.4-166\n- Add patches f...","Description":"GLib is the low-level core library that forms the basis for projects\nsuch as GTK\u002B and GNOME. It prov...","CurrentVersion":{"Value":"2.56.4-165.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"glib2.x86_64","NewVersion":{"Value":"2.56.4-166.el8_10","System":1,"IsEmpty":false},"Id":"3974deee-f4a8-f40e-e709-b45a426440dc"},{"PrettyName":"glibc","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":2200000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"","Description":"The glibc package contains standard libraries which are used by\nmultiple programs on the system. In ...","CurrentVersion":{"Value":"2.28-251.el8_10.13","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"glibc.x86_64","NewVersion":{"Value":"2.28-251.el8_10.25","System":1,"IsEmpty":false},"Id":"ceffa35c-a366-07d8-2a09-aa524c5fc173"},{"PrettyName":"glibc-common","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":1000000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"","Description":"The glibc-common package includes common binaries for the GNU libc\nlibraries, as well as national la...","CurrentVersion":{"Value":"2.28-251.el8_10.13","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"glibc-common.x86_64","NewVersion":{"Value":"2.28-251.el8_10.25","System":1,"IsEmpty":false},"Id":"76590f35-0f81-951d-9822-98e1d0d0a411"},{"PrettyName":"glibc-gconv-extra","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":1600000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"","Description":"This package contains all iconv converter modules built in glibc.","CurrentVersion":{"Value":"2.28-251.el8_10.13","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"glibc-gconv-extra.x86_64","NewVersion":{"Value":"2.28-251.el8_10.25","System":1,"IsEmpty":false},"Id":"558014cf-9ed1-9f48-c38e-3a9c98b0c2a2"},{"PrettyName":"glibc-langpack-en","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":833000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"","Description":"The glibc-langpack-en package includes the basic information required\nto support the en language in ...","CurrentVersion":{"Value":"2.28-251.el8_10.13","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"glibc-langpack-en.x86_64","NewVersion":{"Value":"2.28-251.el8_10.25","System":1,"IsEmpty":false},"Id":"56e78bdb-a1d2-27af-fa04-a29009b7a1d4"},{"PrettyName":"jq","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":202000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Mon Jun 30 12:00:00 AM 2025 Tomas Halman \[email protected]\u003E - 1.6-11\n- Fix CVE-2025-48060 Addres...","Description":"lightweight and flexible command-line JSON processor\n\njq is like sed for JSON data \u2013 you can use it ...","CurrentVersion":{"Value":"1.6-9.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"jq.x86_64","NewVersion":{"Value":"1.6-11.el8_10","System":1,"IsEmpty":false},"Id":"3201b25c-72f4-7c7c-8e37-bfb778a839a2"},{"PrettyName":"kernel","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":11000000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Thu Aug 14 12:00:00 AM 2025 Release Engineering \[email protected]\u003E - 4.18.0-553.69.1\n- Adding...","Description":"This is the package which provides the Linux kernel for Rocky\nLinux. It is based on upstream Linux a...","CurrentVersion":{"Value":"4.18.0-553.40.1.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"kernel.x86_64","NewVersion":{"Value":"4.18.0-553.69.1.el8_10","System":1,"IsEmpty":false},"Id":"bfe11db5-db53-3df6-2b6c-31fd14aecf15"},{"PrettyName":"kernel-core","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":44000000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Thu Aug 14 12:00:00 AM 2025 Release Engineering \[email protected]\u003E - 4.18.0-553.69.1\n- Adding...","Description":"The kernel package contains the Linux kernel (vmlinuz), the core of any\nLinux operating system. The...","CurrentVersion":{"Value":"4.18.0-553.40.1.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"kernel-core.x86_64","NewVersion":{"Value":"4.18.0-553.69.1.el8_10","System":1,"IsEmpty":false},"Id":"d5857878-a1f0-36dc-1545-26027050f462"},{"PrettyName":"kernel-modules","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":36000000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Thu Aug 14 12:00:00 AM 2025 Release Engineering \[email protected]\u003E - 4.18.0-553.69.1\n- Adding...","Description":"This package provides commonly used kernel modules for the core kernel package.","CurrentVersion":{"Value":"4.18.0-553.40.1.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"kernel-modules.x86_64","NewVersion":{"Value":"4.18.0-553.69.1.el8_10","System":1,"IsEmpty":false},"Id":"54484930-d3a5-67f2-633a-bddc2d3edb1e"},{"PrettyName":"kernel-tools","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":11000000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Thu Aug 14 12:00:00 AM 2025 Release Engineering \[email protected]\u003E - 4.18.0-553.69.1\n- Adding...","Description":"This package contains the tools/ directory from the kernel source\nand the supporting documentation.","CurrentVersion":{"Value":"4.18.0-553.40.1.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"kernel-tools.x86_64","NewVersion":{"Value":"4.18.0-553.69.1.el8_10","System":1,"IsEmpty":false},"Id":"f67670f6-e693-4896-f8a6-de91e3c91155"},{"PrettyName":"kernel-tools-libs","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":11000000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Thu Aug 14 12:00:00 AM 2025 Release Engineering \[email protected]\u003E - 4.18.0-553.69.1\n- Adding...","Description":"This package contains the libraries built from the tools/ directory\nfrom the kernel source.","CurrentVersion":{"Value":"4.18.0-553.40.1.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"kernel-tools-libs.x86_64","NewVersion":{"Value":"4.18.0-553.69.1.el8_10","System":1,"IsEmpty":false},"Id":"ef9d0870-7de9-bce6-2737-5da2f92e9b72"},{"PrettyName":"krb5-libs","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":845000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Thu Apr 24 12:00:00 AM 2025 Julien Rische \[email protected]\u003E - 1.18.2-32\n- Do not block HMAC-MD4...","Description":"Kerberos is a network authentication system. The krb5-libs package\ncontains the shared libraries nee...","CurrentVersion":{"Value":"1.18.2-30.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"krb5-libs.x86_64","NewVersion":{"Value":"1.18.2-32.el8_10","System":1,"IsEmpty":false},"Id":"63861e1e-9247-1c77-b87b-534f2a4ffa39"},{"PrettyName":"libblockdev","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":132000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Mon Jun 16 12:00:00 AM 2025 Vojtech Trefny \[email protected]\u003E - 2.28-7\n- Don\u0027t allow suid and de...","Description":"The libblockdev is a C library with GObject introspection support that can be\nused for doing low-lev...","CurrentVersion":{"Value":"2.28-6.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"libblockdev.x86_64","NewVersion":{"Value":"2.28-7.el8_10","System":1,"IsEmpty":false},"Id":"9f8ab065-54d8-631d-9490-cd7e6a0b36b4"},{"PrettyName":"libblockdev-crypto","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":81000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Mon Jun 16 12:00:00 AM 2025 Vojtech Trefny \[email protected]\u003E - 2.28-7\n- Don\u0027t allow suid and de...","Description":"The libblockdev library plugin (and in the same time a standalone library)\nproviding the functionali...","CurrentVersion":{"Value":"2.28-6.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"libblockdev-crypto.x86_64","NewVersion":{"Value":"2.28-7.el8_10","System":1,"IsEmpty":false},"Id":"3566464d-4be1-6f69-3a49-201b171adc9f"},{"PrettyName":"libblockdev-fs","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":87000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Mon Jun 16 12:00:00 AM 2025 Vojtech Trefny \[email protected]\u003E - 2.28-7\n- Don\u0027t allow suid and de...","Description":"The libblockdev library plugin (and in the same time a standalone library)\nproviding the functionali...","CurrentVersion":{"Value":"2.28-6.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"libblockdev-fs.x86_64","NewVersion":{"Value":"2.28-7.el8_10","System":1,"IsEmpty":false},"Id":"f338a849-ebfa-58e8-1ba7-e54ccbca219f"},{"PrettyName":"libblockdev-loop","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":70000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Mon Jun 16 12:00:00 AM 2025 Vojtech Trefny \[email protected]\u003E - 2.28-7\n- Don\u0027t allow suid and de...","Description":"The libblockdev library plugin (and in the same time a standalone library)\nproviding the functionali...","CurrentVersion":{"Value":"2.28-6.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"libblockdev-loop.x86_64","NewVersion":{"Value":"2.28-7.el8_10","System":1,"IsEmpty":false},"Id":"9df043e7-83d3-aa45-8e75-e94656b4880a"},{"PrettyName":"libblockdev-mdraid","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":77000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Mon Jun 16 12:00:00 AM 2025 Vojtech Trefny \[email protected]\u003E - 2.28-7\n- Don\u0027t allow suid and de...","Description":"The libblockdev library plugin (and in the same time a standalone library)\nproviding the functionali...","CurrentVersion":{"Value":"2.28-6.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"libblockdev-mdraid.x86_64","NewVersion":{"Value":"2.28-7.el8_10","System":1,"IsEmpty":false},"Id":"5983a2ca-6374-d547-8c3a-0b80b1c80879"},{"PrettyName":"libblockdev-part","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":80000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Mon Jun 16 12:00:00 AM 2025 Vojtech Trefny \[email protected]\u003E - 2.28-7\n- Don\u0027t allow suid and de...","Description":"The libblockdev library plugin (and in the same time a standalone library)\nproviding the functionali...","CurrentVersion":{"Value":"2.28-6.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"libblockdev-part.x86_64","NewVersion":{"Value":"2.28-7.el8_10","System":1,"IsEmpty":false},"Id":"4bf12f87-6051-7451-7d63-a15127460587"},{"PrettyName":"libblockdev-swap","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":72000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Mon Jun 16 12:00:00 AM 2025 Vojtech Trefny \[email protected]\u003E - 2.28-7\n- Don\u0027t allow suid and de...","Description":"The libblockdev library plugin (and in the same time a standalone library)\nproviding the functionali...","CurrentVersion":{"Value":"2.28-6.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"libblockdev-swap.x86_64","NewVersion":{"Value":"2.28-7.el8_10","System":1,"IsEmpty":false},"Id":"50c137dc-9ff0-cd4b-042c-452a0c879a86"},{"PrettyName":"libblockdev-utils","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":80000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Mon Jun 16 12:00:00 AM 2025 Vojtech Trefny \[email protected]\u003E - 2.28-7\n- Don\u0027t allow suid and de...","Description":"The libblockdev-utils is a library providing utility functions used by the\nlibblockdev library and i...","CurrentVersion":{"Value":"2.28-6.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"libblockdev-utils.x86_64","NewVersion":{"Value":"2.28-7.el8_10","System":1,"IsEmpty":false},"Id":"e2ba9167-91ad-c123-5933-bec9303ce7fa"},{"PrettyName":"libjpeg-turbo","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":156000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Tue May 06 12:00:00 AM 2025 Michal Hlavinka \[email protected]\u003E - 1.5.3-14\n- updated previous fi...","Description":"The libjpeg-turbo package contains a library of functions for manipulating JPEG\nimages.","CurrentVersion":{"Value":"1.5.3-12.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"libjpeg-turbo.x86_64","NewVersion":{"Value":"1.5.3-14.el8_10","System":1,"IsEmpty":false},"Id":"c3dd5bc7-49cc-7652-e1c3-f7066bee2888"},{"PrettyName":"libtasn1","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":76000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"","Description":"A library that provides Abstract Syntax Notation One (ASN.1, as specified\nby the X.680 ITU-T recomme...","CurrentVersion":{"Value":"4.13-4.el8_7","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"libtasn1.x86_64","NewVersion":{"Value":"4.13-5.el8_10","System":1,"IsEmpty":false},"Id":"fbe2510c-d433-ca69-65aa-06b84b8cf364"},{"PrettyName":"libtiff","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":189000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Tue Apr 22 12:00:00 AM 2025 Michal Hlavinka \[email protected]\u003E - 4.0.9-34\n- fix CVE-2017-17095:...","Description":"The libtiff package contains a library of functions for manipulating\nTIFF (Tagged Image File Format)...","CurrentVersion":{"Value":"4.0.9-33.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"libtiff.x86_64","NewVersion":{"Value":"4.0.9-34.el8_10","System":1,"IsEmpty":false},"Id":"65bb52f9-5e2e-be54-e039-91be9d469eb8"},{"PrettyName":"libxml2","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":697000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Fri Jun 13 12:00:00 AM 2025 David King \[email protected]\u003E - 2.9.7-21\n- Fix integer overflow (RHEL-...","Description":"This library allows to manipulate XML files. It includes support\nto read, modify and write XML and H...","CurrentVersion":{"Value":"2.9.7-18.el8_10.2","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"libxml2.x86_64","NewVersion":{"Value":"2.9.7-21.el8_10.3","System":1,"IsEmpty":false},"Id":"43e1386d-7643-0834-45b3-31862caf0470"},{"PrettyName":"libxslt","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":249000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Tue Jun 03 12:00:00 AM 2025 David King \[email protected]\u003E - 1.1.32-6.2\n- Fix CVE-2023-40403 (aka 2...","Description":"This C library allows to transform XML files into other XML files\n(or HTML, text, ...) using the sta...","CurrentVersion":{"Value":"1.1.32-6.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"libxslt.x86_64","NewVersion":{"Value":"1.1.32-6.2.el8_10","System":1,"IsEmpty":false},"Id":"874b426d-7887-c7ab-de5a-17d025121e6c"},{"PrettyName":"lz4-libs","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":65000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Fri Jun 20 12:00:00 AM 2025 Jakub Martisko \[email protected]\u003E - 1.8.3-5\n- Fix a renamed variabl...","Description":"This package contains the libaries for lz4.","CurrentVersion":{"Value":"1.8.3-3.el8_4","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"lz4-libs.x86_64","NewVersion":{"Value":"1.8.3-5.el8_10","System":1,"IsEmpty":false},"Id":"601468d8-bbe3-7aa8-60dc-b8baf961a839"},{"PrettyName":"pam","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":747000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Mon Jun 16 12:00:00 AM 2025 Iker Pedrosa \[email protected]\u003E - 1.3.1-37\n- pam_namespace: fix pot...","Description":"PAM (Pluggable Authentication Modules) is a system security tool that\nallows system administrators t...","CurrentVersion":{"Value":"1.3.1-36.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"pam.x86_64","NewVersion":{"Value":"1.3.1-37.el8_10","System":1,"IsEmpty":false},"Id":"c56e8352-029f-b4b5-f581-ce60ef59c0a1"},{"PrettyName":"perl-Errno","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":76000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"","Description":"\u0022Errno\u0022 defines and conditionally exports all the error constants defined in\nyour system \u0022errno.h\u0022 i...","CurrentVersion":{"Value":"1.28-422.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"perl-Errno.x86_64","NewVersion":{"Value":"1.28-423.el8_10","System":1,"IsEmpty":false},"Id":"dc469d32-f15b-c3f8-9252-1e53baefe165"},{"PrettyName":"perl-IO","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":141000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"","Description":"This is a collection of Perl input/output modules.","CurrentVersion":{"Value":"1.38-422.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"perl-IO.x86_64","NewVersion":{"Value":"1.38-423.el8_10","System":1,"IsEmpty":false},"Id":"09002f90-51ef-95af-11c1-f9fbefe8e783"},{"PrettyName":"perl-interpreter","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":6300000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Wed Jul 02 12:00:00 AM 2025 Jitka Plesnikova \[email protected]\u003E - 4:5.26.3-423\n- Fix CVE-2025-4...","Description":"This is a Perl interpreter as a standalone executable /usr/bin/perl\nrequired for handling Perl scrip...","CurrentVersion":{"Value":"4:5.26.3-422.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"perl-interpreter.x86_64","NewVersion":{"Value":"4:5.26.3-423.el8_10","System":1,"IsEmpty":false},"Id":"9eac8f0a-2f1c-1805-a1fd-4e26d04d44c6"},{"PrettyName":"perl-libs","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":1600000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Wed Jul 02 12:00:00 AM 2025 Jitka Plesnikova \[email protected]\u003E - 4:5.26.3-423\n- Fix CVE-2025-4...","Description":"The is a perl run-time (interpreter as a shared library and include\ndirectories).","CurrentVersion":{"Value":"4:5.26.3-422.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"perl-libs.x86_64","NewVersion":{"Value":"4:5.26.3-423.el8_10","System":1,"IsEmpty":false},"Id":"069a1340-82fd-aac3-7ed7-fed01d129a69"},{"PrettyName":"perl-macros","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":72000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Wed Jul 02 12:00:00 AM 2025 Jitka Plesnikova \[email protected]\u003E - 4:5.26.3-423\n- Fix CVE-2025-4...","Description":"RPM macros that are handy when building binary RPM packages.","CurrentVersion":{"Value":"4:5.26.3-422.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"perl-macros.x86_64","NewVersion":{"Value":"4:5.26.3-423.el8_10","System":1,"IsEmpty":false},"Id":"f7dd23ee-18b5-6b83-d84b-56a0314baf43"},{"PrettyName":"platform-python-setuptools","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":631000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Wed Jun 18 12:00:00 AM 2025 Tom\u00E1\u0161 Hrn\u010Diar \[email protected]\u003E - 39.2.0-9\n- Security fix for CVE-...","Description":"Setuptools is a collection of enhancements to the Python distutils that allow\nyou to more easily bui...","CurrentVersion":{"Value":"39.2.0-8.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"platform-python-setuptools.noarch","NewVersion":{"Value":"39.2.0-9.el8_10","System":1,"IsEmpty":false},"Id":"2d35d0bc-76a5-caec-21a0-fad763bcc231"},{"PrettyName":"python3-jinja2","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":538000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Wed Mar 26 12:00:00 AM 2025 Lum\u00EDr Balhar \[email protected]\u003E - 2.10.1-7\n- Security fix for CVE-20...","Description":"Jinja2 is a template engine written in pure Python. It provides a\nDjango inspired non-XML syntax bu...","CurrentVersion":{"Value":"2.10.1-6.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"python3-jinja2.noarch","NewVersion":{"Value":"2.10.1-7.el8_10","System":1,"IsEmpty":false},"Id":"fea25bf3-59e5-16bd-a473-97dad1d24b82"},{"PrettyName":"python3-setuptools","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":162000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Wed Jun 18 12:00:00 AM 2025 Tom\u00E1\u0161 Hrn\u010Diar \[email protected]\u003E - 39.2.0-9\n- Security fix for CVE-...","Description":"Setuptools is a collection of enhancements to the Python distutils that allow\nyou to more easily bui...","CurrentVersion":{"Value":"39.2.0-8.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"python3-setuptools.noarch","NewVersion":{"Value":"39.2.0-9.el8_10","System":1,"IsEmpty":false},"Id":"2f5cba76-abf0-34e4-1694-d8484baa5560"},{"PrettyName":"python3-setuptools-wheel","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":288000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Wed Jun 18 12:00:00 AM 2025 Tom\u00E1\u0161 Hrn\u010Diar \[email protected]\u003E - 39.2.0-9\n- Security fix for CVE-...","Description":"A Python wheel of setuptools to use with venv.","CurrentVersion":{"Value":"39.2.0-8.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"python3-setuptools-wheel.noarch","NewVersion":{"Value":"39.2.0-9.el8_10","System":1,"IsEmpty":false},"Id":"c026176c-6b38-9b75-f1fc-337e402a5a17"},{"PrettyName":"rsync","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":411000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Wed May 28 12:00:00 AM 2025 Michal Ruprich \[email protected]\u003E - 3.1.3-23\n- Resolves: RHEL-52004...","Description":"Rsync uses a reliable algorithm to bring remote and host files into\nsync very quickly. Rsync is fast...","CurrentVersion":{"Value":"3.1.3-20.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"rsync.x86_64","NewVersion":{"Value":"3.1.3-23.el8_10","System":1,"IsEmpty":false},"Id":"1e8db84a-dbf5-ca4c-ec1e-eeed91e29ddb"},{"PrettyName":"sqlite-libs","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":580000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Thu Jul 17 12:00:00 AM 2025 Ales Nezbeda \[email protected]\u003E - 3.26.0-20\n- Fixes CVE-2025-6965\n","Description":"This package contains the shared library for sqlite.","CurrentVersion":{"Value":"3.26.0-19.el8_9","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"sqlite-libs.x86_64","NewVersion":{"Value":"3.26.0-20.el8_10","System":1,"IsEmpty":false},"Id":"fb379551-86b2-24ed-26f4-cc762b036ce1"},{"PrettyName":"sudo","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":1000000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"","Description":"Sudo (superuser do) allows a system administrator to give certain\nusers (or groups of users) the abi...","CurrentVersion":{"Value":"1.9.5p2-1.el8_9","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"sudo.x86_64","NewVersion":{"Value":"1.9.5p2-1.el8_10.1","System":1,"IsEmpty":false},"Id":"27513fbc-2265-f19a-4fb7-c325be767f3c"}]},{"OriginConfig":{"Id":"47c1400a-c672-4307-b7bc-4294b7da874e","Type":"dotNet","Name":"DotNet updates","Mode":2,"ReposConfigs":[{"Id":"appstream","OnlySecurityUpdates":false}],"PackagesToInclude":["dotnet*","aspnetcore*"],"PackagesToExclude":[],"ReposToCreate":[],"ShowLicense":null,"InstallationMetadataLocation":null,"IsProductOrigin":false,"IsLocal":false},"FetchResult":1,"AvailableUpdates":[{"PrettyName":"aspnetcore-runtime-8.0","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":8100000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"","Description":"The ASP.NET Core runtime contains everything needed to run .NET\nweb applications. It includes a high...","CurrentVersion":{"Value":"8.0.13-1.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"47c1400a-c672-4307-b7bc-4294b7da874e","PackageName":"aspnetcore-runtime-8.0.x86_64","NewVersion":{"Value":"8.0.19-1.el8_10","System":1,"IsEmpty":false},"Id":"40288c11-1e6b-34dc-a291-88c38775d980"},{"PrettyName":"dotnet-host","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":226000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"","Description":"The .NET host is a command line program that runs a standalone\n.NET application or launches the SDK....","CurrentVersion":{"Value":"9.0.2-1.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"47c1400a-c672-4307-b7bc-4294b7da874e","PackageName":"dotnet-host.x86_64","NewVersion":{"Value":"9.0.8-1.el8_10","System":1,"IsEmpty":false},"Id":"4bb17997-b867-ca71-1cd8-cde998042c5b"},{"PrettyName":"dotnet-hostfxr-8.0","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":154000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"","Description":"The .NET host resolver contains the logic to resolve and select\nthe right version of the .NET SDK or...","CurrentVersion":{"Value":"8.0.13-1.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"47c1400a-c672-4307-b7bc-4294b7da874e","PackageName":"dotnet-hostfxr-8.0.x86_64","NewVersion":{"Value":"8.0.19-1.el8_10","System":1,"IsEmpty":false},"Id":"eced6bc9-ac5e-2154-e466-9fbfbebbce44"},{"PrettyName":"dotnet-runtime-8.0","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":24000000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"","Description":"The .NET runtime contains everything needed to run .NET applications.\nIt includes a high performance...","CurrentVersion":{"Value":"8.0.13-1.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"47c1400a-c672-4307-b7bc-4294b7da874e","PackageName":"dotnet-runtime-8.0.x86_64","NewVersion":{"Value":"8.0.19-1.el8_10","System":1,"IsEmpty":false},"Id":"0d367737-fe0b-69f8-7cc2-634ca8d1d296"}]},{"OriginConfig":{"Id":"10ca1a6e-de9b-4b92-bd00-176e96b59e8a","Type":"veeam","Name":"Veeam local updates","Mode":1,"ReposConfigs":[{"Id":"veeam-local","OnlySecurityUpdates":false}],"PackagesToInclude":[],"PackagesToExclude":[],"ReposToCreate":[{"KeyInfo":null,"Info":"[veeam-local]\nname=veeam-local\nbaseurl=file:///var/www/veeam_local_repo\nenabled=1\ngpgcheck=0"}],"ShowLicense":null,"InstallationMetadataLocation":null,"IsProductOrigin":true,"IsLocal":true},"FetchResult":1,"AvailableUpdates":[]}]
2025-08-25 17:33:59.8067 00015 [798] INFO | [ScriptsPackageManager]: Origins after scripts [{"OriginConfig":{"Id":"fb53d20e-8f67-4bfd-ae75-5f1462e4342b","Type":"veeam","Name":"Veeam minor updates","Mode":2,"ReposConfigs":[{"Id":"veeam-pve-production","OnlySecurityUpdates":false}],"PackagesToInclude":[],"PackagesToExclude":[],"ReposToCreate":[{"KeyInfo":null,"Info":"[veeam-pve-production]\nname=veeam\nbaseurl=https://repository.veeam.com/vbpve/1.3/rocky/8/x86_64/\nena..."}],"ShowLicense":null,"InstallationMetadataLocation":null,"IsProductOrigin":true,"IsLocal":false},"FetchResult":2,"AvailableUpdates":[]},{"OriginConfig":{"Id":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","Type":"rocky","Name":"Rocky Linux security updates","Mode":2,"ReposConfigs":[{"Id":"appstream","OnlySecurityUpdates":true},{"Id":"baseos","OnlySecurityUpdates":true},{"Id":"epel","OnlySecurityUpdates":true}],"PackagesToInclude":[],"PackagesToExclude":["dotnet*","aspnetcore*"],"ReposToCreate":[],"ShowLicense":null,"InstallationMetadataLocation":null,"IsProductOrigin":false,"IsLocal":false},"FetchResult":1,"AvailableUpdates":[{"PrettyName":"emacs-filesystem","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":70000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Wed May 21 12:00:00 AM 2025 Jacek Migacz \[email protected]\u003E - 1:26.1-15\n- Restore definition of ...","Description":"This package provides some directories which are required by other\npackages that add functionality t...","CurrentVersion":{"Value":"1:26.1-13.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"emacs-filesystem.noarch","NewVersion":{"Value":"1:26.1-15.el8_10","System":1,"IsEmpty":false},"Id":"1b2278f8-84ec-bfbe-bcbc-849d1423753b"},{"PrettyName":"expat","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":114000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Mon Apr 07 12:00:00 AM 2025 Tomas Korbar \[email protected]\u003E - 2.2.5-17\n- Fix CVE-2024-8176\n- Res...","Description":"This is expat, the C library for parsing XML, written by James Clark. Expat\nis a stream oriented XML...","CurrentVersion":{"Value":"2.2.5-16.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"expat.x86_64","NewVersion":{"Value":"2.2.5-17.el8_10","System":1,"IsEmpty":false},"Id":"4b457282-2999-a33e-579e-26f5d872048b"},{"PrettyName":"freetype","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":393000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Fri Mar 14 12:00:00 AM 2025 Jonathan Wright \[email protected]\u003E - 2.9.1-10\n- Fix CVE-2025-273...","Description":"The FreeType engine is a free and portable font rendering\nengine, developed to provide advanced font...","CurrentVersion":{"Value":"2.9.1-9.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"freetype.x86_64","NewVersion":{"Value":"2.9.1-10.el8_10","System":1,"IsEmpty":false},"Id":"9a7db0d7-2f4b-a4b3-2f60-9e0f1c11bc4e"},{"PrettyName":"glib2","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":2500000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Fri Jul 11 12:00:00 AM 2025 Michael Catanzaro \[email protected]\u003E - 2.56.4-166\n- Add patches f...","Description":"GLib is the low-level core library that forms the basis for projects\nsuch as GTK\u002B and GNOME. It prov...","CurrentVersion":{"Value":"2.56.4-165.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"glib2.x86_64","NewVersion":{"Value":"2.56.4-166.el8_10","System":1,"IsEmpty":false},"Id":"3974deee-f4a8-f40e-e709-b45a426440dc"},{"PrettyName":"glibc","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":2200000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"","Description":"The glibc package contains standard libraries which are used by\nmultiple programs on the system. In ...","CurrentVersion":{"Value":"2.28-251.el8_10.13","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"glibc.x86_64","NewVersion":{"Value":"2.28-251.el8_10.25","System":1,"IsEmpty":false},"Id":"ceffa35c-a366-07d8-2a09-aa524c5fc173"},{"PrettyName":"glibc-common","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":1000000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"","Description":"The glibc-common package includes common binaries for the GNU libc\nlibraries, as well as national la...","CurrentVersion":{"Value":"2.28-251.el8_10.13","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"glibc-common.x86_64","NewVersion":{"Value":"2.28-251.el8_10.25","System":1,"IsEmpty":false},"Id":"76590f35-0f81-951d-9822-98e1d0d0a411"},{"PrettyName":"glibc-gconv-extra","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":1600000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"","Description":"This package contains all iconv converter modules built in glibc.","CurrentVersion":{"Value":"2.28-251.el8_10.13","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"glibc-gconv-extra.x86_64","NewVersion":{"Value":"2.28-251.el8_10.25","System":1,"IsEmpty":false},"Id":"558014cf-9ed1-9f48-c38e-3a9c98b0c2a2"},{"PrettyName":"glibc-langpack-en","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":833000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"","Description":"The glibc-langpack-en package includes the basic information required\nto support the en language in ...","CurrentVersion":{"Value":"2.28-251.el8_10.13","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"glibc-langpack-en.x86_64","NewVersion":{"Value":"2.28-251.el8_10.25","System":1,"IsEmpty":false},"Id":"56e78bdb-a1d2-27af-fa04-a29009b7a1d4"},{"PrettyName":"jq","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":202000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Mon Jun 30 12:00:00 AM 2025 Tomas Halman \[email protected]\u003E - 1.6-11\n- Fix CVE-2025-48060 Addres...","Description":"lightweight and flexible command-line JSON processor\n\njq is like sed for JSON data \u2013 you can use it ...","CurrentVersion":{"Value":"1.6-9.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"jq.x86_64","NewVersion":{"Value":"1.6-11.el8_10","System":1,"IsEmpty":false},"Id":"3201b25c-72f4-7c7c-8e37-bfb778a839a2"},{"PrettyName":"kernel","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":11000000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Thu Aug 14 12:00:00 AM 2025 Release Engineering \[email protected]\u003E - 4.18.0-553.69.1\n- Adding...","Description":"This is the package which provides the Linux kernel for Rocky\nLinux. It is based on upstream Linux a...","CurrentVersion":{"Value":"4.18.0-553.40.1.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"kernel.x86_64","NewVersion":{"Value":"4.18.0-553.69.1.el8_10","System":1,"IsEmpty":false},"Id":"bfe11db5-db53-3df6-2b6c-31fd14aecf15"},{"PrettyName":"kernel-core","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":44000000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Thu Aug 14 12:00:00 AM 2025 Release Engineering \[email protected]\u003E - 4.18.0-553.69.1\n- Adding...","Description":"The kernel package contains the Linux kernel (vmlinuz), the core of any\nLinux operating system. The...","CurrentVersion":{"Value":"4.18.0-553.40.1.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"kernel-core.x86_64","NewVersion":{"Value":"4.18.0-553.69.1.el8_10","System":1,"IsEmpty":false},"Id":"d5857878-a1f0-36dc-1545-26027050f462"},{"PrettyName":"kernel-modules","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":36000000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Thu Aug 14 12:00:00 AM 2025 Release Engineering \[email protected]\u003E - 4.18.0-553.69.1\n- Adding...","Description":"This package provides commonly used kernel modules for the core kernel package.","CurrentVersion":{"Value":"4.18.0-553.40.1.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"kernel-modules.x86_64","NewVersion":{"Value":"4.18.0-553.69.1.el8_10","System":1,"IsEmpty":false},"Id":"54484930-d3a5-67f2-633a-bddc2d3edb1e"},{"PrettyName":"kernel-tools","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":11000000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Thu Aug 14 12:00:00 AM 2025 Release Engineering \[email protected]\u003E - 4.18.0-553.69.1\n- Adding...","Description":"This package contains the tools/ directory from the kernel source\nand the supporting documentation.","CurrentVersion":{"Value":"4.18.0-553.40.1.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"kernel-tools.x86_64","NewVersion":{"Value":"4.18.0-553.69.1.el8_10","System":1,"IsEmpty":false},"Id":"f67670f6-e693-4896-f8a6-de91e3c91155"},{"PrettyName":"kernel-tools-libs","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":11000000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Thu Aug 14 12:00:00 AM 2025 Release Engineering \[email protected]\u003E - 4.18.0-553.69.1\n- Adding...","Description":"This package contains the libraries built from the tools/ directory\nfrom the kernel source.","CurrentVersion":{"Value":"4.18.0-553.40.1.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"kernel-tools-libs.x86_64","NewVersion":{"Value":"4.18.0-553.69.1.el8_10","System":1,"IsEmpty":false},"Id":"ef9d0870-7de9-bce6-2737-5da2f92e9b72"},{"PrettyName":"krb5-libs","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":845000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Thu Apr 24 12:00:00 AM 2025 Julien Rische \[email protected]\u003E - 1.18.2-32\n- Do not block HMAC-MD4...","Description":"Kerberos is a network authentication system. The krb5-libs package\ncontains the shared libraries nee...","CurrentVersion":{"Value":"1.18.2-30.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"krb5-libs.x86_64","NewVersion":{"Value":"1.18.2-32.el8_10","System":1,"IsEmpty":false},"Id":"63861e1e-9247-1c77-b87b-534f2a4ffa39"},{"PrettyName":"libblockdev","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":132000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Mon Jun 16 12:00:00 AM 2025 Vojtech Trefny \[email protected]\u003E - 2.28-7\n- Don\u0027t allow suid and de...","Description":"The libblockdev is a C library with GObject introspection support that can be\nused for doing low-lev...","CurrentVersion":{"Value":"2.28-6.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"libblockdev.x86_64","NewVersion":{"Value":"2.28-7.el8_10","System":1,"IsEmpty":false},"Id":"9f8ab065-54d8-631d-9490-cd7e6a0b36b4"},{"PrettyName":"libblockdev-crypto","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":81000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Mon Jun 16 12:00:00 AM 2025 Vojtech Trefny \[email protected]\u003E - 2.28-7\n- Don\u0027t allow suid and de...","Description":"The libblockdev library plugin (and in the same time a standalone library)\nproviding the functionali...","CurrentVersion":{"Value":"2.28-6.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"libblockdev-crypto.x86_64","NewVersion":{"Value":"2.28-7.el8_10","System":1,"IsEmpty":false},"Id":"3566464d-4be1-6f69-3a49-201b171adc9f"},{"PrettyName":"libblockdev-fs","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":87000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Mon Jun 16 12:00:00 AM 2025 Vojtech Trefny \[email protected]\u003E - 2.28-7\n- Don\u0027t allow suid and de...","Description":"The libblockdev library plugin (and in the same time a standalone library)\nproviding the functionali...","CurrentVersion":{"Value":"2.28-6.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"libblockdev-fs.x86_64","NewVersion":{"Value":"2.28-7.el8_10","System":1,"IsEmpty":false},"Id":"f338a849-ebfa-58e8-1ba7-e54ccbca219f"},{"PrettyName":"libblockdev-loop","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":70000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Mon Jun 16 12:00:00 AM 2025 Vojtech Trefny \[email protected]\u003E - 2.28-7\n- Don\u0027t allow suid and de...","Description":"The libblockdev library plugin (and in the same time a standalone library)\nproviding the functionali...","CurrentVersion":{"Value":"2.28-6.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"libblockdev-loop.x86_64","NewVersion":{"Value":"2.28-7.el8_10","System":1,"IsEmpty":false},"Id":"9df043e7-83d3-aa45-8e75-e94656b4880a"},{"PrettyName":"libblockdev-mdraid","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":77000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Mon Jun 16 12:00:00 AM 2025 Vojtech Trefny \[email protected]\u003E - 2.28-7\n- Don\u0027t allow suid and de...","Description":"The libblockdev library plugin (and in the same time a standalone library)\nproviding the functionali...","CurrentVersion":{"Value":"2.28-6.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"libblockdev-mdraid.x86_64","NewVersion":{"Value":"2.28-7.el8_10","System":1,"IsEmpty":false},"Id":"5983a2ca-6374-d547-8c3a-0b80b1c80879"},{"PrettyName":"libblockdev-part","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":80000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Mon Jun 16 12:00:00 AM 2025 Vojtech Trefny \[email protected]\u003E - 2.28-7\n- Don\u0027t allow suid and de...","Description":"The libblockdev library plugin (and in the same time a standalone library)\nproviding the functionali...","CurrentVersion":{"Value":"2.28-6.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"libblockdev-part.x86_64","NewVersion":{"Value":"2.28-7.el8_10","System":1,"IsEmpty":false},"Id":"4bf12f87-6051-7451-7d63-a15127460587"},{"PrettyName":"libblockdev-swap","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":72000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Mon Jun 16 12:00:00 AM 2025 Vojtech Trefny \[email protected]\u003E - 2.28-7\n- Don\u0027t allow suid and de...","Description":"The libblockdev library plugin (and in the same time a standalone library)\nproviding the functionali...","CurrentVersion":{"Value":"2.28-6.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"libblockdev-swap.x86_64","NewVersion":{"Value":"2.28-7.el8_10","System":1,"IsEmpty":false},"Id":"50c137dc-9ff0-cd4b-042c-452a0c879a86"},{"PrettyName":"libblockdev-utils","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":80000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Mon Jun 16 12:00:00 AM 2025 Vojtech Trefny \[email protected]\u003E - 2.28-7\n- Don\u0027t allow suid and de...","Description":"The libblockdev-utils is a library providing utility functions used by the\nlibblockdev library and i...","CurrentVersion":{"Value":"2.28-6.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"libblockdev-utils.x86_64","NewVersion":{"Value":"2.28-7.el8_10","System":1,"IsEmpty":false},"Id":"e2ba9167-91ad-c123-5933-bec9303ce7fa"},{"PrettyName":"libjpeg-turbo","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":156000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Tue May 06 12:00:00 AM 2025 Michal Hlavinka \[email protected]\u003E - 1.5.3-14\n- updated previous fi...","Description":"The libjpeg-turbo package contains a library of functions for manipulating JPEG\nimages.","CurrentVersion":{"Value":"1.5.3-12.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"libjpeg-turbo.x86_64","NewVersion":{"Value":"1.5.3-14.el8_10","System":1,"IsEmpty":false},"Id":"c3dd5bc7-49cc-7652-e1c3-f7066bee2888"},{"PrettyName":"libtasn1","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":76000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"","Description":"A library that provides Abstract Syntax Notation One (ASN.1, as specified\nby the X.680 ITU-T recomme...","CurrentVersion":{"Value":"4.13-4.el8_7","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"libtasn1.x86_64","NewVersion":{"Value":"4.13-5.el8_10","System":1,"IsEmpty":false},"Id":"fbe2510c-d433-ca69-65aa-06b84b8cf364"},{"PrettyName":"libtiff","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":189000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Tue Apr 22 12:00:00 AM 2025 Michal Hlavinka \[email protected]\u003E - 4.0.9-34\n- fix CVE-2017-17095:...","Description":"The libtiff package contains a library of functions for manipulating\nTIFF (Tagged Image File Format)...","CurrentVersion":{"Value":"4.0.9-33.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"libtiff.x86_64","NewVersion":{"Value":"4.0.9-34.el8_10","System":1,"IsEmpty":false},"Id":"65bb52f9-5e2e-be54-e039-91be9d469eb8"},{"PrettyName":"libxml2","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":697000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Fri Jun 13 12:00:00 AM 2025 David King \[email protected]\u003E - 2.9.7-21\n- Fix integer overflow (RHEL-...","Description":"This library allows to manipulate XML files. It includes support\nto read, modify and write XML and H...","CurrentVersion":{"Value":"2.9.7-18.el8_10.2","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"libxml2.x86_64","NewVersion":{"Value":"2.9.7-21.el8_10.3","System":1,"IsEmpty":false},"Id":"43e1386d-7643-0834-45b3-31862caf0470"},{"PrettyName":"libxslt","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":249000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Tue Jun 03 12:00:00 AM 2025 David King \[email protected]\u003E - 1.1.32-6.2\n- Fix CVE-2023-40403 (aka 2...","Description":"This C library allows to transform XML files into other XML files\n(or HTML, text, ...) using the sta...","CurrentVersion":{"Value":"1.1.32-6.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"libxslt.x86_64","NewVersion":{"Value":"1.1.32-6.2.el8_10","System":1,"IsEmpty":false},"Id":"874b426d-7887-c7ab-de5a-17d025121e6c"},{"PrettyName":"lz4-libs","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":65000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Fri Jun 20 12:00:00 AM 2025 Jakub Martisko \[email protected]\u003E - 1.8.3-5\n- Fix a renamed variabl...","Description":"This package contains the libaries for lz4.","CurrentVersion":{"Value":"1.8.3-3.el8_4","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"lz4-libs.x86_64","NewVersion":{"Value":"1.8.3-5.el8_10","System":1,"IsEmpty":false},"Id":"601468d8-bbe3-7aa8-60dc-b8baf961a839"},{"PrettyName":"pam","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":747000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Mon Jun 16 12:00:00 AM 2025 Iker Pedrosa \[email protected]\u003E - 1.3.1-37\n- pam_namespace: fix pot...","Description":"PAM (Pluggable Authentication Modules) is a system security tool that\nallows system administrators t...","CurrentVersion":{"Value":"1.3.1-36.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"pam.x86_64","NewVersion":{"Value":"1.3.1-37.el8_10","System":1,"IsEmpty":false},"Id":"c56e8352-029f-b4b5-f581-ce60ef59c0a1"},{"PrettyName":"perl-Errno","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":76000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"","Description":"\u0022Errno\u0022 defines and conditionally exports all the error constants defined in\nyour system \u0022errno.h\u0022 i...","CurrentVersion":{"Value":"1.28-422.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"perl-Errno.x86_64","NewVersion":{"Value":"1.28-423.el8_10","System":1,"IsEmpty":false},"Id":"dc469d32-f15b-c3f8-9252-1e53baefe165"},{"PrettyName":"perl-IO","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":141000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"","Description":"This is a collection of Perl input/output modules.","CurrentVersion":{"Value":"1.38-422.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"perl-IO.x86_64","NewVersion":{"Value":"1.38-423.el8_10","System":1,"IsEmpty":false},"Id":"09002f90-51ef-95af-11c1-f9fbefe8e783"},{"PrettyName":"perl-interpreter","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":6300000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Wed Jul 02 12:00:00 AM 2025 Jitka Plesnikova \[email protected]\u003E - 4:5.26.3-423\n- Fix CVE-2025-4...","Description":"This is a Perl interpreter as a standalone executable /usr/bin/perl\nrequired for handling Perl scrip...","CurrentVersion":{"Value":"4:5.26.3-422.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"perl-interpreter.x86_64","NewVersion":{"Value":"4:5.26.3-423.el8_10","System":1,"IsEmpty":false},"Id":"9eac8f0a-2f1c-1805-a1fd-4e26d04d44c6"},{"PrettyName":"perl-libs","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":1600000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Wed Jul 02 12:00:00 AM 2025 Jitka Plesnikova \[email protected]\u003E - 4:5.26.3-423\n- Fix CVE-2025-4...","Description":"The is a perl run-time (interpreter as a shared library and include\ndirectories).","CurrentVersion":{"Value":"4:5.26.3-422.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"perl-libs.x86_64","NewVersion":{"Value":"4:5.26.3-423.el8_10","System":1,"IsEmpty":false},"Id":"069a1340-82fd-aac3-7ed7-fed01d129a69"},{"PrettyName":"perl-macros","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":72000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Wed Jul 02 12:00:00 AM 2025 Jitka Plesnikova \[email protected]\u003E - 4:5.26.3-423\n- Fix CVE-2025-4...","Description":"RPM macros that are handy when building binary RPM packages.","CurrentVersion":{"Value":"4:5.26.3-422.el8","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"perl-macros.x86_64","NewVersion":{"Value":"4:5.26.3-423.el8_10","System":1,"IsEmpty":false},"Id":"f7dd23ee-18b5-6b83-d84b-56a0314baf43"},{"PrettyName":"platform-python-setuptools","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":631000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Wed Jun 18 12:00:00 AM 2025 Tom\u00E1\u0161 Hrn\u010Diar \[email protected]\u003E - 39.2.0-9\n- Security fix for CVE-...","Description":"Setuptools is a collection of enhancements to the Python distutils that allow\nyou to more easily bui...","CurrentVersion":{"Value":"39.2.0-8.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"platform-python-setuptools.noarch","NewVersion":{"Value":"39.2.0-9.el8_10","System":1,"IsEmpty":false},"Id":"2d35d0bc-76a5-caec-21a0-fad763bcc231"},{"PrettyName":"python3-jinja2","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":538000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Wed Mar 26 12:00:00 AM 2025 Lum\u00EDr Balhar \[email protected]\u003E - 2.10.1-7\n- Security fix for CVE-20...","Description":"Jinja2 is a template engine written in pure Python. It provides a\nDjango inspired non-XML syntax bu...","CurrentVersion":{"Value":"2.10.1-6.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"python3-jinja2.noarch","NewVersion":{"Value":"2.10.1-7.el8_10","System":1,"IsEmpty":false},"Id":"fea25bf3-59e5-16bd-a473-97dad1d24b82"},{"PrettyName":"python3-setuptools","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":162000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Wed Jun 18 12:00:00 AM 2025 Tom\u00E1\u0161 Hrn\u010Diar \[email protected]\u003E - 39.2.0-9\n- Security fix for CVE-...","Description":"Setuptools is a collection of enhancements to the Python distutils that allow\nyou to more easily bui...","CurrentVersion":{"Value":"39.2.0-8.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"python3-setuptools.noarch","NewVersion":{"Value":"39.2.0-9.el8_10","System":1,"IsEmpty":false},"Id":"2f5cba76-abf0-34e4-1694-d8484baa5560"},{"PrettyName":"python3-setuptools-wheel","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":288000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Wed Jun 18 12:00:00 AM 2025 Tom\u00E1\u0161 Hrn\u010Diar \[email protected]\u003E - 39.2.0-9\n- Security fix for CVE-...","Description":"A Python wheel of setuptools to use with venv.","CurrentVersion":{"Value":"39.2.0-8.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"python3-setuptools-wheel.noarch","NewVersion":{"Value":"39.2.0-9.el8_10","System":1,"IsEmpty":false},"Id":"c026176c-6b38-9b75-f1fc-337e402a5a17"},{"PrettyName":"rsync","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":411000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Wed May 28 12:00:00 AM 2025 Michal Ruprich \[email protected]\u003E - 3.1.3-23\n- Resolves: RHEL-52004...","Description":"Rsync uses a reliable algorithm to bring remote and host files into\nsync very quickly. Rsync is fast...","CurrentVersion":{"Value":"3.1.3-20.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"rsync.x86_64","NewVersion":{"Value":"3.1.3-23.el8_10","System":1,"IsEmpty":false},"Id":"1e8db84a-dbf5-ca4c-ec1e-eeed91e29ddb"},{"PrettyName":"sqlite-libs","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":580000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"* Thu Jul 17 12:00:00 AM 2025 Ales Nezbeda \[email protected]\u003E - 3.26.0-20\n- Fixes CVE-2025-6965\n","Description":"This package contains the shared library for sqlite.","CurrentVersion":{"Value":"3.26.0-19.el8_9","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"sqlite-libs.x86_64","NewVersion":{"Value":"3.26.0-20.el8_10","System":1,"IsEmpty":false},"Id":"fb379551-86b2-24ed-26f4-cc762b036ce1"},{"PrettyName":"sudo","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":1000000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"","Description":"Sudo (superuser do) allows a system administrator to give certain\nusers (or groups of users) the abi...","CurrentVersion":{"Value":"1.9.5p2-1.el8_9","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","PackageName":"sudo.x86_64","NewVersion":{"Value":"1.9.5p2-1.el8_10.1","System":1,"IsEmpty":false},"Id":"27513fbc-2265-f19a-4fb7-c325be767f3c"}]},{"OriginConfig":{"Id":"47c1400a-c672-4307-b7bc-4294b7da874e","Type":"dotNet","Name":"DotNet updates","Mode":2,"ReposConfigs":[{"Id":"appstream","OnlySecurityUpdates":false}],"PackagesToInclude":["dotnet*","aspnetcore*"],"PackagesToExclude":[],"ReposToCreate":[],"ShowLicense":null,"InstallationMetadataLocation":null,"IsProductOrigin":false,"IsLocal":false},"FetchResult":1,"AvailableUpdates":[{"PrettyName":"aspnetcore-runtime-8.0","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":8100000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"","Description":"The ASP.NET Core runtime contains everything needed to run .NET\nweb applications. It includes a high...","CurrentVersion":{"Value":"8.0.13-1.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"47c1400a-c672-4307-b7bc-4294b7da874e","PackageName":"aspnetcore-runtime-8.0.x86_64","NewVersion":{"Value":"8.0.19-1.el8_10","System":1,"IsEmpty":false},"Id":"40288c11-1e6b-34dc-a291-88c38775d980"},{"PrettyName":"dotnet-host","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":226000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"","Description":"The .NET host is a command line program that runs a standalone\n.NET application or launches the SDK....","CurrentVersion":{"Value":"9.0.2-1.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"47c1400a-c672-4307-b7bc-4294b7da874e","PackageName":"dotnet-host.x86_64","NewVersion":{"Value":"9.0.8-1.el8_10","System":1,"IsEmpty":false},"Id":"4bb17997-b867-ca71-1cd8-cde998042c5b"},{"PrettyName":"dotnet-hostfxr-8.0","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":154000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"","Description":"The .NET host resolver contains the logic to resolve and select\nthe right version of the .NET SDK or...","CurrentVersion":{"Value":"8.0.13-1.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"47c1400a-c672-4307-b7bc-4294b7da874e","PackageName":"dotnet-hostfxr-8.0.x86_64","NewVersion":{"Value":"8.0.19-1.el8_10","System":1,"IsEmpty":false},"Id":"eced6bc9-ac5e-2154-e466-9fbfbebbce44"},{"PrettyName":"dotnet-runtime-8.0","PackageState":{"State":0,"Message":null},"Filename":"","DownloadSize":24000000,"InstalledSize":0,"Licenses":null,"AttachedPackages":[],"Changes":"","Description":"The .NET runtime contains everything needed to run .NET applications.\nIt includes a high performance...","CurrentVersion":{"Value":"8.0.13-1.el8_10","System":1,"IsEmpty":false},"AttachedTo":null,"OriginId":"47c1400a-c672-4307-b7bc-4294b7da874e","PackageName":"dotnet-runtime-8.0.x86_64","NewVersion":{"Value":"8.0.19-1.el8_10","System":1,"IsEmpty":false},"Id":"0d367737-fe0b-69f8-7cc2-634ca8d1d296"}]},{"OriginConfig":{"Id":"10ca1a6e-de9b-4b92-bd00-176e96b59e8a","Type":"veeam","Name":"Veeam local updates","Mode":1,"ReposConfigs":[{"Id":"veeam-local","OnlySecurityUpdates":false}],"PackagesToInclude":[],"PackagesToExclude":[],"ReposToCreate":[{"KeyInfo":null,"Info":"[veeam-local]\nname=veeam-local\nbaseurl=file:///var/www/veeam_local_repo\nenabled=1\ngpgcheck=0"}],"ShowLicense":null,"InstallationMetadataLocation":null,"IsProductOrigin":true,"IsLocal":true},"FetchResult":1,"AvailableUpdates":[]}]
2025-08-25 17:33:59.8089 00015 [798] WARN | [Product]: Notifications to product are disabled
2025-08-25 17:33:59.8089 00015 [798] INFO | [UpdaterService]: Change state from Checking to Ready
2025-08-25 17:33:59.8089 00015 [798] INFO | [UpdaterService]: EnqueueFetchUpdatesAsync leave
2025-08-25 17:34:08.8559 00015 [798] INFO | [UpdaterService]: GetPackageInfoAsync enter
2025-08-25 17:34:08.8591 00015 [798] INFO | [Shell]: Run command: dnf list --installed veeamworkerpve -q --assumeyes --cacheonly
2025-08-25 17:34:09.2409 00013 [798] INFO | [PackageViewBase]: Create PackageInfo for veeamworkerpve
2025-08-25 17:34:09.2409 00013 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available veeamworkerpve -q --assumeyes --cacheonly --repo=veeam-pve-production
2025-08-25 17:34:09.5719 00014 [798] WARN | [Shell]: Failed to execute command dnf --showduplicates list --available veeamworkerpve -q --assumeyes --cacheonly --repo=veeam-pve-production
2025-08-25 17:34:09.5719 00014 [798] WARN | [Shell]: Command output is
StdOut:
StdErr: Error: Cache-only enabled but no cache for 'veeam-pve-production'
Exit code: 1
2025-08-25 17:34:09.5719 00014 [798] INFO | [PackageViewBase]: Running dnf --showduplicates list --available veeamworkerpve -q --assumeyes --cacheonly --repo=veeam-pve-production failed, package is not available?
2025-08-25 17:34:09.5733 00014 [798] INFO | [UpdaterService]: GetPackageInfoAsync leave
2025-08-25 17:34:09.5952 00014 [798] INFO | [UpdaterService]: GetPackageInfoAsync enter
2025-08-25 17:34:09.5963 00014 [798] INFO | [Shell]: Run command: dnf list --installed veeamworkerpve -q --assumeyes --cacheonly
2025-08-25 17:34:09.9604 00017 [798] INFO | [PackageViewBase]: Create PackageInfo for veeamworkerpve
2025-08-25 17:34:09.9604 00017 [798] INFO | [Shell]: Run command: dnf --showduplicates list --available veeamworkerpve -q --assumeyes --cacheonly --repo=veeam-local
2025-08-25 17:34:10.3141 00013 [798] WARN | [Shell]: Failed to execute command dnf --showduplicates list --available veeamworkerpve -q --assumeyes --cacheonly --repo=veeam-local
2025-08-25 17:34:10.3141 00013 [798] WARN | [Shell]: Command output is
StdOut:
StdErr: Error: No matching Packages to list
Exit code: 1
2025-08-25 17:34:10.3141 00013 [798] INFO | [PackageViewBase]: Running dnf --showduplicates list --available veeamworkerpve -q --assumeyes --cacheonly --repo=veeam-local failed, package is not available?
2025-08-25 17:34:10.3141 00013 [798] INFO | [UpdaterService]: GetPackageInfoAsync leave
2025-08-25 17:34:10.3461 00017 [798] INFO | [UpdaterService]: GetPackageCurrentVersionAsync enter
2025-08-25 17:34:10.3485 00017 [798] INFO | [Shell]: Run command: dnf list --installed veeamworkerpve -q --assumeyes --cacheonly
2025-08-25 17:34:10.7124 00014 [798] INFO | [UpdaterService]: GetPackageCurrentVersionAsync leave
2025-08-25 17:34:13.0724 00015 [798] INFO | [UpdaterService]: EnqueueInstallUpdates enter
2025-08-25 17:34:13.3654 00015 [798] INFO | [UpdaterService]: Change state from Ready to Installing
2025-08-25 17:34:13.3668 00015 [798] INFO | [ScriptsPackageManager]: Obtained 0 scripts from chache during install updates
2025-08-25 17:34:13.3674 00015 [798] INFO | [FileSystem]: Creating directory /var/log/veeam/veeam-updater/logs_archive
2025-08-25 17:34:13.3674 00015 [798] INFO | [FileSystem]: Create symbolic link /var/www/updater/archived-logs -> /var/log/veeam/veeam-updater/logs_archive
2025-08-25 17:34:13.3735 00015 [798] INFO | [Shell]: Run command: dnf makecache -qy --repo=veeam-pve-production
2025-08-25 17:34:14.8989 00013 [798] WARN | [Shell]: Failed to execute command dnf makecache -qy --repo=veeam-pve-production
2025-08-25 17:34:14.8989 00013 [798] WARN | [Shell]: Command output is
StdOut:
StdErr: Error: Failed to download metadata for repo 'veeam-pve-production': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
Exit code: 1
2025-08-25 17:34:14.8989 00013 [798] WARN | [PackageManager]: Failed to update the cache for origin fb53d20e-8f67-4bfd-ae75-5f1462e4342b: Veeam.Updater.Common.Sys.ShellException: Exception of type 'Veeam.Updater.Common.Sys.ShellException' was thrown.
2025-08-25 17:34:14.8989 00013 [798] WARN | [PackageManager]: at Veeam.Updater.Common.Sys.ExecutionResult.ThrowIfFailed()
2025-08-25 17:34:14.8989 00013 [798] WARN | [PackageManager]: at Veeam.Updater.Packaging.Rpm.RpmRepoView.UpdateCacheAsync(CancellationToken cancellationToken)
2025-08-25 17:34:14.8989 00013 [798] WARN | [PackageManager]: at Veeam.Updater.Packaging.PackageManager.UpdateCacheAsync(UpdaterConfig config, ProxySettings proxySettings, CancellationToken cancellationToken)
2025-08-25 17:34:14.8999 00013 [798] INFO | [Shell]: Run command: dnf makecache -qy --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:34:16.7787 00013 [798] INFO | [Shell]: Run command: dnf makecache -qy --repo=appstream
2025-08-25 17:34:17.8919 00013 [798] INFO | [Shell]: Run command: dnf makecache -qy --repo=veeam-local
2025-08-25 17:34:18.1430 00013 [798] INFO | [Shell]: Run command: systemctl list-units --full -all
2025-08-25 17:34:18.1554 00013 [798] INFO | [FileSystem]: Writing text content to /etc/veeam-updater/systemd/policy-rc.d
2025-08-25 17:34:18.1554 00013 [798] INFO | [StubFactory]: Created tmp file /etc/veeam-updater/systemd/policy-rc.d
2025-08-25 17:34:18.1560 00013 [798] INFO | [FileSystem]: Writing text content to /etc/veeam-updater/systemd/policy-rc.d
2025-08-25 17:34:18.1572 00013 [798] INFO | [Shell]: Run command: systemctl stop VeeamBackupWorker
2025-08-25 17:34:18.2009 00017 [798] INFO | [StubFactory]: Check service is active attempt(1)
2025-08-25 17:34:18.2009 00017 [798] INFO | [Shell]: Run command: systemctl is-active VeeamBackupWorker
2025-08-25 17:34:18.2076 00014 [798] WARN | [Shell]: Failed to execute command systemctl is-active VeeamBackupWorker
2025-08-25 17:34:18.2076 00014 [798] WARN | [Shell]: Command output is
StdOut: inactive
StdErr:
Exit code: 3
2025-08-25 17:34:18.2107 00013 [798] INFO | [UpdatesInstaller]: Installing emacs-filesystem.noarch 1:26.1-15.el8_10
2025-08-25 17:34:18.3040 00013 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install emacs-filesystem-1:26.1-15.el8_10.noarch --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:34:20.3695 00013 [798] INFO | [UpdatesInstaller]: Installing expat.x86_64 2.2.5-17.el8_10
2025-08-25 17:34:20.4179 00013 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install expat-2.2.5-17.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:34:26.4416 00014 [798] INFO | [UpdatesInstaller]: Installing freetype.x86_64 2.9.1-10.el8_10
2025-08-25 17:34:26.4861 00014 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install freetype-2.9.1-10.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:34:28.8366 00017 [798] INFO | [UpdatesInstaller]: Installing glib2.x86_64 2.56.4-166.el8_10
2025-08-25 17:34:28.8871 00017 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install glib2-2.56.4-166.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:34:38.6357 00004 [798] INFO | [UpdatesInstaller]: Installing glibc.x86_64 2.28-251.el8_10.25
2025-08-25 17:34:38.6823 00004 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install glibc-2.28-251.el8_10.25.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:34:47.6026 00013 [798] INFO | [UpdatesInstaller]: Installing glibc-common.x86_64 2.28-251.el8_10.25
2025-08-25 17:34:47.6430 00013 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install glibc-common-2.28-251.el8_10.25.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:34:48.8070 00004 [798] INFO | [UpdatesInstaller]: Installing glibc-gconv-extra.x86_64 2.28-251.el8_10.25
2025-08-25 17:34:48.8479 00004 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install glibc-gconv-extra-2.28-251.el8_10.25.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:34:50.0464 00006 [798] INFO | [UpdatesInstaller]: Installing glibc-langpack-en.x86_64 2.28-251.el8_10.25
2025-08-25 17:34:50.0940 00006 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install glibc-langpack-en-2.28-251.el8_10.25.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:34:51.2369 00017 [798] INFO | [UpdatesInstaller]: Installing jq.x86_64 1.6-11.el8_10
2025-08-25 17:34:51.2832 00017 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install jq-1.6-11.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:34:53.4146 00017 [798] INFO | [UpdatesInstaller]: Installing kernel.x86_64 4.18.0-553.69.1.el8_10
2025-08-25 17:34:53.4577 00017 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install kernel-4.18.0-553.69.1.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:44:53.5556 00023 [798] WARN | [Shell]: The command has been cancelled: timeout exceeded. Timeout: 10 min
2025-08-25 17:44:53.5556 00023 [798] WARN | [UpdatesInstaller]: Failed to install package kernel.x86_64
2025-08-25 17:44:53.6369 00023 [798] INFO | [UpdatesInstaller]: Installing kernel-core.x86_64 4.18.0-553.69.1.el8_10
2025-08-25 17:44:53.6803 00023 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install kernel-core-4.18.0-553.69.1.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:44:54.8911 00024 [798] INFO | [UpdatesInstaller]: Installing kernel-modules.x86_64 4.18.0-553.69.1.el8_10
2025-08-25 17:44:54.9315 00024 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install kernel-modules-4.18.0-553.69.1.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:44:56.1437 00007 [798] INFO | [UpdatesInstaller]: Installing kernel-tools.x86_64 4.18.0-553.69.1.el8_10
2025-08-25 17:44:56.1938 00007 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install kernel-tools-4.18.0-553.69.1.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:45:29.4403 00007 [798] INFO | [UpdatesInstaller]: Installing kernel-tools-libs.x86_64 4.18.0-553.69.1.el8_10
2025-08-25 17:45:29.4827 00007 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install kernel-tools-libs-4.18.0-553.69.1.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:45:30.6869 00024 [798] INFO | [UpdatesInstaller]: Installing krb5-libs.x86_64 1.18.2-32.el8_10
2025-08-25 17:45:30.7306 00024 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install krb5-libs-1.18.2-32.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:45:33.7271 00007 [798] INFO | [UpdatesInstaller]: Installing libblockdev.x86_64 2.28-7.el8_10
2025-08-25 17:45:33.7733 00007 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install libblockdev-2.28-7.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:45:37.0913 00004 [798] INFO | [UpdatesInstaller]: Installing libblockdev-crypto.x86_64 2.28-7.el8_10
2025-08-25 17:45:37.1384 00004 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install libblockdev-crypto-2.28-7.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:45:38.3198 00024 [798] INFO | [UpdatesInstaller]: Installing libblockdev-fs.x86_64 2.28-7.el8_10
2025-08-25 17:45:38.3686 00024 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install libblockdev-fs-2.28-7.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:45:39.5530 00007 [798] INFO | [UpdatesInstaller]: Installing libblockdev-loop.x86_64 2.28-7.el8_10
2025-08-25 17:45:39.5992 00007 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install libblockdev-loop-2.28-7.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:45:40.7824 00007 [798] INFO | [UpdatesInstaller]: Installing libblockdev-mdraid.x86_64 2.28-7.el8_10
2025-08-25 17:45:40.8292 00007 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install libblockdev-mdraid-2.28-7.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:45:42.0277 00007 [798] INFO | [UpdatesInstaller]: Installing libblockdev-part.x86_64 2.28-7.el8_10
2025-08-25 17:45:42.0696 00007 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install libblockdev-part-2.28-7.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:45:43.2628 00007 [798] INFO | [UpdatesInstaller]: Installing libblockdev-swap.x86_64 2.28-7.el8_10
2025-08-25 17:45:43.3025 00007 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install libblockdev-swap-2.28-7.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:45:44.4767 00024 [798] INFO | [UpdatesInstaller]: Installing libblockdev-utils.x86_64 2.28-7.el8_10
2025-08-25 17:45:44.5175 00024 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install libblockdev-utils-2.28-7.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:45:45.7056 00004 [798] INFO | [UpdatesInstaller]: Installing libjpeg-turbo.x86_64 1.5.3-14.el8_10
2025-08-25 17:45:45.7472 00004 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install libjpeg-turbo-1.5.3-14.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:45:48.0545 00024 [798] INFO | [UpdatesInstaller]: Installing libtasn1.x86_64 4.13-5.el8_10
2025-08-25 17:45:48.0962 00024 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install libtasn1-4.13-5.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:45:50.2035 00004 [798] INFO | [UpdatesInstaller]: Installing libtiff.x86_64 4.0.9-34.el8_10
2025-08-25 17:45:50.2427 00004 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install libtiff-4.0.9-34.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:45:52.4984 00018 [798] INFO | [UpdatesInstaller]: Installing libxml2.x86_64 2.9.7-21.el8_10.3
2025-08-25 17:45:52.5400 00018 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install libxml2-2.9.7-21.el8_10.3.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:45:55.2340 00004 [798] INFO | [UpdatesInstaller]: Installing libxslt.x86_64 1.1.32-6.2.el8_10
2025-08-25 17:45:55.2766 00004 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install libxslt-1.1.32-6.2.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:45:57.6165 00007 [798] INFO | [UpdatesInstaller]: Installing lz4-libs.x86_64 1.8.3-5.el8_10
2025-08-25 17:45:57.6609 00007 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install lz4-libs-1.8.3-5.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:45:59.8066 00018 [798] INFO | [UpdatesInstaller]: Installing pam.x86_64 1.3.1-37.el8_10
2025-08-25 17:45:59.8494 00018 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install pam-1.3.1-37.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:46:02.7829 00024 [798] INFO | [UpdatesInstaller]: Installing perl-Errno.x86_64 1.28-423.el8_10
2025-08-25 17:46:02.8248 00024 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install perl-Errno-1.28-423.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:46:12.9912 00024 [798] INFO | [UpdatesInstaller]: Installing perl-IO.x86_64 1.38-423.el8_10
2025-08-25 17:46:13.0313 00024 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install perl-IO-1.38-423.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:46:15.2397 00018 [798] INFO | [UpdatesInstaller]: Installing perl-interpreter.x86_64 4:5.26.3-423.el8_10
2025-08-25 17:46:15.2849 00018 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install perl-interpreter-4:5.26.3-423.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:46:16.5070 00018 [798] INFO | [UpdatesInstaller]: Installing perl-libs.x86_64 4:5.26.3-423.el8_10
2025-08-25 17:46:16.5467 00018 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install perl-libs-4:5.26.3-423.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:46:17.7559 00022 [798] INFO | [UpdatesInstaller]: Installing perl-macros.x86_64 4:5.26.3-423.el8_10
2025-08-25 17:46:17.8002 00022 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install perl-macros-4:5.26.3-423.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:46:19.7827 00024 [798] INFO | [UpdatesInstaller]: Installing platform-python-setuptools.noarch 39.2.0-9.el8_10
2025-08-25 17:46:19.8227 00024 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install platform-python-setuptools-39.2.0-9.el8_10.noarch --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:46:22.7888 00018 [798] INFO | [UpdatesInstaller]: Installing python3-jinja2.noarch 2.10.1-7.el8_10
2025-08-25 17:46:22.8281 00018 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install python3-jinja2-2.10.1-7.el8_10.noarch --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:46:25.3618 00024 [798] INFO | [UpdatesInstaller]: Installing python3-setuptools.noarch 39.2.0-9.el8_10
2025-08-25 17:46:25.4015 00024 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install python3-setuptools-39.2.0-9.el8_10.noarch --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:46:26.6166 00018 [798] INFO | [UpdatesInstaller]: Installing python3-setuptools-wheel.noarch 39.2.0-9.el8_10
2025-08-25 17:46:26.6572 00018 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install python3-setuptools-wheel-39.2.0-9.el8_10.noarch --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:46:28.8852 00024 [798] INFO | [UpdatesInstaller]: Installing rsync.x86_64 3.1.3-23.el8_10
2025-08-25 17:46:28.9241 00024 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install rsync-3.1.3-23.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:46:31.4143 00022 [798] INFO | [UpdatesInstaller]: Installing sqlite-libs.x86_64 3.26.0-20.el8_10
2025-08-25 17:46:31.4575 00022 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install sqlite-libs-3.26.0-20.el8_10.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:46:36.5424 00007 [798] INFO | [UpdatesInstaller]: Installing sudo.x86_64 1.9.5p2-1.el8_10.1
2025-08-25 17:46:36.5867 00007 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install sudo-1.9.5p2-1.el8_10.1.x86_64 --repo=appstream --repo=baseos --repo=epel
2025-08-25 17:46:39.7084 00024 [798] INFO | [UpdatesInstaller]: Installing aspnetcore-runtime-8.0.x86_64 8.0.19-1.el8_10
2025-08-25 17:46:39.7490 00024 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install aspnetcore-runtime-8.0-8.0.19-1.el8_10.x86_64 --repo=appstream
2025-08-25 17:47:14.4460 00007 [798] INFO | [UpdatesInstaller]: Installing dotnet-host.x86_64 9.0.8-1.el8_10
2025-08-25 17:47:14.4995 00007 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install dotnet-host-9.0.8-1.el8_10.x86_64 --repo=appstream
2025-08-25 17:47:16.8167 00024 [798] INFO | [UpdatesInstaller]: Installing dotnet-hostfxr-8.0.x86_64 8.0.19-1.el8_10
2025-08-25 17:47:16.8607 00024 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install dotnet-hostfxr-8.0-8.0.19-1.el8_10.x86_64 --repo=appstream
2025-08-25 17:47:17.8199 00007 [798] INFO | [UpdatesInstaller]: Installing dotnet-runtime-8.0.x86_64 8.0.19-1.el8_10
2025-08-25 17:47:17.8666 00007 [798] INFO | [Shell]: Run command: dnf --assumeyes -q install dotnet-runtime-8.0-8.0.19-1.el8_10.x86_64 --repo=appstream
2025-08-25 17:47:18.8408 00024 [798] INFO | [FileSystem]: Deleting file /etc/veeam-updater/systemd/policy-rc.d
2025-08-25 17:47:18.8425 00024 [798] INFO | [Shell]: Run command: systemctl start VeeamBackupWorker
2025-08-25 17:47:18.8507 00007 [798] INFO | [StubFactory]: Check service is active attempt(1)
2025-08-25 17:47:18.8507 00007 [798] INFO | [Shell]: Run command: systemctl is-active VeeamBackupWorker
2025-08-25 17:47:18.8597 00024 [798] INFO | [ProductLogArchiver]: ArchiveLogAsync enter
2025-08-25 17:47:18.8597 00024 [798] INFO | [ProductLogArchiver]: Archive logs to /var/log/veeam/veeam-updater/logs_archive/product_log_2025-08-25_15-47-18.zip
2025-08-25 17:47:18.8679 00024 [798] INFO | [ProductLogArchiver]: ArchiveLogAsync leave
2025-08-25 17:47:18.8839 00024 [798] ERROR | [UpdaterService]: Error happened while installing updates: System.IO.FileNotFoundException: Could not load file or assembly 'System.IO.Compression, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. The system cannot find the file specified.
2025-08-25 17:47:18.8839 00024 [798] ERROR | [UpdaterService]:
2025-08-25 17:47:18.8839 00024 [798] ERROR | [UpdaterService]: File name: 'System.IO.Compression, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
2025-08-25 17:47:18.8839 00024 [798] ERROR | [UpdaterService]: at Veeam.Updater.Packaging.ProductLogArchiver.ArchiveFiles(List`1 files)
2025-08-25 17:47:18.8839 00024 [798] ERROR | [UpdaterService]: at Veeam.Updater.Packaging.ProductLogArchiver.ArchiveLogAsync(IEnumerable`1 logsToArchive, String OutputDir)
2025-08-25 17:47:18.8839 00024 [798] ERROR | [UpdaterService]: at Veeam.Updater.Packaging.UpdatesInstaller.InstallUpdatesAsync(UpdateReport report, CancellationToken cancellationToken)
2025-08-25 17:47:18.8839 00024 [798] ERROR | [UpdaterService]: at Veeam.Updater.Scripting.ScriptsPackageManager.InstallUpdatesAsync(UpdateReport updates, UpdaterConfig config, ProxySettings proxySettings, CancellationToken cancellationToken, Action`1 onProgress)
2025-08-25 17:47:18.8839 00024 [798] ERROR | [UpdaterService]: at Veeam.Updater.Service.UpdaterCore.<>c__DisplayClass33_0.<<EnqueueInstallUpdates>b__0>d.MoveNext()
2025-08-25 17:47:18.8849 00024 [798] INFO | [Shell]: Run command: dnf needs-restarting -r
2025-08-25 17:47:19.3440 00024 [798] WARN | [Shell]: Failed to execute command dnf needs-restarting -r
2025-08-25 17:47:19.3440 00024 [798] WARN | [Shell]: Command output is
StdOut: Core libraries or services have been updated since boot-up:
* glibc
* kernel
* linux-firmware
Reboot is required to fully utilize these updates.
More information: https://access.redhat.com/solutions/27943
StdErr:
Exit code: 1
2025-08-25 17:47:19.3440 00024 [798] INFO | [Shell]: Run command: dnf list --update updates -q --assumeyes --cacheonly --repo=veeam-pve-production
2025-08-25 17:47:19.7516 00024 [798] WARN | [Shell]: Failed to execute command dnf list --update updates -q --assumeyes --cacheonly --repo=veeam-pve-production
2025-08-25 17:47:19.7516 00024 [798] WARN | [Shell]: Command output is
StdOut:
StdErr: Error: Cache-only enabled but no cache for 'veeam-pve-production'
Exit code: 1
2025-08-25 17:47:19.7520 00024 [798] INFO | [NotificationManager]: Add fetch updates failure notification for fb53d20e-8f67-4bfd-ae75-5f1462e4342b
2025-08-25 17:47:19.7727 00024 [798] ERROR | [PackageManager]: Failed to fetch updates for Veeam minor updates: Veeam.Updater.Common.Sys.ShellException: Exception of type 'Veeam.Updater.Common.Sys.ShellException' was thrown.
2025-08-25 17:47:19.7727 00024 [798] ERROR | [PackageManager]: at Veeam.Updater.Common.Sys.ExecutionResult.ThrowIfFailed()
2025-08-25 17:47:19.7727 00024 [798] ERROR | [PackageManager]: at Veeam.Updater.Packaging.Rpm.FetchUpdatesCommand.ExecAsync(IShell shell, CancellationToken cancellationToken)
2025-08-25 17:47:19.7727 00024 [798] ERROR | [PackageManager]: at Veeam.Updater.Packaging.Rpm.RpmRepoView.FetchUpdatesAsync(CancellationToken cancellationToken)
2025-08-25 17:47:19.7727 00024 [798] ERROR | [PackageManager]: at Veeam.Updater.Packaging.PackageManager.FetchUpdatesAsync(IRepoView repoView, CancellationToken cancellationToken)
2025-08-25 17:47:19.7727 00024 [798] ERROR | [PackageManager]: at Veeam.Updater.Packaging.PackageManager.FetchUpdatesAsync(List`1 configs, UpdaterConfig config, ProxySettings proxySettings, CancellationToken cancellationToken, Action`2 onFailFetchUpdates)
2025-08-25 17:47:19.7727 00024 [798] INFO | [Shell]: Run command: dnf list --update updates -q --assumeyes --cacheonly --repo=appstream --repo=baseos --repo=epel --security
2025-08-25 17:47:20.9488 00024 [798] INFO | [PackageManager]: Found 0 updates in Rocky Linux security updates
2025-08-25 17:47:20.9490 00024 [798] INFO | [Shell]: Run command: dnf list --update updates -q --assumeyes --cacheonly --repo=appstream
2025-08-25 17:47:21.8690 00018 [798] INFO | [PackageManager]: Found 0 updates in DotNet updates
2025-08-25 17:47:21.8690 00018 [798] INFO | [Shell]: Run command: dnf makecache -qy --repo=veeam-local
2025-08-25 17:47:22.1248 00018 [798] INFO | [Shell]: Run command: dnf list --update updates -q --assumeyes --cacheonly --repo=veeam-local
2025-08-25 17:47:22.5452 00024 [798] INFO | [PackageManager]: Found 0 updates in Veeam local updates
2025-08-25 17:47:22.5570 00024 [798] INFO | [ScriptsPackageManager]: Origins before scripts [{"OriginConfig":{"Id":"fb53d20e-8f67-4bfd-ae75-5f1462e4342b","Type":"veeam","Name":"Veeam minor updates","Mode":2,"ReposConfigs":[{"Id":"veeam-pve-production","OnlySecurityUpdates":false}],"PackagesToInclude":[],"PackagesToExclude":[],"ReposToCreate":[{"KeyInfo":null,"Info":"[veeam-pve-production]\nname=veeam\nbaseurl=https://repository.veeam.com/vbpve/1.3/rocky/8/x86_64/\nena..."}],"ShowLicense":null,"InstallationMetadataLocation":null,"IsProductOrigin":true,"IsLocal":false},"FetchResult":2,"AvailableUpdates":[]},{"OriginConfig":{"Id":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","Type":"rocky","Name":"Rocky Linux security updates","Mode":2,"ReposConfigs":[{"Id":"appstream","OnlySecurityUpdates":true},{"Id":"baseos","OnlySecurityUpdates":true},{"Id":"epel","OnlySecurityUpdates":true}],"PackagesToInclude":[],"PackagesToExclude":["dotnet*","aspnetcore*"],"ReposToCreate":[],"ShowLicense":null,"InstallationMetadataLocation":null,"IsProductOrigin":false,"IsLocal":false},"FetchResult":1,"AvailableUpdates":[]},{"OriginConfig":{"Id":"47c1400a-c672-4307-b7bc-4294b7da874e","Type":"dotNet","Name":"DotNet updates","Mode":2,"ReposConfigs":[{"Id":"appstream","OnlySecurityUpdates":false}],"PackagesToInclude":["dotnet*","aspnetcore*"],"PackagesToExclude":[],"ReposToCreate":[],"ShowLicense":null,"InstallationMetadataLocation":null,"IsProductOrigin":false,"IsLocal":false},"FetchResult":1,"AvailableUpdates":[]},{"OriginConfig":{"Id":"10ca1a6e-de9b-4b92-bd00-176e96b59e8a","Type":"veeam","Name":"Veeam local updates","Mode":1,"ReposConfigs":[{"Id":"veeam-local","OnlySecurityUpdates":false}],"PackagesToInclude":[],"PackagesToExclude":[],"ReposToCreate":[{"KeyInfo":null,"Info":"[veeam-local]\nname=veeam-local\nbaseurl=file:///var/www/veeam_local_repo\nenabled=1\ngpgcheck=0"}],"ShowLicense":null,"InstallationMetadataLocation":null,"IsProductOrigin":true,"IsLocal":true},"FetchResult":1,"AvailableUpdates":[]}]
2025-08-25 17:47:22.5570 00024 [798] INFO | [ScriptsPackageManager]: Origins after scripts [{"OriginConfig":{"Id":"fb53d20e-8f67-4bfd-ae75-5f1462e4342b","Type":"veeam","Name":"Veeam minor updates","Mode":2,"ReposConfigs":[{"Id":"veeam-pve-production","OnlySecurityUpdates":false}],"PackagesToInclude":[],"PackagesToExclude":[],"ReposToCreate":[{"KeyInfo":null,"Info":"[veeam-pve-production]\nname=veeam\nbaseurl=https://repository.veeam.com/vbpve/1.3/rocky/8/x86_64/\nena..."}],"ShowLicense":null,"InstallationMetadataLocation":null,"IsProductOrigin":true,"IsLocal":false},"FetchResult":2,"AvailableUpdates":[]},{"OriginConfig":{"Id":"3dc449bc-e2c9-11ea-b947-737b1e6bc55d","Type":"rocky","Name":"Rocky Linux security updates","Mode":2,"ReposConfigs":[{"Id":"appstream","OnlySecurityUpdates":true},{"Id":"baseos","OnlySecurityUpdates":true},{"Id":"epel","OnlySecurityUpdates":true}],"PackagesToInclude":[],"PackagesToExclude":["dotnet*","aspnetcore*"],"ReposToCreate":[],"ShowLicense":null,"InstallationMetadataLocation":null,"IsProductOrigin":false,"IsLocal":false},"FetchResult":1,"AvailableUpdates":[]},{"OriginConfig":{"Id":"47c1400a-c672-4307-b7bc-4294b7da874e","Type":"dotNet","Name":"DotNet updates","Mode":2,"ReposConfigs":[{"Id":"appstream","OnlySecurityUpdates":false}],"PackagesToInclude":["dotnet*","aspnetcore*"],"PackagesToExclude":[],"ReposToCreate":[],"ShowLicense":null,"InstallationMetadataLocation":null,"IsProductOrigin":false,"IsLocal":false},"FetchResult":1,"AvailableUpdates":[]},{"OriginConfig":{"Id":"10ca1a6e-de9b-4b92-bd00-176e96b59e8a","Type":"veeam","Name":"Veeam local updates","Mode":1,"ReposConfigs":[{"Id":"veeam-local","OnlySecurityUpdates":false}],"PackagesToInclude":[],"PackagesToExclude":[],"ReposToCreate":[{"KeyInfo":null,"Info":"[veeam-local]\nname=veeam-local\nbaseurl=file:///var/www/veeam_local_repo\nenabled=1\ngpgcheck=0"}],"ShowLicense":null,"InstallationMetadataLocation":null,"IsProductOrigin":true,"IsLocal":true},"FetchResult":1,"AvailableUpdates":[]}]
2025-08-25 17:47:22.5570 00024 [798] WARN | [Product]: Notifications to product are disabled
2025-08-25 17:47:22.5794 00024 [798] INFO | [UpdaterService]: Installed updater dependencies aspnetcore-runtime-8.0.x86_64,dotnet-host.x86_64,dotnet-hostfxr-8.0.x86_64,dotnet-runtime-8.0.x86_64
2025-08-25 17:47:22.5817 00024 [798] INFO | [UpdaterService]: Stopping service
2025-08-25 17:47:22.5817 00024 [798] INFO | [UpdaterService]: Change state from Installing to Ready
2025-08-25 17:47:22.5817 00024 [798] INFO | [UpdaterService]: EnqueueInstallUpdates leave
2025-08-25 17:47:22.5900 00024 [798] INFO | [UpdaterScheduler]: StopAsync enter
2025-08-25 17:47:22.5911 00024 [798] INFO | [UpdaterScheduler]: StopAsync leave
2025-08-25 17:47:22.5919 00024 [798] INFO | [UpdaterService]: StopAsync enter
2025-08-25 17:47:22.5919 00018 [798] INFO | [UpdaterService]: StopAsync enter
2025-08-25 17:47:22.5919 00018 [798] INFO | [UpdaterService]: Ensure stopping service
2025-08-25 17:47:22.5919 00018 [798] INFO | [UpdaterService]: StopAsync leave
2025-08-25 17:47:22.5919 00024 [798] INFO | [UpdaterService]: StopAsync leave
2025-08-25 17:47:22.5919 00024 [798] INFO | [UpdaterMigrationService]: StopAsync enter
2025-08-25 17:47:22.5929 00024 [798] INFO | [UpdaterMigrationService]: StopAsync leave
2025-08-25 17:47:22.5947 00026 [798] INFO | [UpdaterService]: Service is shut down
2025-08-25 17:47:22.5995 00026 [798] INFO | [Program]: Veeam Updater Service exite
Please, see th steps in Migrating SAP HANA Plugin to Veeam, how to Fix what is taking up my Mac Storage? Delete Snapshots, and Convert Windows Server Datacenter to Standard: Install Windows Server via iDRAC Virtual Media.
Log Analysis
Below are some standout errors
StdErr: Error: Failed to download metadata for repo 'veeam-pve-production': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried Exit code: 1 2025-08-25 17:29:56.2969 00013 [798] INFO | [Shell]: Run command: dnf list --update updates -q --assumeyes --cacheonly --repo=veeam-pve-production 2025-08-25 17:29:56.6465 00004 [798] WARN | [Shell]: Failed to execute command dnf list --update updates -q --assumeyes --cacheonly --repo=veeam-pve-production 2025-08-25 17:29:56.6465 00004 [798] WARN | [Shell]: Command output is Failed to fetch updates for Veeam minor updates: Veeam.Updater.Common.Sys.ShellException: Exception of type 'Veeam.Updater.Common.Sys.ShellException' was thrown. 2025-08-25 17:29:56.7275 00004 [798] ERROR | [PackageManager]: at Veeam.Updater.Common.Sys.ExecutionResult.ThrowIfFailed()
That error means that Veeam Proxmox VE update process can’t reach the Veeam yum/dnf repository (veeam-pve-production) to download metadata (repomd.xml). Without that file, dnf can’t resolve what packages are available, so the update fails.
And this could be due to “Network/DNS issue as the system can’t resolve or reach the repo host”. Also, repo misconfiguration, that is the “.repo file in /etc/yum.repos.d/ may point to the wrong URL”. lastly, the Veeam repo might be temporarily unavailable.
You could troubleshoot this yourself, but as recommended. Please contact the Veeam Support.
Also, you would notice the below in the log
Exit code: 1 2025-08-25 17:34:09.5719 00014 [798] INFO | [PackageViewBase]: Running dnf --showduplicates list --available veeamworkerpve -q --assumeyes --cacheonly --repo=veeam-pve-production failed, package is not available?
This shows that the worker package isn’t available in the repo you are pointing to. Either it hasn’t been uploaded yet, or your repo definition is pointing to the wrong place.
Therefore, as mentioned earlier, this is just a warning message and as such, it will not prevent a successful backup and restore operation. If you have any questions or issues with Veeam Backup for Proxmox VE. You can search for a resolution on Veeam R&D Forums or Veeam Community. Alternatively, you could submit a support case in the Veeam Customer Support Portal.
At a latter time, the following was the outcome of the worker node test which shows no update warning which gladly supports my argument above.
I hope you found this guide on ‘What to know about “Failed to perform Veeam Worker Upgrade”‘ very useful. Please, feel free to leave a comment below.



