From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] logrotate: Drop package Date: Tue, 21 Feb 2023 12:55:30 +0100 Message-ID: <20230221115530.632397-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6180331472973279485==" List-Id: --===============6180331472973279485== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- logrotate/logrotate.nm | 57 ----------------------------- logrotate/systemd/logrotate.service | 5 --- 2 files changed, 62 deletions(-) delete mode 100644 logrotate/logrotate.nm delete mode 100644 logrotate/systemd/logrotate.service 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 = # -############################################################################= ### - -name =3D logrotate -version =3D 3.9.1 -release =3D 1 - -groups =3D System/Base -url =3D https://fedorahosted.org/releases/l/o/logrotate/ -license =3D GPL+ -summary =3D 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 =3D https://fedorahosted.org/releases/l/o/logrotate/ - -build - requires - coreutils - gzip - popt-devel - which - end - - build - make RPM_OPT_FLAGS=3D"%{CFLAGS}" %{PARALLELISMFLAGS} - end - - install - make install BASEDIR=3D%{prefix} PREFIX=3D%{BUILDROOT} \ - MANDIR=3D%{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 +=3D Base - end - - package %{name}-debuginfo - template DEBUGINFO - end -end diff --git a/logrotate/systemd/logrotate.service b/logrotate/systemd/logrotat= e.service deleted file mode 100644 index 0b45621d3..000000000 --- a/logrotate/systemd/logrotate.service +++ /dev/null @@ -1,5 +0,0 @@ -[Unit] -Description=3Dlogrotate - -[Service] -ExexStart=3D/usr/sbin/logrotate /etc/logrotate.d/* --=20 2.30.2 --===============6180331472973279485==--