75e666
%global libsolv_version 0.7.4-1
75e666
%global libmodulemd_version 1.6.1
75e666
%global librepo_version 1.9.5
75e666
%global dnf_conflict 4.2.5
75e666
%global swig_version 3.0.12
75e666
75e666
%bcond_with valgrind
75e666
75e666
# Do not build bindings for python3 for RHEL <= 7
75e666
%if 0%{?rhel} && 0%{?rhel} <= 7
75e666
%bcond_with python3
75e666
%else
75e666
%bcond_without python3
75e666
%endif
75e666
75e666
%if 0%{?rhel} > 7 || 0%{?fedora} > 29
75e666
# Disable python2 build by default
75e666
%bcond_with python2
75e666
%else
75e666
%bcond_without python2
75e666
%endif
75e666
75e666
%if 0%{?rhel} && ! 0%{?centos}
75e666
%bcond_without rhsm
75e666
%else
75e666
%bcond_with rhsm
75e666
%endif
75e666
75e666
%global _cmake_opts \\\
75e666
    -DENABLE_RHSM_SUPPORT=%{?with_rhsm:ON}%{!?with_rhsm:OFF} \\\
75e666
    %{nil}
75e666
75e666
Name:           libdnf
75e666
Version:        0.33.0
75e666
Release:        1%{?dist}
75e666
Summary:        Library providing simplified C and Python API to libsolv
75e666
License:        LGPLv2+
75e666
URL:            https://github.com/rpm-software-management/libdnf
75e666
Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz
75e666
Patch0001:      0001-Set-default-to-skip_if_unavailablefalse-RhBug1679509.patch
75e666
Patch0002:      0002-Add-configuration-option-skip_if_unavailable-RhBug1689931.patch
75e666
75e666
BuildRequires:  cmake
75e666
BuildRequires:  gcc
75e666
BuildRequires:  gcc-c++
75e666
BuildRequires:  libsolv-devel >= %{libsolv_version}
75e666
BuildRequires:  pkgconfig(librepo) >= %{librepo_version}
75e666
BuildRequires:  pkgconfig(check)
75e666
%if %{with valgrind}
75e666
BuildRequires:  valgrind
75e666
%endif
75e666
BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.46.0
75e666
BuildRequires:  pkgconfig(gtk-doc)
75e666
BuildRequires:  rpm-devel >= 4.11.0
75e666
%if %{with rhsm}
75e666
BuildRequires:  pkgconfig(librhsm) >= 0.0.3
75e666
%endif
75e666
BuildRequires:  pkgconfig(sqlite3)
75e666
BuildRequires:  pkgconfig(json-c)
75e666
BuildRequires:  pkgconfig(cppunit)
75e666
BuildRequires:  pkgconfig(libcrypto)
75e666
BuildRequires:  pkgconfig(modulemd) >= %{libmodulemd_version}
75e666
BuildRequires:  pkgconfig(smartcols)
75e666
BuildRequires:  gettext
75e666
BuildRequires:  gpgme-devel
75e666
75e666
Requires:       libmodulemd%{?_isa} >= %{libmodulemd_version}
75e666
Requires:       libsolv%{?_isa} >= %{libsolv_version}
75e666
Requires:       librepo%{?_isa} >= %{librepo_version}
75e666
75e666
%description
75e666
A Library providing simplified C and Python API to libsolv.
75e666
75e666
%package devel
75e666
Summary:        Development files for %{name}
75e666
Requires:       %{name}%{?_isa} = %{version}-%{release}
75e666
Requires:       libsolv-devel%{?_isa} >= %{libsolv_version}
75e666
75e666
%description devel
75e666
Development files for %{name}.
75e666
75e666
%if %{with python2}
75e666
%package -n python2-%{name}
75e666
%{?python_provide:%python_provide python2-%{name}}
75e666
Summary:        Python 2 bindings for the libdnf library.
75e666
Requires:       %{name}%{?_isa} = %{version}-%{release}
75e666
BuildRequires:  python2-devel
75e666
%if 0%{?rhel} == 7
75e666
BuildRequires:  python-sphinx
75e666
BuildRequires:  swig3 >= %{swig_version}
75e666
%else
75e666
BuildRequires:  python2-sphinx
75e666
BuildRequires:  swig >= %{swig_version}
75e666
%endif
75e666
75e666
%description -n python2-%{name}
75e666
Python 2 bindings for the libdnf library.
75e666
%endif # with python2
75e666
75e666
%if %{with python3}
75e666
%package -n python3-%{name}
75e666
%{?python_provide:%python_provide python3-%{name}}
75e666
Summary:        Python 3 bindings for the libdnf library.
75e666
Requires:       %{name}%{?_isa} = %{version}-%{release}
75e666
BuildRequires:  python3-devel
75e666
BuildRequires:  python3-sphinx
75e666
BuildRequires:  swig >= %{swig_version}
75e666
75e666
%description -n python3-%{name}
75e666
Python 3 bindings for the libdnf library.
75e666
%endif
75e666
75e666
%if %{with python2}
75e666
%package -n python2-hawkey
75e666
Summary:        Python 2 bindings for the hawkey library
75e666
%{?python_provide:%python_provide python2-hawkey}
75e666
BuildRequires:  python2-devel
75e666
%if 0%{?rhel} && 0%{?rhel} <= 7
75e666
BuildRequires:  python-nose
75e666
%else
75e666
BuildRequires:  python2-nose
75e666
%endif
75e666
Requires:       %{name}%{?_isa} = %{version}-%{release}
75e666
Requires:       python2-%{name} = %{version}-%{release}
75e666
# Fix problem with hawkey - dnf version incompatibility
75e666
# Can be deleted for distros where only python2-dnf >= 2.0.0
75e666
Conflicts:      python2-dnf < %{dnf_conflict}
75e666
Conflicts:      python-dnf < %{dnf_conflict}
75e666
75e666
%description -n python2-hawkey
75e666
Python 2 bindings for the hawkey library.
75e666
%endif # with python2
75e666
75e666
%if %{with python3}
75e666
%package -n python3-hawkey
75e666
Summary:        Python 3 bindings for the hawkey library
75e666
%{?python_provide:%python_provide python3-hawkey}
75e666
BuildRequires:  python3-devel
75e666
BuildRequires:  python3-nose
75e666
Requires:       %{name}%{?_isa} = %{version}-%{release}
75e666
Requires:       python3-%{name} = %{version}-%{release}
75e666
# Fix problem with hawkey - dnf version incompatibility
75e666
# Can be deleted for distros where only python3-dnf >= 2.0.0
75e666
Conflicts:      python3-dnf < %{dnf_conflict}
75e666
# Obsoletes F27 packages
75e666
Obsoletes:      platform-python-hawkey < %{version}-%{release}
75e666
75e666
%description -n python3-hawkey
75e666
Python 3 bindings for the hawkey library.
75e666
%endif
75e666
75e666
%prep
75e666
%autosetup -p1
75e666
%if %{with python2}
75e666
mkdir build-py2
75e666
%endif # with python2
75e666
%if %{with python3}
75e666
mkdir build-py3
75e666
%endif
75e666
75e666
%build
75e666
%if %{with python2}
75e666
pushd build-py2
75e666
  %cmake -DPYTHON_DESIRED:FILEPATH=%{__python2} -DWITH_MAN=OFF ../ %{!?with_valgrind:-DDISABLE_VALGRIND=1} %{_cmake_opts}
