Update to 0.17.1
This commit is contained in:
parent
42ddc3a9da
commit
fa7be844a4
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
18
libdnf.spec
18
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 <dmach@redhat.com> - 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 <awilliam@redhat.com> - 0.17.0-2
|
||||
- Backport fix that prevented anaconda running dnf in a subprocess (#546)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libdnf-0.17.0.tar.gz) = 16f62d05085021509e6ca864d47e66e6d539196b9928e01c3a84fa13f77610adc3e0480e13812d3351b29406b164e34ff3cfc8709a9ab424b754794dd49b17c1
|
||||
SHA512 (libdnf-0.17.1.tar.gz) = 51cf501e9b1b05641ddbf1d8fab9ede9017b4a94ba2a4bf9e54d385ed35be14d7c610d5b487bd26c0e2e5a2ee706f4357d437c759128a8b907527820deb235e2
|
||||
|
Loading…
Reference in New Issue
Block a user