The test suite does not create any problems so I enabled the test suite.
Fixes: #13314
Signed-off-by: Jonatan Schlag jonatan.schlag@ipfire.org --- ccache/ccache.nm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/ccache/ccache.nm b/ccache/ccache.nm index 450b40446..0f0536623 100644 --- a/ccache/ccache.nm +++ b/ccache/ccache.nm @@ -4,7 +4,7 @@ ###############################################################################
name = ccache -version = 4.7.4 +version = 4.8.3 release = 1
groups = Development/Compilers @@ -38,10 +38,9 @@ build make %{PARALLELISMFLAGS} end
- #test - # # XXX Disabled because the testsuite removes libzstd.so.1 - # make check - #end + test + make check + end
install_cmds CCACHE_PLATFORM_TARGET=$(echo %{DISTRO_MACHINE} | sed -e "s/-gnu//g")
Fixes: #13234
Signed-off-by: Jonatan Schlag jonatan.schlag@ipfire.org --- dhcpcd/dhcpcd.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dhcpcd/dhcpcd.nm b/dhcpcd/dhcpcd.nm index 86db06fbb..fcadc88e0 100644 --- a/dhcpcd/dhcpcd.nm +++ b/dhcpcd/dhcpcd.nm @@ -4,7 +4,7 @@ ###############################################################################
name = dhcpcd -version = 10.0.1 +version = 10.0.2 release = 1
groups = Network/Base