75e666
  %make_build
75e666
popd
75e666
%endif # with python2
75e666
75e666
%if %{with python3}
75e666
pushd build-py3
75e666
  %cmake -DPYTHON_DESIRED:FILEPATH=%{__python3} -DWITH_GIR=0 -DWITH_MAN=0 -Dgtkdoc=0 ../ %{!?with_valgrind:-DDISABLE_VALGRIND=1} %{_cmake_opts}
75e666
  %make_build
75e666
popd
75e666
%endif
75e666
75e666
%check
75e666
if [ "$(id -u)" == "0" ] ; then
75e666
        cat <<ERROR 1>&2
75e666
Package tests cannot be run under superuser account.
75e666
Please build the package as non-root user.
75e666
ERROR
75e666
        exit 1
75e666
fi
75e666
75e666
%if %{with python2}
75e666
pushd build-py2
75e666
  make ARGS="-V" test
75e666
popd
75e666
%endif # with python2
75e666
%if %{with python3}
75e666
# Run just the Python tests, not all of them, since
75e666
# we have coverage of the core from the first build
75e666
pushd build-py3/python/hawkey/tests
75e666
  make ARGS="-V" test
75e666
popd
75e666
%endif
75e666
75e666
%install
75e666
%if %{with python2}
75e666
pushd build-py2
75e666
  %make_install
