Update to 3.3.0
This commit is contained in:
parent
236adcf87d
commit
2f1e2b80f7
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/microdnf-3.tar.gz
|
||||
/microdnf-3.0.1.tar.gz
|
||||
/microdnf-3.0.2.tar.gz
|
||||
/microdnf-3.3.0.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: microdnf
|
||||
Version: 3.0.2
|
||||
Version: 3.3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Minimal C implementation of DNF
|
||||
|
||||
@ -12,13 +12,13 @@ BuildRequires: meson >= 0.36.0
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.44.0
|
||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.44.0
|
||||
BuildRequires: pkgconfig(libpeas-1.0) >= 1.20.0
|
||||
BuildRequires: pkgconfig(libdnf) >= 0.37.1
|
||||
BuildRequires: pkgconfig(libdnf) >= 0.38.0
|
||||
BuildRequires: pkgconfig(smartcols)
|
||||
BuildRequires: help2man
|
||||
|
||||
%description
|
||||
Micro DNF is a very minimal C implementation of DNF's install, upgrade,
|
||||
remove, and clean commands, designed to be used for doing simple
|
||||
remove, repolist, and clean commands, designed to be used for doing simple
|
||||
packaging actions in containers when you don't need full-blown DNF and
|
||||
you want the tiniest useful containers possible.
|
||||
|
||||
@ -49,6 +49,12 @@ capabilities are intentionally not implemented in Micro DNF.
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri Nov 29 2019 Ales Matej <amatej@redhat.com> - 3.3.0-1
|
||||
- Update to 3.3.0
|
||||
- Fix: do not download metadata in remove command
|
||||
- Add repolist command (RhBug:1584952)
|
||||
- Add repoquery command (RhBug:1769245)
|
||||
|
||||
* Wed Nov 06 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 3.0.2-1
|
||||
- Update to 3.0.2
|
||||
- Add support for --releasever (RhBug:1591627)
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (microdnf-3.0.2.tar.gz) = b108717c2a26c2930af08fd967389e6eda51b80675a6eedc0f379fe47852360d1b23c9a3bad61b7005a9da4a9f8b9654894077dffa16b2a6dcca14d01617418a
|
||||
SHA512 (microdnf-3.3.0.tar.gz) = 78229fa7093bfb73f8b42a62a0115895efb4995627f7fca1c164556c28cd1290266124257c89f22f3ca00caf5c48f877659a45921b4aa4b17e2a71c7d4ab89e4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user