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](31a8b8bcec...930f2582f9)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-12 06:04:50 +00:00 committed by Colin Walters
parent aa662e8faa
commit 9a7ffb2b0c
2 changed files with 2 additions and 2 deletions

2
libdnf

@ -1 +1 @@
Subproject commit 31a8b8bcec21ab306422d5b9f9bdcfd7ddc034a8
Subproject commit 930f2582f91077b3f338b84cf9567559d52713de

View File

@ -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"