uc DNF to lc dnf in Yum.pm

This commit is contained in:
Brian Read 2024-08-21 16:06:16 +01:00
parent 91ca26de27
commit 6a5a756438
2 changed files with 5 additions and 2 deletions

View File

@ -488,7 +488,7 @@ sub do_yum {
} }
esmith::util::backgroundCommand(0, esmith::util::backgroundCommand(0,
"/sbin/e-smith/signal-event", "DNF-$function"); "/sbin/e-smith/signal-event", "dnf-$function");
for ( qw(available installed updates) ) { for ( qw(available installed updates) ) {
$dbs{$_}->reload; $dbs{$_}->reload;

View File

@ -2,7 +2,7 @@ Summary: Sme server navigation module : manager 2
%define name smeserver-manager %define name smeserver-manager
Name: %{name} Name: %{name}
%define version 11.0.0 %define version 11.0.0
%define release 15 %define release 16
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@ -108,6 +108,9 @@ true
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Wed Aug 21 2024 Brian Read <brianr@koozali.org> 11.0.0-16.sme
- Typo uc DNF changed to lc dnf in Yum.pm [SME: 127245]
* Wed Aug 21 2024 Brian Read <brianr@koozali.org> 11.0.0-15.sme * Wed Aug 21 2024 Brian Read <brianr@koozali.org> 11.0.0-15.sme
- Migrate SM2 Software installer panel from use of yum to dnf [SME: 12718] - Migrate SM2 Software installer panel from use of yum to dnf [SME: 12718]