75e666
popd
75e666
%endif # with python2
75e666
%if %{with python3}
75e666
pushd build-py3
75e666
  %make_install
75e666
popd
75e666
%endif
75e666
75e666
%find_lang %{name}
75e666
75e666
%if 0%{?rhel} && 0%{?rhel} <= 7
75e666
%post -p /sbin/ldconfig
75e666
%postun -p /sbin/ldconfig
75e666
%else
75e666
%ldconfig_scriptlets
75e666
%endif
75e666
75e666
%files -f %{name}.lang
75e666
%license COPYING
75e666
%doc README.md AUTHORS
75e666
%{_libdir}/%{name}.so.*
75e666
%{_libdir}/libdnf/plugins/README
75e666
75e666
%files devel
75e666
%doc %{_datadir}/gtk-doc/html/%{name}/
75e666
%{_libdir}/%{name}.so
75e666
%{_libdir}/pkgconfig/%{name}.pc
75e666
%{_includedir}/%{name}/
75e666
75e666
%if %{with python2}
75e666
%files -n python2-%{name}
75e666
%{python2_sitearch}/%{name}/
75e666
%endif # with python2
75e666
75e666
%if %{with python3}
75e666
%files -n python3-%{name}
75e666
%{python3_sitearch}/%{name}/
75e666
%endif
75e666
75e666
%if %{with python2}
75e666
%files -n python2-hawkey
75e666
%{python2_sitearch}/hawkey/
75e666
%endif # with python2
75e666
75e666
%if %{with python3}
75e666
%files -n python3-hawkey
75e666
%{python3_sitearch}/hawkey/
75e666
%endif
75e666
75e666
%changelog
75e666
* Mon May 13 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 0.33.0-1
75e666
- Update to 0.33.0
75e666
- Enhance sorting for module list (RhBug:1590358)
75e666
- [DnfRepo] Add methods for alternative repository metadata type and download (RhBug:1656314)
75e666
- Remove installed profile on module enable or disable (RhBug:1653623)
75e666
- Enhance modular solver to handle enabled and default module streams differently (RhBug:1648839)
75e666
- Add support of wild cards for modules (RhBug:1644588)
75e666
- Exclude module pkgs that have conflict
75e666
- Enhance config parser to preserve order of data, and keep comments and format
75e666
- Improve ARM detection
75e666
- Add support for SHA-384
75e666
- Return empty query if incorrect reldep (RhBug:1687135)
75e666
- ConfigParser: Improve compatibility with Python ConfigParser and dnf-plugin-spacewalk (RhBug:1692044)
75e666
- ConfigParser: Unify default set of string represenation of boolean values
75e666
- Fix segfault when interrupting dnf process (RhBug:1610456)
75e666
- Installroot now requires absolute path
75e666
- Support "_none_" value for repo option "proxy" (RhBug:1680272)
75e666
- Add support for Module advisories
75e666
- Add support for xml:base attribute from primary.xml (RhBug:1691315)
75e666
- Improve detection of Platform ID (RhBug:1688462)
75e666
75e666
* Fri Apr 26 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 0.22.5-6
75e666
- Rebuild for libsolv soname bump (in libsolve update to 0.7.4)
75e666
75e666
* Wed Apr 03 2019 Jaroslav Mracek <jmracek@redhat.com> - 0.22.5-5
75e666
- Backport patches to set default to skip_if_unavailable to false (RhBug:1692452)
75e666
75e666
* Tue Feb 12 2019 Jaroslav Mracek <jmracek@redhat.com> - 0.22.5-4
75e666
- Backport patch to exclude module pkgs that have conflict (RhBug:1670496)
75e666
75e666
* Fri Feb 08 2019 Jaroslav Mracek <jmracek@redhat.com> - 0.22.5-3
75e666
- Backport patches to add support for modular updateinfoxml applicability
75e666
75e666
* Wed Feb 06 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 0.22.5-2
75e666
- Add patch: Add best as default behavior (RhBug1670776)
75e666
75e666
* Mon Dec 17 2018 Daniel Mach <dmach@redhat.com> - 0.22.4-1
75e666
- Enhance LIBDNF plugins support
75e666
- [repo] Check whether metadata cache is expired (RhBug:1539620,1648274)
75e666
- [sack] Implement dnf_sack_get_rpmdb_version()
75e666
75e666
* Fri Nov 23 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.22.3-1
75e666
- Permanently disable Python2 build for Fedora 30+
75e666
- Update to 0.22.3
75e666
- Modify solver_describe_decision to report cleaned (RhBug:1486749)
75e666
- [swdb] create persistent WAL files (RhBug:1640235)
75e666
- Relocate ModuleContainer save hook (RhBug:1632518)
75e666
- [transaction] Fix transaction item lookup for obsoleted packages (RhBug: 1642796)
75e666
- Fix memory leaks and memory allocations
75e666
- [repo] Possibility to extend downloaded repository metadata
75e666
75e666
* Wed Oct 24 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.22.0-2
75e666
- Add patch Modify-solver_describe_decision-to-report-cleaned-RhBug1486749
75e666
- Add patch swdb-create-persistent-WAL-files-RhBug1640235
75e666
- Add patch Relocate-ModuleContainer-save-hook-RhBug1632518
75e666
- Add patch Test-if-sack-is-present-and-run-save-module-persistor-RhBug1632518
75e666
75e666
* Mon Oct 15 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.22.0-1
75e666
- Fix segfault in repo_internalize_trigger (RhBug:1375895)
75e666
- Change sorting of installonly packages (RhBug:1627685)
75e666
- [swdb] Fixed pattern searching in history db (RhBug:1635542)
75e666
- Check correctly gpg for repomd when refresh is used (RhBug:1636743)
75e666
- [conf] Provide additional VectorString methods for compatibility with Python list.
75e666
- [plugins] add plugin loading and hooks into libdnf
75e666
75e666
* Tue Sep 25 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.20.0-1
75e666
- [module] Report module solver errors
75e666
- [module] Enhance module commands and errors
75e666
- [transaction] Fixed several problems with SWDB
75e666
- Remove unneeded regex URL tests (RhBug:1598336)
75e666
- Allow quoted values in ini files (RhBug:1624056)
75e666
- Filter out not unique set of solver problems (RhBug:1564369)
75e666
- Resolves: rhbz#1614531 - dnf 3.2 does not depsolve correctly
75e666
- Resolves: rhbz#1614346 - dnf rollback doesn't work after install/downgrade/upgrade
75e666
- bug 1605274 - DNF crashes on * in installation repository URL
75e666
- Resolves: rhbz#1623383 - dnf.exceptions.ConfigError: Error parsing ...
75e666
75e666
* Mon Sep 10 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.19.1-1
75e666
- Fix compilation errors on gcc-4.8.5
75e666
- [module] Allow module queries on disabled modules (RhBug:1627081)
75e666
75e666
* Fri Sep 07 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.19.0-1
75e666
- [query] Reldeps can contain a space char (RhBug:1612462)
75e666
- [transaction] Avoid adding duplicates via Transaction::addItem()
75e666
- Fix compilation errors on gcc-4.8.5
75e666
- [module] Make available ModuleProfile using SWIG
75e666
- [module] Redesign module disable and reset
75e666
75e666
* Fri Aug 31 2018 Daniel Mach <dmach@redhat.com> - 0.18.0-1
75e666
- [repo] Implement GPG key import
75e666
- [repo] Introduce Repo class replacing dnf.repo.Repo
75e666
- [context] Fix memory corruption in dnf_context
75e666
- [rhsm] Fix: RHSM don't write .repo file with same content (RhBug:1600452)
75e666
- [module] Create /etc/dnf/modules.d if it doesn't exist.
75e666
- [module] Forward C++ exceptions to bindings.
75e666
75e666
* Thu Aug 16 2018 Daniel Mach <dmach@redhat.com> - 0.17.2-2
75e666
- [module] Create /etc/dnf/modules.d if it doesn't exist.
75e666
- [module] Forward C++ exceptions to bindings.
75e666
75e666
* Mon Aug 13 2018 Daniel Mach <dmach@redhat.com> - 0.17.2-1
75e666
- [sqlite3] Change db locking mode to DEFAULT.
75e666
- [doc] Add libsmartcols-devel to devel deps.
75e666
75e666
* Mon Aug 13 2018 Daniel Mach <dmach@redhat.com> - 0.17.1-1
75e666
- [module] Solve a problem in python constructor of NSVCAP if no version.
75e666
- [translations] Update translations from zanata.
75e666
- [transaction] Fix crash after using dnf.comps.CompsQuery and forking the process in Anaconda.
75e666
- [module] Support for resetting module state.
75e666
- [output] Introduce wrapper for smartcols.
75e666
75e666
* Tue Aug 07 2018 Daniel Mach <dmach@redhat.com> - 0.17.0-1
75e666
- [conf] Add module_platform_id option.
75e666
- [module] Add ModulePackageContainer class.
75e666
- [module] Add ModulePersistor class.
75e666
- [sack] Module filtering made available in python API
75e666
- [sack] Module auto-enabling according to installed packages
75e666
75e666
* Fri Jul 27 2018 Daniel Mach <dmach@redhat.com> - 0.16.1-1
75e666
- [module] Implement 'module_hotfixes' conf option to skip filtering RPMs from hotfix repos.
75e666
- [goal] Fix distupgrade filter, allow downgrades.
75e666
- [context] Allow to set module platform in context.
75e666
- [module] Introduce proper modular dependency solving.
75e666
- [module] Platform pseudo-module based on /etc/os-release.
75e666
- [goal] Add Goal::listSuggested().
75e666
- [l10n] Support for translations, add gettext build dependency.
75e666
75e666
* Sun Jul 22 2018 Daniel Mach <dmach@redhat.com> - 0.16.0-1
75e666
- Fix RHSM plugin
75e666
- Add support for logging
75e666
- Bump minimal libmodulemd version to 1.6.1
75e666
75e666
* Mon Jul 09 2018 Igor Gnatenko <ignatenko@redhat.com> - 0.15.2-2
75e666
- Fix librhsm support logic
75e666
75e666
* Fri Jun 29 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.15.2-1
75e666
- Update to 0.15.1
75e666
- Resolves: rhbz#1595487
75e666
75e666
* Fri Jun 29 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.15.1-2
75e666
- Restore proper ldconfig_scriptlets
75e666
75e666
* Tue Jun 26 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.15.1-1
75e666
- Update to 0.15.1
75e666
75e666
* Fri Jun 15 2018 Miro Hrončok <mhroncok@redhat.com> - 0.11.1-6
75e666
- Rebuilt for Python 3.7
75e666
75e666
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.1-5
75e666
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
75e666
75e666
* Tue Jan 30 2018 Igor Gnatenko <ignatenko@redhat.com> - 0.11.1-4
75e666
- Switch to %%ldconfig_scriptlets
75e666
75e666
* Tue Nov 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.1-3
75e666
- Use better Obsoletes for platform-python
75e666
75e666
* Fri Nov 03 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.11.1-2
75e666
- Remove platform-python subpackage
75e666
75e666
* Mon Oct 16 2017 Jaroslav Mracek <jmracek@redhat.com> - 0.11.1-1
75e666
- Rerelease of 0.11.1-1
75e666
- Improvement query performance
75e666
- Run file query in hy_subject_get_best_solution only for files (arguments that start with ``/`` or
75e666
  ``*/``)
