Update to 3.10.0
This commit is contained in:
parent
da80250d7a
commit
6c1e393c26
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/microdnf-3.8.0.tar.gz
|
||||
/microdnf-3.8.1.tar.gz
|
||||
/microdnf-3.9.0.tar.gz
|
||||
/microdnf-3.10.0.tar.gz
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
%global libdnf_version 0.62.0
|
||||
|
||||
Name: microdnf
|
||||
Version: 3.9.0
|
||||
Release: 3%{?dist}
|
||||
Version: 3.10.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Lightweight implementation of DNF in C
|
||||
|
||||
License: GPLv2+
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://github.com/rpm-software-management/microdnf
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
@ -21,7 +21,7 @@ BuildRequires: help2man
|
||||
Requires: libdnf%{?_isa} >= %{libdnf_version}
|
||||
%if 0%{?rhel} > 8 || 0%{?fedora}
|
||||
# Ensure DNF package manager configuration skeleton is installed
|
||||
Requires: dnf-data
|
||||
Requires: /etc/dnf/dnf.conf
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -53,6 +53,11 @@ minimal environment possible so you can build up to exactly what you need.
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Jun 06 2023 Jan Kolarik <jkolarik@redhat.com> - 3.10.0-1
|
||||
- Update to 3.10.0
|
||||
- Add swap command
|
||||
- Prepare for dnf5 transition in Fedora 39
|
||||
|
||||
* Fri May 19 2023 Petr Pisar <ppisar@redhat.com> - 3.9.0-3
|
||||
- Rebuild against rpm-4.19 (https://fedoraproject.org/wiki/Changes/RPM-4.19)
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (microdnf-3.9.0.tar.gz) = 4907b7a6c19e0b91b28cf10477d3d5abc74f2d7558c2cc141f565776b14bc4014bb9c14c7d6fd62e8667f51bee33cfe67c25e9ac451fdfe98dbc4c4215ab8843
|
||||
SHA512 (microdnf-3.10.0.tar.gz) = d405aa73f04ed087e726b18c77714e422fd249b9c45443340fd076c17b2e8d496f6499ae04b3f3fe9d4d82c297c278f9e691d8fef70d8bac457fd3c7aa1d20f1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user