Fix dnf-conflict version
This commit is contained in:
parent
c7f87cd162
commit
1eb61d1ae2
19
libdnf.spec
19
libdnf.spec
@ -1,7 +1,7 @@
|
|||||||
%global libsolv_version 0.7.4-1
|
%global libsolv_version 0.7.4-1
|
||||||
%global libmodulemd_version 1.6.1
|
%global libmodulemd_version 1.6.1
|
||||||
%global librepo_version 1.10.0
|
%global librepo_version 1.10.0
|
||||||
%global dnf_conflict 4.2.9-3
|
%global dnf_conflict 4.2.11
|
||||||
%global swig_version 3.0.12
|
%global swig_version 3.0.12
|
||||||
|
|
||||||
%bcond_with valgrind
|
%bcond_with valgrind
|
||||||
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
Name: libdnf
|
Name: libdnf
|
||||||
Version: 0.35.5
|
Version: 0.35.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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
|
||||||
@ -212,12 +212,20 @@ pushd build-py2
|
|||||||
popd
|
popd
|
||||||
%endif # with python2
|
%endif # with python2
|
||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
# Run just the Python tests, not all of them, since
|
# If we didn't run the general tests yet, do it now.
|
||||||
# we have coverage of the core from the first build
|
%if %{without python2}
|
||||||
|
pushd build-py3
|
||||||
|
make ARGS="-V" test
|
||||||
|
popd
|
||||||
|
%else
|
||||||
|
# Otherwise, run just the Python tests, not all of
|
||||||
|
# them, since we have coverage of the core from the
|
||||||
|
# first build
|
||||||
pushd build-py3/python/hawkey/tests
|
pushd build-py3/python/hawkey/tests
|
||||||
make ARGS="-V" test
|
make ARGS="-V" test
|
||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%if %{with python2}
|
%if %{with python2}
|
||||||
@ -275,6 +283,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 01 2019 Ales Matej <amatej@redhat.com> - 0.35.5-2
|
||||||
|
- Fix dnf-conflict version
|
||||||
|
|
||||||
* Tue Oct 01 2019 Ales Matej <amatej@redhat.com> - 0.35.5-1
|
* Tue Oct 01 2019 Ales Matej <amatej@redhat.com> - 0.35.5-1
|
||||||
- Update to 0.35.5
|
- Update to 0.35.5
|
||||||
- Fix crash in PackageKit (RhBug:1636803)
|
- Fix crash in PackageKit (RhBug:1636803)
|
||||||
|
Loading…
Reference in New Issue
Block a user