]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
logrotate: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Mar 2023 14:58:40 +0000 (14:58 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Mar 2023 14:58:40 +0000 (14:58 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
logrotate/logrotate.nm [deleted file]
logrotate/systemd/logrotate.service [deleted file]

diff --git a/logrotate/logrotate.nm b/logrotate/logrotate.nm
deleted file mode 100644 (file)
index c15906b..0000000
+++ /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 (file)
index 0b45621..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-[Unit]
-Description=logrotate
-
-[Service]
-ExexStart=/usr/sbin/logrotate /etc/logrotate.d/*