Update to 3.9.0
This commit is contained in:
parent
71c5f653f8
commit
53c6dbe202
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/microdnf-3.7.1.tar.gz
|
||||
/microdnf-3.8.0.tar.gz
|
||||
/microdnf-3.8.1.tar.gz
|
||||
/microdnf-3.9.0.tar.gz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%global libdnf_version 0.62.0
|
||||
|
||||
Name: microdnf
|
||||
Version: 3.8.1
|
||||
Release: 2%{?dist}
|
||||
Version: 3.9.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Lightweight implementation of DNF in C
|
||||
|
||||
License: GPLv2+
|
||||
@ -53,6 +53,10 @@ minimal environment possible so you can build up to exactly what you need.
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Aug 15 2022 Jaroslav Rohel <jrohel@redhat.com> - 3.9.0-1
|
||||
- Update to 3.9.0
|
||||
- Add leaves command - List installed packages not required by other installed packages
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (microdnf-3.8.1.tar.gz) = 69d5eee5550129fea496a6dfff4edf88e17141141f0fe60c75c3f225bc60c1d2748310849a379e7684572fab56f1547bf27ab7d9d882cba0e7d971b72cd9c098
|
||||
SHA512 (microdnf-3.9.0.tar.gz) = 4907b7a6c19e0b91b28cf10477d3d5abc74f2d7558c2cc141f565776b14bc4014bb9c14c7d6fd62e8667f51bee33cfe67c25e9ac451fdfe98dbc4c4215ab8843
|
||||
|
||||
Loading…
Reference in New Issue
Block a user