75e666
- Resolves: rhbz#1498207 - DNF crash during upgrade installation F26 -> F27
75e666
75e666
* Tue Oct 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.11.0-1
75e666
- Update to 0.11.0
75e666
75e666
* Mon Oct 02 2017 Jaroslav Mracek <jmracek@redhat.com> - 0.10.1-2
75e666
- Rerelease of 0.10.1-1
75e666
75e666
* Wed Sep 27 2017 Jaroslav Mracek <jmracek@redhat.com> - 0.10.1-1
75e666
- Update to 0.10.1
75e666
- It improves query performance with name and arch filters. Also nevra filter will now
75e666
  handle string with or without epoch.
75e666
- Additionally for python bindings it renames NEVRA._has_just_name() to NEVRA.has_just_name() due
75e666
  to movement of code into c part of library.
75e666
- Resolves: rhbz#1260242 - --exclude does not affect dnf remove's removal of requirements
75e666
- Resolves: rhbz#1485881 - DNF claims it cannot install package, which have been already installed
75e666
- Resolves: rhbz#1361187 - [abrt] python-ipython-console: filter_updown(): python3.5 killed by SIGABRT
75e666
75e666
* Fri Sep 15 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.9.3-8
75e666
- Disable platform python on old releases
75e666
75e666
* Tue Aug 15 2017 Lumír Balhar <lbalhar@redhat.com> - 0.9.3-7
75e666
- Add platform-python subpackage
75e666
75e666
* Fri Aug 11 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.9.3-6
75e666
- Rebuilt after RPM update (№ 3)
75e666
75e666
* Thu Aug 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.9.3-5
75e666
- Rebuilt for RPM soname bump
75e666
75e666
* Thu Aug 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.9.3-4
75e666
- Rebuilt for RPM soname bump
75e666
75e666
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.3-3
75e666
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
75e666
75e666
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.3-2
75e666
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
75e666
75e666
* Mon Jul 24 2017 Jaroslav Mracek <jmracek@redhat.com> - 0.9.3-1
75e666
- Update to 0.9.3
75e666
75e666
* Sat Jul 01 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.9.2-1
75e666
- Update to 0.9.2
75e666
75e666
* Mon Jun 12 2017 Jaroslav Mracek <jmracek@redhat.com> - 0.9.1-1
75e666
- Update to 0.9.1
75e666
75e666
* Mon May 22 2017 Jaroslav Mracek <jmracek@redhat.com> - 0.9.0-1
75e666
- Update to 0.9.0
75e666
75e666
* Tue May 02 2017 Jaroslav Mracek <jmracek@redhat.com> - 0.8.2-1
75e666
- Update to 0.8.2
75e666
75e666
* Fri Mar 24 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.8.1-1
75e666
- Update to 0.8.1
75e666
75e666
* Tue Mar 21 2017 Jaroslav Mracek <jmracek@redhat.com> - 0.8.0-1
75e666
- Update to 0.8.0
75e666
75e666
* Mon Feb 20 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.7.4-1
75e666
- Update to 0.7.4
75e666
75e666
* Fri Feb 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.7.3-1
75e666
- Update to 0.7.3
75e666
75e666
* Wed Feb 08 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.7.2-1
75e666
- 0.7.2
75e666
75e666
* Fri Jan 06 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.7.1-1
75e666
- 0.7.1
75e666
75e666
* Wed Dec 21 2016 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.0-0.7gitf9b798c
75e666
- Rebuild for Python 3.6
75e666
75e666
* Mon Dec 19 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.7.0-0.6gitf9b798c
75e666
- Use new upstream URL
75e666
75e666
* Tue Dec 13 2016 Stratakis Charalampos <cstratak@redhat.com> - 0.7.0-0.5gitf9b798c
75e666
- Rebuild for Python 3.6
75e666
75e666
* Tue Dec 06 2016 Martin Hatina <mhatina@redhat.com> - 0.7.0-0.4gitf9b798c
75e666
- Increase conflict version of dnf
75e666
75e666
* Thu Dec 01 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.7.0-0.3gitf9b798c
75e666
- Update to latest snapshot
75e666
75e666
* Fri Nov 04 2016 Igor Gnatenko <ignatenko@redhat.com> - 0.7.0-0.2git8bd77f8
75e666
- Update to latest snapshot
75e666
75e666
* Thu Sep 29 2016 Igor Gnatenko <ignatenko@redhat.com> - 0.7.0-0.1git179c0a6
75e666
- Initial package