This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 519c41881f8ce8f8ceb3a5f317fa323830771990 (commit) via c82b4b9580909e16a283765cd50d0e67fa3cb3c3 (commit) from 0881f707b48111d3645ca431239024e4d9af05b9 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 519c41881f8ce8f8ceb3a5f317fa323830771990 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Mar 4 14:59:25 2023 +0000
chrony: Drop logrotate configuration
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit c82b4b9580909e16a283765cd50d0e67fa3cb3c3 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Mar 4 14:58:40 2023 +0000
logrotate: Drop package
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: chrony/chrony.logrotate | 8 ------ chrony/chrony.nm | 6 +--- logrotate/logrotate.nm | 57 ------------------------------------- logrotate/systemd/logrotate.service | 5 ---- 4 files changed, 1 insertion(+), 75 deletions(-) delete mode 100644 chrony/chrony.logrotate delete mode 100644 logrotate/logrotate.nm delete mode 100644 logrotate/systemd/logrotate.service
Difference in files: diff --git a/chrony/chrony.logrotate b/chrony/chrony.logrotate deleted file mode 100644 index 4bb83b216..000000000 --- a/chrony/chrony.logrotate +++ /dev/null @@ -1,8 +0,0 @@ -/var/log/chrony/*.log { - missingok - nocreate - sharedscripts - postrotate - /usr/libexec/chrony-helper command cyclelogs > /dev/null 2>&1 || true - endscript -} diff --git a/chrony/chrony.nm b/chrony/chrony.nm index 10d6a4942..fbf6ae4cb 100644 --- a/chrony/chrony.nm +++ b/chrony/chrony.nm @@ -5,7 +5,7 @@
name = chrony version = 4.3 -release = 1 +release = 2
groups = System/Daemons url = https://chrony.tuxfamily.org @@ -53,10 +53,6 @@ build install -m 640 -p %{DIR_SOURCE}/chrony.keys %{BUILDROOT}/etc/chrony.keys chown -v root.chrony %{BUILDROOT}/etc/chrony.keys
- mkdir -pv %{BUILDROOT}/etc/logrotate.d - install -m 644 -p %{DIR_SOURCE}/chrony.logrotate \ - %{BUILDROOT}/etc/logrotate.d/chrony - chown -Rv chrony.chrony %{BUILDROOT}/var/{lib,log}/chrony end end diff --git a/logrotate/logrotate.nm b/logrotate/logrotate.nm deleted file mode 100644 index c15906b6b..000000000 --- a/logrotate/logrotate.nm +++ /dev/null @@ -1,57 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team info@ipfire.org # -############################################################################### - -name = logrotate -version = 3.9.1 -release = 1 - -groups = System/Base -url = https://fedorahosted.org/releases/l/o/logrotate/ -license = GPL+ -summary = Rotates, compresses, removes and mails system log files. - -description - The logrotate utility is designed to simplify the administration of - log files on a system which generates a lot of log files. Logrotate - allows for the automatic rotation compression, removal and mailing of - log files. Logrotate can be set to handle a log file daily, weekly, - monthly or when the log file gets to a certain size. -end - -source_dl = https://fedorahosted.org/releases/l/o/logrotate/ - -build - requires - coreutils - gzip - popt-devel - which - end - - build - make RPM_OPT_FLAGS="%{CFLAGS}" %{PARALLELISMFLAGS} - end - - install - make install BASEDIR=%{prefix} PREFIX=%{BUILDROOT} \ - MANDIR=%{mandir} - - mkdir -pv %{BUILDROOT}%{localstatedir} - touch %{BUILDROOT}%{localstatedir}/logrotate.status - - # Creating directory for config files - mkdir -pv %{BUILDROOT}%{sysconfdir}/logrotate.d - end -end - -packages - package %{name} - groups += Base - end - - package %{name}-debuginfo - template DEBUGINFO - end -end diff --git a/logrotate/systemd/logrotate.service b/logrotate/systemd/logrotate.service deleted file mode 100644 index 0b45621d3..000000000 --- a/logrotate/systemd/logrotate.service +++ /dev/null @@ -1,5 +0,0 @@ -[Unit] -Description=logrotate - -[Service] -ExexStart=/usr/sbin/logrotate /etc/logrotate.d/*
hooks/post-receive -- IPFire 3.x development tree