* Also adjust the project and download URL.
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org --- cronie/cronie.nm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/cronie/cronie.nm b/cronie/cronie.nm index 80a82fe..ce7a558 100644 --- a/cronie/cronie.nm +++ b/cronie/cronie.nm @@ -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/%%7Bthisapp%7D/
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 \