diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index aaa66f75c9..c868bb3e7e 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,10 @@ April 4th, 2017 + + [bdubbs] - Update to pwire-open-source-2.4.3.5. Fixes + #9075. + [bdubbs] - Update to vala-0.36.1. Fixes #9082. diff --git a/packages.ent b/packages.ent index 5602cbff4b..b2e2ca693a 100644 --- a/packages.ent +++ b/packages.ent @@ -41,7 +41,7 @@ - + diff --git a/postlfs/security/tripwire.xml b/postlfs/security/tripwire.xml index 52cac027e9..9fe14bb732 100644 --- a/postlfs/security/tripwire.xml +++ b/postlfs/security/tripwire.xml @@ -6,10 +6,10 @@ - - + + - + ]> @@ -94,8 +94,10 @@ -e '/TWMAN/ s|${prefix}|/usr/share|' \ -e '/TWDOCS/s|${prefix}/doc/tripwire|/usr/share/doc/tripwire-&tripwire-version;|' \ -i installer/install.cfg && + find . -name Makefile.am | xargs \ sed -i 's/^[[:alpha:]_]*_HEADERS.*=/noinst_HEADERS =/' && + sed '/dist/d' -i man/man?/Makefile.am && autoreconf -fi &&