Update to 0.17.2
This commit is contained in:
parent
fa7be844a4
commit
986b887b11
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
||||
/libdnf-0.16.1.tar.gz
|
||||
/libdnf-0.17.0.tar.gz
|
||||
/libdnf-0.17.1.tar.gz
|
||||
/libdnf-0.17.2.tar.gz
|
||||
|
@ -23,7 +23,7 @@
|
||||
%{nil}
|
||||
|
||||
Name: libdnf
|
||||
Version: 0.17.1
|
||||
Version: 0.17.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Library providing simplified C and Python API to libsolv
|
||||
License: LGPLv2+
|
||||
@ -215,6 +215,10 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Aug 13 2018 Daniel Mach <dmach@redhat.com> - 0.17.2-1
|
||||
- [sqlite3] Change db locking mode to DEFAULT.
|
||||
- [doc] Add libsmartcols-devel to devel deps.
|
||||
|
||||
* 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.
|
||||
@ -222,7 +226,6 @@ popd
|
||||
- [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.1.tar.gz) = 51cf501e9b1b05641ddbf1d8fab9ede9017b4a94ba2a4bf9e54d385ed35be14d7c610d5b487bd26c0e2e5a2ee706f4357d437c759128a8b907527820deb235e2
|
||||
SHA512 (libdnf-0.17.2.tar.gz) = d3e200193166a59c3976a53f357975fc4ebdd647ec6e08f87bb817f282be1509eb96a4d9ffe5d7d88ae91b1f22fd71d47b373fb4df3b568912cf40351b59126d
|
||||
|
Loading…
Reference in New Issue
Block a user