Update to 3.8.0
Resolves: rhbz#1951436
This commit is contained in:
parent
9f76103542
commit
c8bc8febd2
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/microdnf-3.5.1.tar.gz
|
||||
/microdnf-3.6.0.tar.gz
|
||||
/microdnf-3.7.1.tar.gz
|
||||
/microdnf-3.8.0.tar.gz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%global libdnf_version 0.56.0
|
||||
%global libdnf_version 0.62.0
|
||||
|
||||
Name: microdnf
|
||||
Version: 3.7.1
|
||||
Release: 2%{?dist}
|
||||
Version: 3.8.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Lightweight implementation of DNF in C
|
||||
|
||||
License: GPLv2+
|
||||
@ -53,6 +53,12 @@ minimal environment possible so you can build up to exactly what you need.
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed Jun 02 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 3.8.0-1
|
||||
- Update to 3.8.0
|
||||
- distrosync: Fix style issues and plugin build with Meson
|
||||
- Add distro-sync subcommand
|
||||
- Add "makecache" command
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.7.1-2
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (microdnf-3.7.1.tar.gz) = 06a7023dc34595dcdc2a73b7f65ec1115b1a7340f708604af94251a9bee851954a7cb6e339b6e405d8090e0e9b3df4225301fbe6eab7f1524351ae0f7a95e9df
|
||||
SHA512 (microdnf-3.8.0.tar.gz) = a95cb46eb3a680c14dc152dad0c07896534e84bee6f55cee50e31c18642e417767392b7c02eb37e7fac86684279093b951ebf16d9420ff5b1c1f8013266744a0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user