Update to 3.0.2
This commit is contained in:
parent
28d00efeb0
commit
236adcf87d
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/microdnf-2.tar.gz
|
||||
/microdnf-3.tar.gz
|
||||
/microdnf-3.0.1.tar.gz
|
||||
/microdnf-3.0.2.tar.gz
|
||||
|
||||
@ -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 <pkratoch@redhat.com> - 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 <releng@fedoraproject.org> - 3.0.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (microdnf-3.0.1.tar.gz) = 5af111268f19dc94725ddaabb89186d3a706a70202be84799c6fd801f41bdc9e04cc8a562ff58ebd55b7f716f20385b4a0d0b456ea04120ff46360cccdb71539
|
||||
SHA512 (microdnf-3.0.2.tar.gz) = b108717c2a26c2930af08fd967389e6eda51b80675a6eedc0f379fe47852360d1b23c9a3bad61b7005a9da4a9f8b9654894077dffa16b2a6dcca14d01617418a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user