Browse Source

rsyslog-8.2204.1-1

Tomohiro "Tomo-p" KATO 1 year ago
parent
commit
24c4a70843
1 changed files with 6 additions and 3 deletions
  1. 6 3
      r/rsyslog/rsyslog-vl.spec

+ 6 - 3
r/rsyslog/rsyslog-vl.spec

@@ -6,8 +6,8 @@
 
 Summary:        Enhanced system logging and kernel message trapping daemon
 Name:           rsyslog
-Version:        8.2110.0
-Release:        2%{?_dist_release}%{?with_systemd:.systemd}
+Version:        8.2204.1
+Release:        1%{?_dist_release}%{?with_systemd:.systemd}
 Group:          system
 Vendor:         Project Vine
 Distribution:   Vine Linux
@@ -224,10 +224,10 @@ fi
 %if %{with systemd}
 %systemd_postun_with_restart rsyslog.service
 %else
-%endif
 if [ "$1" -ge "1" ]; then
 	service rsyslog condrestart > /dev/null 2>&1 ||:
 fi
+%endif
 
 
 %files
@@ -306,6 +306,9 @@ fi
 
 
 %changelog
+* Thu May 19 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.2204.1-1
+- new upstream release.
+
 * Sat Dec 25 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.2110.0-2
 - fixed a typo in logrotate script on systemd.