From 0881ba00587663e7228f5559699491946bb2013a Mon Sep 17 00:00:00 2001 From: Jean-Philippe Pialasse Date: Mon, 2 Sep 2024 15:52:55 -0400 Subject: [PATCH] * Mon Sep 02 2024 Jean-Philippe Pialasse 11.0.0-14.sme - fix typo in rsyslog.conf [SME: 12668] --- .../e-smith/templates/etc/rsyslog.conf/32smeserver-update | 2 +- smeserver-update.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/root/etc/e-smith/templates/etc/rsyslog.conf/32smeserver-update b/root/etc/e-smith/templates/etc/rsyslog.conf/32smeserver-update index 24a887c..d84c824 100644 --- a/root/etc/e-smith/templates/etc/rsyslog.conf/32smeserver-update +++ b/root/etc/e-smith/templates/etc/rsyslog.conf/32smeserver-update @@ -2,4 +2,4 @@ if $programname startswith "dnf_update_dbs" then /var/log/dnf/dnf-update.log & stop if $programname startswith "dnf-automatic" then stop -if $programname startswith "dnf-makecache" theb stop +if $programname startswith "dnf-makecache" then stop diff --git a/smeserver-update.spec b/smeserver-update.spec index c09255d..6bd9047 100644 --- a/smeserver-update.spec +++ b/smeserver-update.spec @@ -2,7 +2,7 @@ Summary: Koozali SME Server rpm updater Name: %{name} %define version 11.0.0 -%define release 13 +%define release 14 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -68,6 +68,9 @@ mkdir -p root/etc/yum.smerepos.d %changelog +* Mon Sep 02 2024 Jean-Philippe Pialasse 11.0.0-14.sme +- fix typo in rsyslog.conf [SME: 12668] + * Wed Aug 21 2024 Brian Read 11.0.0-13.sme - Fix error in createlinks - link to restart yum should be dnf [SME: 12723]