From 9a7ffb2b0cbcd3592e9dc375f5cc66bd173c1132 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 06:04:50 +0000 Subject: [PATCH] build(deps): bump libdnf from `31a8b8b` to `930f258` Bumps [libdnf](https://github.com/rpm-software-management/libdnf) from `31a8b8b` to `930f258`. - [Release notes](https://github.com/rpm-software-management/libdnf/releases) - [Commits](https://github.com/rpm-software-management/libdnf/compare/31a8b8bcec21ab306422d5b9f9bdcfd7ddc034a8...930f2582f91077b3f338b84cf9567559d52713de) Signed-off-by: dependabot[bot] --- libdnf | 2 +- tests/vmcheck/test-layering-gpg.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libdnf b/libdnf index 31a8b8bc..930f2582 160000 --- a/libdnf +++ b/libdnf @@ -1 +1 @@ -Subproject commit 31a8b8bcec21ab306422d5b9f9bdcfd7ddc034a8 +Subproject commit 930f2582f91077b3f338b84cf9567559d52713de diff --git a/tests/vmcheck/test-layering-gpg.sh b/tests/vmcheck/test-layering-gpg.sh index 11f603f7..60865ced 100755 --- a/tests/vmcheck/test-layering-gpg.sh +++ b/tests/vmcheck/test-layering-gpg.sh @@ -33,5 +33,5 @@ vm_build_rpm_repo_mode gpgcheck foo version 4.5 release 6 if vm_rpmostree pkg-add foo-4.5 2>err.txt; then assert_not_reached "Installed unsigned package" fi -assert_file_has_content err.txt 'package not signed: foo' +assert_file_has_content err.txt 'cannot be verified' echo "ok failed to install unsigned package"