Increase conflict version of dnf

This commit is contained in:
Martin Hatina 2016-12-06 10:45:58 +01:00
parent 394883465b
commit 0ac08e5bd1

View File

@ -2,7 +2,7 @@
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global libsolv_version 0.6.21-1 %global libsolv_version 0.6.21-1
%global dnf_conflict 2.0.0 %global dnf_conflict 2.0.0-0.rc2.4
%bcond_with valgrind %bcond_with valgrind
@ -17,7 +17,7 @@
Name: libdnf Name: libdnf
Version: 0.7.0 Version: 0.7.0
Release: 0.3git%{shortcommit}%{?dist} Release: 1.3git%{shortcommit}%{?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/%{oldname} URL: https://github.com/rpm-software-management/%{oldname}
@ -154,6 +154,9 @@ popd
%endif %endif
%changelog %changelog
* Tue Dec 06 2016 Martin Hatina <mhatina@redhat.com> - 0.7.0-1.3gitf9b798c
- Increase conflict version of dnf
* Thu Dec 01 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.7.0-0.3gitf9b798c * Thu Dec 01 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.7.0-0.3gitf9b798c
- Update to latest snapshot - Update to latest snapshot