diff --git a/.gitignore b/.gitignore index c212fbe..57f989d 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /libdnf-0.16.0.tar.gz /libdnf-0.16.1.tar.gz /libdnf-0.17.0.tar.gz +/libdnf-0.17.1.tar.gz diff --git a/libdnf.spec b/libdnf.spec index aa92aec..c886da0 100644 --- a/libdnf.spec +++ b/libdnf.spec @@ -23,17 +23,12 @@ %{nil} Name: libdnf -Version: 0.17.0 -Release: 2%{?dist} +Version: 0.17.1 +Release: 1%{?dist} Summary: Library providing simplified C and Python API to libsolv License: LGPLv2+ URL: https://github.com/rpm-software-management/libdnf Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz -# Backported from upstream: fixes an issue that prevented anaconda -# running dnf as a subprocess, which caused anaconda crash -# https://bugzilla.redhat.com/show_bug.cgi?id=1614511 -# https://github.com/rpm-software-management/libdnf/pull/546 -Patch0: 0001-transaction-Fix-crash-after-using-dnf.comps.CompsQue.patch BuildRequires: cmake BuildRequires: gcc @@ -54,6 +49,7 @@ BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(json-c) BuildRequires: pkgconfig(cppunit) BuildRequires: pkgconfig(modulemd) >= %{libmodulemd_version} +BuildRequires: pkgconfig(smartcols) BuildRequires: gettext Requires: libmodulemd%{?_isa} >= %{libmodulemd_version} @@ -219,6 +215,14 @@ popd %endif %changelog +* Mon Aug 13 2018 Daniel Mach - 0.17.1-1 +- [module] Solve a problem in python constructor of NSVCAP if no version. +- [translations] Update translations from zanata. +- [transaction] Fix crash after using dnf.comps.CompsQuery and forking the process in Anaconda. +- [module] Support for resetting module state. +- [output] Introduce wrapper for smartcols. + + * Fri Aug 10 2018 Adam Williamson - 0.17.0-2 - Backport fix that prevented anaconda running dnf in a subprocess (#546) diff --git a/sources b/sources index 240c04a..8d97c26 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libdnf-0.17.0.tar.gz) = 16f62d05085021509e6ca864d47e66e6d539196b9928e01c3a84fa13f77610adc3e0480e13812d3351b29406b164e34ff3cfc8709a9ab424b754794dd49b17c1 +SHA512 (libdnf-0.17.1.tar.gz) = 51cf501e9b1b05641ddbf1d8fab9ede9017b4a94ba2a4bf9e54d385ed35be14d7c610d5b487bd26c0e2e5a2ee706f4357d437c759128a8b907527820deb235e2