From 34818d1490822beffbd6015defeb8e67fc3947b9 Mon Sep 17 00:00:00 2001 From: Stuart D. Gathman Date: Apr 05 2022 16:28:31 +0000 Subject: Log up scripts --- diff --git a/cjdns.spec b/cjdns.spec index ba5ead4..b0a45f1 100644 --- a/cjdns.spec +++ b/cjdns.spec @@ -75,7 +75,7 @@ Name: cjdns # major version is cjdns protocol version: Version: 21.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The privacy-friendly network without borders # cjdns is all GPLv3 except libuv which is MIT and BSD and ISC # cnacl is unused except when use_embedded is true @@ -371,7 +371,8 @@ cjdev="$(cjdns-online -i)" || exit 1 for s in %{_sysconfdir}/cjdns/up.d/*.sh; do if test -x "$s"; then - "$s" up $cjdev + echo "$s" up "$cjdev" + "$s" up "$cjdev" fi done EOF @@ -753,6 +754,9 @@ fi %{_bindir}/graphStats %changelog +* Tue Apr 5 2022 Stuart Gathman - 21.1-3 +- Log cjdns-up scripts run + * Wed Dec 16 2020 Stuart Gathman - 21.1-2 - Reenable seccomp for armv7hl