Merge branch 'f29' of ssh://pkgs.fedoraproject.org/rpms/libdnf into f29
This commit is contained in:
commit
5b997c939d
4
.gitignore
vendored
4
.gitignore
vendored
@ -21,3 +21,7 @@
|
|||||||
/libdnf-0.16.0.tar.gz
|
/libdnf-0.16.0.tar.gz
|
||||||
/libdnf-0.16.1.tar.gz
|
/libdnf-0.16.1.tar.gz
|
||||||
/libdnf-0.17.0.tar.gz
|
/libdnf-0.17.0.tar.gz
|
||||||
|
/libdnf-0.17.1.tar.gz
|
||||||
|
/libdnf-0.17.2.tar.gz
|
||||||
|
/libdnf-0.19.0.tar.gz
|
||||||
|
/libdnf-0.19.1.tar.gz
|
||||||
|
38
libdnf.spec
38
libdnf.spec
@ -23,17 +23,12 @@
|
|||||||
%{nil}
|
%{nil}
|
||||||
|
|
||||||
Name: libdnf
|
Name: libdnf
|
||||||
Version: 0.17.0
|
Version: 0.19.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library providing simplified C and Python API to libsolv
|
Summary: Library providing simplified C and Python API to libsolv
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/rpm-software-management/libdnf
|
URL: https://github.com/rpm-software-management/libdnf
|
||||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
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
|
|
||||||
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1626851
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1626851
|
||||||
Patch1: 0001-db-Don-t-crash-when-a-package-has-no-origin.patch
|
Patch1: 0001-db-Don-t-crash-when-a-package-has-no-origin.patch
|
||||||
@ -57,7 +52,9 @@ BuildRequires: pkgconfig(sqlite3)
|
|||||||
BuildRequires: pkgconfig(json-c)
|
BuildRequires: pkgconfig(json-c)
|
||||||
BuildRequires: pkgconfig(cppunit)
|
BuildRequires: pkgconfig(cppunit)
|
||||||
BuildRequires: pkgconfig(modulemd) >= %{libmodulemd_version}
|
BuildRequires: pkgconfig(modulemd) >= %{libmodulemd_version}
|
||||||
|
BuildRequires: pkgconfig(smartcols)
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
|
BuildRequires: gpgme-devel
|
||||||
|
|
||||||
Requires: libmodulemd%{?_isa} >= %{libmodulemd_version}
|
Requires: libmodulemd%{?_isa} >= %{libmodulemd_version}
|
||||||
Requires: libsolv%{?_isa} >= %{libsolv_version}
|
Requires: libsolv%{?_isa} >= %{libsolv_version}
|
||||||
@ -78,8 +75,13 @@ Development files for %{name}.
|
|||||||
Summary: Python 2 bindings for the libdnf library.
|
Summary: Python 2 bindings for the libdnf library.
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
|
%if 0%{?rhel} == 7
|
||||||
|
BuildRequires: python-sphinx
|
||||||
|
BuildRequires: swig3 >= %{swig_version}
|
||||||
|
%else
|
||||||
BuildRequires: python2-sphinx
|
BuildRequires: python2-sphinx
|
||||||
BuildRequires: swig >= %{swig_version}
|
BuildRequires: swig >= %{swig_version}
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n python2-%{name}
|
%description -n python2-%{name}
|
||||||
Python 2 bindings for the libdnf library.
|
Python 2 bindings for the libdnf library.
|
||||||
@ -222,6 +224,28 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 10 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.19.1-1
|
||||||
|
- Fix compilation errors on gcc-4.8.5
|
||||||
|
- [module] Allow module queries on disabled modules
|
||||||
|
|
||||||
|
* Fri Sep 07 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.19.0-1
|
||||||
|
- [query] Reldeps can contain a space char (RhBug:1612462)
|
||||||
|
- [transaction] Avoid adding duplicates via Transaction::addItem()
|
||||||
|
- Fix compilation errors on gcc-4.8.5
|
||||||
|
- [module] Make available ModuleProfile using SWIG
|
||||||
|
- [module] Redesign module disable and reset
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
- [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 Kalev Lember <klember@redhat.com> - 0.17.0-3
|
* Fri Aug 10 2018 Kalev Lember <klember@redhat.com> - 0.17.0-3
|
||||||
- Backport a fix for a packagekit crasher / F29 Beta blocker (#1626851)
|
- Backport a fix for a packagekit crasher / F29 Beta blocker (#1626851)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libdnf-0.17.0.tar.gz) = 16f62d05085021509e6ca864d47e66e6d539196b9928e01c3a84fa13f77610adc3e0480e13812d3351b29406b164e34ff3cfc8709a9ab424b754794dd49b17c1
|
SHA512 (libdnf-0.19.1.tar.gz) = 450c10487e102315ccf1a2d393ba7b3f9717263f36b44e898123b02c8b9ff30b269dbfaa549197dc47e16e0fc9798785b058b0e1c1601e7616232d4e8c6b135e
|
||||||
|
Loading…
Reference in New Issue
Block a user