Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/microdnf.git#ec557850b6fd636c6ce854e2f96a2904a6c1dd13
This commit is contained in:
parent
3a71108676
commit
8f89678ad4
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,3 +5,5 @@
|
||||
/microdnf-3.0.2.tar.gz
|
||||
/microdnf-3.3.0.tar.gz
|
||||
/microdnf-3.4.0.tar.gz
|
||||
/microdnf-3.5.0.tar.gz
|
||||
/microdnf-3.5.1.tar.gz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%global libdnf_version 0.43.1
|
||||
|
||||
Name: microdnf
|
||||
Version: 3.4.0
|
||||
Release: 3%{?dist}
|
||||
Version: 3.5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Minimal C implementation of DNF
|
||||
|
||||
License: GPLv3+
|
||||
@ -53,6 +53,19 @@ capabilities are intentionally not implemented in Micro DNF.
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Thu Nov 26 2020 Nicola Sella <nsella@redhat.com> - 3.5.1-1
|
||||
- Update to 3.5.1
|
||||
- Relicense to GPLv2+
|
||||
- Bump minimum version of libdnf in CMake and Meson
|
||||
|
||||
* 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.1.tar.gz) = 227d3417d17e407b25c4974b1b43e71d112c05a5f7e88ffcbc0c92d86ef28ca3507493ea6c7d9a0e706edac014e7abbf2c2d36a3c66ea8311ccc52e24aec827f
|
||||
|
||||
Loading…
Reference in New Issue
Block a user