Update to 3.5.0
This commit is contained in:
parent
2818a5051d
commit
7996bdd56a
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/microdnf-3.0.2.tar.gz
|
||||
/microdnf-3.3.0.tar.gz
|
||||
/microdnf-3.4.0.tar.gz
|
||||
/microdnf-3.5.0.tar.gz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%global libdnf_version 0.43.1
|
||||
|
||||
Name: microdnf
|
||||
Version: 3.4.0
|
||||
Release: 3%{?dist}
|
||||
Version: 3.5.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Minimal C implementation of DNF
|
||||
|
||||
License: GPLv3+
|
||||
@ -53,6 +53,14 @@ capabilities are intentionally not implemented in Micro DNF.
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri Nov 13 2020 Nicola Sella <nsella@redhat.com> - 3.5.0-1
|
||||
- Update to 3.5.0
|
||||
- Add module enable and disable commands
|
||||
- Add reports of module changes
|
||||
- Add "module enable" command
|
||||
- Add subcommands support
|
||||
- Print info about obsoleted packages before transaction (RhBug:1855542)
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (microdnf-3.4.0.tar.gz) = 297b039f2235430cd2170665f40184a94aa691b21454233f19520c00393b04f783203821ef036b9c789491cbd793ca4eac8124a4c4537c7f2fdba18762c461c2
|
||||
SHA512 (microdnf-3.5.0.tar.gz) = d99ca9da345b03a0ee9d0258b8a4aec7a5e13aed4607e2b773266b20be4ed1d6f1a2448b2211344423a6df5448e36779a017e49b2c417f361f87b32eb7a91a0f
|
||||
|
||||
Loading…
Reference in New Issue
Block a user