generated from smedev/Template-for-SMEServer-Core-Package
* Mon Sep 02 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-14.sme
- fix typo in rsyslog.conf [SME: 12668]
This commit is contained in:
parent
a08cc2a41b
commit
0881ba0058
@ -2,4 +2,4 @@
|
|||||||
if $programname startswith "dnf_update_dbs" then /var/log/dnf/dnf-update.log
|
if $programname startswith "dnf_update_dbs" then /var/log/dnf/dnf-update.log
|
||||||
& stop
|
& stop
|
||||||
if $programname startswith "dnf-automatic" then stop
|
if $programname startswith "dnf-automatic" then stop
|
||||||
if $programname startswith "dnf-makecache" theb stop
|
if $programname startswith "dnf-makecache" then stop
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
Summary: Koozali SME Server rpm updater
|
Summary: Koozali SME Server rpm updater
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
%define version 11.0.0
|
%define version 11.0.0
|
||||||
%define release 13
|
%define release 14
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -68,6 +68,9 @@ mkdir -p root/etc/yum.smerepos.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 02 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-14.sme
|
||||||
|
- fix typo in rsyslog.conf [SME: 12668]
|
||||||
|
|
||||||
* Wed Aug 21 2024 Brian Read <brianr@koozali.org> 11.0.0-13.sme
|
* Wed Aug 21 2024 Brian Read <brianr@koozali.org> 11.0.0-13.sme
|
||||||
- Fix error in createlinks - link to restart yum should be dnf [SME: 12723]
|
- Fix error in createlinks - link to restart yum should be dnf [SME: 12723]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user