From 24f2c19f34dd021524e7ebd134b7f232756dfc6e Mon Sep 17 00:00:00 2001 From: Stuart D. Gathman Date: Aug 25 2019 01:40:01 +0000 Subject: Don't package local copy of ronn --- diff --git a/cjdns.spec b/cjdns.spec index edf3e80..be39026 100644 --- a/cjdns.spec +++ b/cjdns.spec @@ -80,7 +80,7 @@ Name: cjdns # major version is cjdns protocol version: Version: 20.3 -Release: 7%{?dist} +Release: 8%{?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 @@ -420,7 +420,8 @@ install -p publictoip6 privatetopublic mkpasswd makekeys randombytes sybilsim \ %{buildroot}%{_libexecdir}/cjdns rm -f node_modules/nthen/.npmignore cp -pr tools node_modules %{buildroot}%{_libexecdir}/cjdns - +# but not local copy of ronn +rm -rf %{buildroot}%{_libexecdir}/cjdns/node_modules/ronn %if %{with_admin} rm -f contrib/nodejs/admin/.gitignore @@ -635,6 +636,9 @@ fi %{_bindir}/graphStats %changelog +* Sat Aug 24 2019 Stuart Gathman - 20.3-8 +- Don't package local copy of ronn + * Thu Aug 15 2019 Stuart Gathman - 20.3-7 - Don't audit /var/lib/sss access bz#1589395