From 236adcf87d376ab41df84ca7c396d252e2318230 Mon Sep 17 00:00:00 2001 From: Pavla Kratochvilova Date: Nov 05 2019 12:45:49 +0000 Subject: Update to 3.0.2 --- diff --git a/.gitignore b/.gitignore index e100528..ca21863 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /microdnf-2.tar.gz /microdnf-3.tar.gz /microdnf-3.0.1.tar.gz +/microdnf-3.0.2.tar.gz diff --git a/microdnf.spec b/microdnf.spec index fd85601..86186ab 100644 --- a/microdnf.spec +++ b/microdnf.spec @@ -1,7 +1,7 @@ Name: microdnf -Version: 3.0.1 -Release: 4%{?dist} -Summary: Micro DNF +Version: 3.0.2 +Release: 1%{?dist} +Summary: Minimal C implementation of DNF License: GPLv3+ URL: https://github.com/rpm-software-management/microdnf @@ -12,11 +12,22 @@ 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.7.0 +BuildRequires: pkgconfig(libdnf) >= 0.37.1 BuildRequires: pkgconfig(smartcols) +BuildRequires: help2man %description -%{summary}. +Micro DNF is a very minimal C implementation of DNF's install, upgrade, +remove, 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. + +That is, you don't want any interpreter stack and you want the most +minimal environment possible so you can build up to exactly what you need. + +This is not a substitute for DNF for real systems, and many of DNF's +capabilities are intentionally not implemented in Micro DNF. + %prep %autosetup -p1 @@ -34,9 +45,18 @@ BuildRequires: pkgconfig(smartcols) %files %license COPYING %doc README.md +%{_mandir}/man8/microdnf.8* %{_bindir}/%{name} %changelog +* Wed Nov 06 2019 Pavla Kratochvilova - 3.0.2-1 +- Update to 3.0.2 +- Add support for --releasever (RhBug:1591627) +- Fix minor memory leaks (RhBug:1702283) +- Use help2man to generate a man page (RhBug:1612520) +- Allow downgrade for all transactions microdnf does (RhBug:1725863) +- Add options --best and --nobest for transactions (RhBug:1679476) + * Thu Jul 25 2019 Fedora Release Engineering - 3.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/sources b/sources index a6c1696..a220b3f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (microdnf-3.0.1.tar.gz) = 5af111268f19dc94725ddaabb89186d3a706a70202be84799c6fd801f41bdc9e04cc8a562ff58ebd55b7f716f20385b4a0d0b456ea04120ff46360cccdb71539 +SHA512 (microdnf-3.0.2.tar.gz) = b108717c2a26c2930af08fd967389e6eda51b80675a6eedc0f379fe47852360d1b23c9a3bad61b7005a9da4a9f8b9654894077dffa16b2a6dcca14d01617418a