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#737a1b36bbe8a26c896644fa812bb1f82ec1f4d3
This commit is contained in:
parent
c0a2826761
commit
c06918524c
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/microdnf-3.5.0.tar.gz
|
||||
/microdnf-3.5.1.tar.gz
|
||||
/microdnf-3.6.0.tar.gz
|
||||
/microdnf-3.7.1.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%global libdnf_version 0.55.2
|
||||
%global libdnf_version 0.56.0
|
||||
|
||||
Name: microdnf
|
||||
Version: 3.6.0
|
||||
Version: 3.7.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Lightweight implementation of DNF in C
|
||||
|
||||
@ -19,8 +19,10 @@ BuildRequires: pkgconfig(smartcols)
|
||||
BuildRequires: help2man
|
||||
|
||||
Requires: libdnf%{?_isa} >= %{libdnf_version}
|
||||
%if 0%{?rhel} > 8 || 0%{?fedora}
|
||||
# Ensure DNF package manager configuration skeleton is installed
|
||||
Requires: dnf-data
|
||||
%endif
|
||||
|
||||
%description
|
||||
Micro DNF is a lightweight C implementation of DNF, designed to be used
|
||||
@ -51,6 +53,25 @@ minimal environment possible so you can build up to exactly what you need.
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Mar 01 2021 Nicola Sella <nsella@redhat.com> - 3.7.1-1
|
||||
- Update to 3.7.1
|
||||
- [download] fix: unwanted dependency on newer glib
|
||||
- [download] Support for "--resolve" and "--alldeps" arguments
|
||||
- [download] New get_packages_query function
|
||||
- Support "--setopt=keepcache=0/1"
|
||||
- [download] Support "--archlist=" argument
|
||||
- [download] Move package download code to "download_packages" function
|
||||
- [download] several optimizations
|
||||
- Don't set default value of "assumeyes" to TRUE
|
||||
- Support for user confirmation and assumeyes, assumeno, defaultyes
|
||||
- Extend "--setopt" to support repository options
|
||||
- Added alias "update" to "upgrade" command
|
||||
- Command "update" renamed to "upgrade"
|
||||
- Add support for command aliases
|
||||
- dnf-data requirement only for Fedora and future RHEL
|
||||
- Relicense to GPLv2+ [errata corrige: not in 3.5.1-1]
|
||||
- Sync summary and description from openSUSE [errata corrige: not in 3.6.0-1]
|
||||
|
||||
* Thu Jan 28 2021 Nicola Sella <nsella@redhat.com> - 3.6.0-1
|
||||
- Update to 3.6.0
|
||||
- spec: Sync summary and description from openSUSE
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (microdnf-3.6.0.tar.gz) = 4681851fa881fbfc68881e47fc0afc5b2b386898078a6e6aa546bb7ca0f43ac8a35ee45c644b2ef70e629785eb2e5b1bac73a62cdb40a2510f37131a04d9695a
|
||||
SHA512 (microdnf-3.7.1.tar.gz) = 06a7023dc34595dcdc2a73b7f65ec1115b1a7340f708604af94251a9bee851954a7cb6e339b6e405d8090e0e9b3df4225301fbe6eab7f1524351ae0f7a95e9df
|
||||
|
||||
Loading…
Reference in New Issue
Block a user