Update to 3.8.0
This commit is contained in:
parent
84bf42a43a
commit
b8a76b2beb
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,7 +1,7 @@
|
||||
%global libdnf_version 0.56.0
|
||||
%global libdnf_version 0.62.0
|
||||
|
||||
Name: microdnf
|
||||
Version: 3.7.1
|
||||
Version: 3.8.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Lightweight implementation of DNF in C
|
||||
|
||||
@ -53,6 +53,12 @@ minimal environment possible so you can build up to exactly what you need.
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Apr 19 2021 Nicola Sella <nsella@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
|
||||
|
||||
* Tue Mar 02 2021 Nicola Sella <nsella@redhat.com> - 3.7.1-1
|
||||
- Update to 3.7.1
|
||||
- [download] fix: unwanted dependency on newer glib
|
||||
|
||||
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