]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/commitdiff
cronie: Remove audit support
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 11 Aug 2017 16:28:26 +0000 (18:28 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 11 Aug 2017 17:09:19 +0000 (18:09 +0100)
* Also adjust the project and download URL.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
cronie/cronie.nm

index 80a82feb0b66141bd3161da14eb6ae02dacdb21a..ce7a5581c2997b6409b0dee8c85174968f7e8022 100644 (file)
@@ -5,10 +5,10 @@
 
 name       = cronie
 version    = 1.5.1
-release    = 1
+release    = 2
 
 groups     = System/Environment/Base
-url        = https://fedorahosted.org/cronie/
+url        = https://github.com/cronie-crond/cronie
 license    = MIT and BSD and ISC and GPLv2
 summary    = Cron daemon for executing programs at set times
 
@@ -19,11 +19,10 @@ description
        the ability to use pam and SELinux.
 end
 
-source_dl  = https://fedorahosted.org/releases/c/r/cronie/
+source_dl  = https://github.com/cronie-crond/cronie/releases/download/%{thisapp}/
 
 build
        requires
-               audit-devel
                bison
                libcap-devel
                libedit-devel
@@ -35,7 +34,6 @@ build
 
        configure_options += \
                --with-pam \
-               --with-audit \
                --with-inotify \
                --enable-anacron \
                --enable-pie \