866f748
%global libsolv_version 0.7.21
580011e
%global libmodulemd_version 2.13.0
8656ab1
%global librepo_version 1.15.0
0315c10
%global dnf_conflict 4.11.0
a5902b6
%global swig_version 3.0.12
f7abd85
%global libdnf_major_version 0
836183e
%global libdnf_minor_version 73
Evan Goode c554c85
%global libdnf_micro_version 1
10b3abe
13fac8f
%define __cmake_in_source_build 1
13fac8f
ba1a75e
# set sphinx package name according to distro
ba1a75e
%global requires_python2_sphinx python2-sphinx
ba1a75e
%global requires_python3_sphinx python3-sphinx
ba1a75e
%if 0%{?rhel} == 7
ba1a75e
    %global requires_python2_sphinx python-sphinx
ba1a75e
%endif
ba1a75e
%if 0%{?suse_version}
ba1a75e
    %global requires_python2_sphinx python2-Sphinx
ba1a75e
    %global requires_python3_sphinx python3-Sphinx
ba1a75e
%endif
ba1a75e
10b3abe
%bcond_with valgrind
10b3abe
10b3abe
# Do not build bindings for python3 for RHEL <= 7
10b3abe
%if 0%{?rhel} && 0%{?rhel} <= 7
10b3abe
%bcond_with python3
10b3abe
%else
10b3abe
%bcond_without python3
10b3abe
%endif
10b3abe
2177a6c
%if 0%{?rhel} > 7 || 0%{?fedora} > 29
1936b50
# Disable python2 build by default
1936b50
%bcond_with python2
1936b50
%else
1936b50
%bcond_without python2
1936b50
%endif
1936b50
e6f566d
%if 0%{?rhel} && ! 0%{?centos}
bbda173
%bcond_without rhsm
bbda173
%else
bbda173
%bcond_with rhsm
bbda173
%endif
bbda173
fc27f18
%if 0%{?rhel}
fc27f18
%bcond_with zchunk
fc27f18
%else
fc27f18
%bcond_without zchunk
fc27f18
%endif
fc27f18
c34c379
%bcond_with sanitizers
c34c379
bbda173
%global _cmake_opts \\\
bbda173
    -DENABLE_RHSM_SUPPORT=%{?with_rhsm:ON}%{!?with_rhsm:OFF} \\\
bbda173
    %{nil}
bbda173
10b3abe
Name:           libdnf
f7abd85
Version:        %{libdnf_major_version}.%{libdnf_minor_version}.%{libdnf_micro_version}
836183e
Release:        1%{?dist}
10b3abe
Summary:        Library providing simplified C and Python API to libsolv
a6e867a
License:        LGPL-2.1-or-later
fe6fa2e
URL:            https://github.com/rpm-software-management/libdnf
bbda173
Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz
769107e
10b3abe
BuildRequires:  cmake
10b3abe
BuildRequires:  gcc
a5902b6
BuildRequires:  gcc-c++
10b3abe
BuildRequires:  libsolv-devel >= %{libsolv_version}
44bae0b
BuildRequires:  pkgconfig(librepo) >= %{librepo_version}
10b3abe
BuildRequires:  pkgconfig(check)
10b3abe
%if %{with valgrind}
10b3abe
BuildRequires:  valgrind
10b3abe
%endif
bfefa27
BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.46.0
10b3abe
BuildRequires:  pkgconfig(gtk-doc)
0315c10
BuildRequires:  rpm-devel >= 4.15.0
bbda173
%if %{with rhsm}
e6f566d
BuildRequires:  pkgconfig(librhsm) >= 0.0.3
bbda173
%endif
8fb64ae
%if %{with zchunk}
6c73b85
BuildRequires:  pkgconfig(zck) >= 0.9.11
8fb64ae
%endif
a5902b6
BuildRequires:  pkgconfig(sqlite3)
a5902b6
BuildRequires:  pkgconfig(json-c)
a5902b6
BuildRequires:  pkgconfig(cppunit)
5d9e345
BuildRequires:  pkgconfig(modulemd-2.0) >= %{libmodulemd_version}
fa7be84
BuildRequires:  pkgconfig(smartcols)
edda643
BuildRequires:  gettext
10b3abe
c34c379
%if %{with sanitizers}
1400e2b
BuildRequires:  libasan
1400e2b
BuildRequires:  liblsan
1400e2b
BuildRequires:  libubsan
c34c379
%endif
c34c379
a5902b6
Requires:       libmodulemd%{?_isa} >= %{libmodulemd_version}
10b3abe
Requires:       libsolv%{?_isa} >= %{libsolv_version}
44bae0b
Requires:       librepo%{?_isa} >= %{librepo_version}
10b3abe
8b872ad
%if %{without python2}
8b872ad
# Obsoleted from here so we can track the fast growing version easily.
8b872ad
# We intentionally only obsolete and not provide, this is a broken upgrade
8b872ad
# prevention, not providing the removed functionality.
8b872ad
Obsoletes:      python2-%{name} < %{version}-%{release}
8b872ad
Obsoletes:      python2-hawkey < %{version}-%{release}
8b872ad
Obsoletes:      python2-hawkey-debuginfo < %{version}-%{release}
8b872ad
Obsoletes:      python2-libdnf-debuginfo < %{version}-%{release}
8b872ad
%endif
8b872ad
10b3abe
%description
10b3abe
A Library providing simplified C and Python API to libsolv.
10b3abe
10b3abe
%package devel
10b3abe
Summary:        Development files for %{name}
10b3abe
Requires:       %{name}%{?_isa} = %{version}-%{release}
10b3abe
Requires:       libsolv-devel%{?_isa} >= %{libsolv_version}
10b3abe
10b3abe
%description devel
10b3abe
Development files for %{name}.
10b3abe
1936b50
%if %{with python2}
a5902b6
%package -n python2-%{name}
a5902b6
%{?python_provide:%python_provide python2-%{name}}
a5902b6
Summary:        Python 2 bindings for the libdnf library.
a5902b6
Requires:       %{name}%{?_isa} = %{version}-%{release}
a5902b6
BuildRequires:  python2-devel
ba1a75e
%if !0%{?mageia}
ba1a75e
BuildRequires:  %{requires_python2_sphinx}
ba1a75e
%endif
f80cc28
%if 0%{?rhel} == 7
f80cc28
BuildRequires:  swig3 >= %{swig_version}
f80cc28
%else
a5902b6
BuildRequires:  swig >= %{swig_version}
f80cc28
%endif
a5902b6
a5902b6
%description -n python2-%{name}
a5902b6
Python 2 bindings for the libdnf library.
c34c379
%endif
c34c379
# endif with python2
a5902b6
a5902b6
%if %{with python3}
a5902b6
%package -n python3-%{name}
a5902b6
%{?python_provide:%python_provide python3-%{name}}
a5902b6
Summary:        Python 3 bindings for the libdnf library.
a5902b6
Requires:       %{name}%{?_isa} = %{version}-%{release}
a5902b6
BuildRequires:  python3-devel
ba1a75e
BuildRequires:  %{requires_python3_sphinx}
a5902b6
BuildRequires:  swig >= %{swig_version}
a5902b6
a5902b6
%description -n python3-%{name}
a5902b6
Python 3 bindings for the libdnf library.
a5902b6
%endif
a5902b6
1936b50
%if %{with python2}
10b3abe
%package -n python2-hawkey
10b3abe
Summary:        Python 2 bindings for the hawkey library
10b3abe
%{?python_provide:%python_provide python2-hawkey}
10b3abe
BuildRequires:  python2-devel
10b3abe
Requires:       %{name}%{?_isa} = %{version}-%{release}
22b4e0e
Requires:       python2-%{name} = %{version}-%{release}
10b3abe
# Fix problem with hawkey - dnf version incompatibility
10b3abe
# Can be deleted for distros where only python2-dnf >= 2.0.0
10b3abe
Conflicts:      python2-dnf < %{dnf_conflict}
10b3abe
Conflicts:      python-dnf < %{dnf_conflict}
10b3abe
10b3abe
%description -n python2-hawkey
10b3abe
Python 2 bindings for the hawkey library.
c34c379
%endif
c34c379
# endif with python2
10b3abe
10b3abe
%if %{with python3}
10b3abe
%package -n python3-hawkey
10b3abe
Summary:        Python 3 bindings for the hawkey library
10b3abe
%{?python_provide:%python_provide python3-hawkey}
10b3abe
BuildRequires:  python3-devel
10b3abe
Requires:       %{name}%{?_isa} = %{version}-%{release}
22b4e0e
Requires:       python3-%{name} = %{version}-%{release}
10b3abe
# Fix problem with hawkey - dnf version incompatibility
10b3abe
# Can be deleted for distros where only python3-dnf >= 2.0.0
10b3abe
Conflicts:      python3-dnf < %{dnf_conflict}
22b4e0e
# Obsoletes F27 packages
9664c3c
Obsoletes:      platform-python-hawkey < %{version}-%{release}
10b3abe
10b3abe
%description -n python3-hawkey
10b3abe
Python 3 bindings for the hawkey library.
10b3abe
%endif
10b3abe
10b3abe
%prep
Igor Gnatenko edcb1ba
%autosetup -p1
1936b50
%if %{with python2}
10b3abe
mkdir build-py2
c34c379
%endif
10b3abe
%if %{with python3}
10b3abe
mkdir build-py3
10b3abe
%endif
10b3abe
10b3abe
%build
1936b50
%if %{with python2}
10b3abe
pushd build-py2
ba1a75e
  %if 0%{?mageia} || 0%{?suse_version}
ba1a75e
    cd ..
ba1a75e
    %define _cmake_builddir build-py2
ba1a75e
    %define __builddir build-py2
ba1a75e
  %endif
c34c379
  %cmake -DPYTHON_DESIRED:FILEPATH=%{__python2} -DWITH_MAN=OFF ../ %{!?with_zchunk:-DWITH_ZCHUNK=OFF} %{!?with_valgrind:-DDISABLE_VALGRIND=1} %{_cmake_opts} -DLIBDNF_MAJOR_VERSION=%{libdnf_major_version} -DLIBDNF_MINOR_VERSION=%{libdnf_minor_version} -DLIBDNF_MICRO_VERSION=%{libdnf_micro_version} \
c34c379
    -DWITH_SANITIZERS=%{?with_sanitizers:ON}%{!?with_sanitizers:OFF}
10b3abe
  %make_build
10b3abe
popd
c34c379
%endif
c34c379
# endif with python2
10b3abe
10b3abe
%if %{with python3}
10b3abe
pushd build-py3
ba1a75e
  %if 0%{?mageia} || 0%{?suse_version}
ba1a75e
    cd ..
ba1a75e
    %define _cmake_builddir build-py3
ba1a75e
    %define __builddir build-py3
ba1a75e
  %endif
c34c379
  %cmake -DPYTHON_DESIRED:FILEPATH=%{__python3} -DWITH_GIR=0 -DWITH_MAN=0 -Dgtkdoc=0 ../ %{!?with_zchunk:-DWITH_ZCHUNK=OFF} %{!?with_valgrind:-DDISABLE_VALGRIND=1} %{_cmake_opts} -DLIBDNF_MAJOR_VERSION=%{libdnf_major_version} -DLIBDNF_MINOR_VERSION=%{libdnf_minor_version} -DLIBDNF_MICRO_VERSION=%{libdnf_micro_version} \
c34c379
    -DWITH_SANITIZERS=%{?with_sanitizers:ON}%{!?with_sanitizers:OFF}
10b3abe
  %make_build
10b3abe
popd
10b3abe
%endif
10b3abe
10b3abe
%check
1936b50
%if %{with python2}
10b3abe
pushd build-py2
10b3abe
  make ARGS="-V" test
10b3abe
popd
c34c379
%endif
10b3abe
%if %{with python3}
1eb61d1
# If we didn't run the general tests yet, do it now.
1eb61d1
%if %{without python2}
1eb61d1
pushd build-py3
1eb61d1
  make ARGS="-V" test
1eb61d1
popd
1eb61d1
%else
1eb61d1
# Otherwise, run just the Python tests, not all of
1eb61d1
# them, since we have coverage of the core from the
1eb61d1
# first build
10b3abe
pushd build-py3/python/hawkey/tests
10b3abe
  make ARGS="-V" test
10b3abe
popd
10b3abe
%endif
1eb61d1
%endif
10b3abe
10b3abe
%install
1936b50
%if %{with python2}
10b3abe
pushd build-py2
10b3abe
  %make_install
10b3abe
popd
c34c379
%endif
10b3abe
%if %{with python3}
10b3abe
pushd build-py3
10b3abe
  %make_install
10b3abe
popd
10b3abe
%endif
10b3abe
edda643
%find_lang %{name}
edda643
ba1a75e
%if (0%{?rhel} && 0%{?rhel} <= 7) || 0%{?suse_version}
a5902b6
%post -p /sbin/ldconfig
a5902b6
%postun -p /sbin/ldconfig
e8b7251
%else
e8b7251
%ldconfig_scriptlets
e8b7251
%endif
10b3abe
edda643
%files -f %{name}.lang
10b3abe
%license COPYING
a5902b6
%doc README.md AUTHORS
10b3abe
%{_libdir}/%{name}.so.*
8b872ad
%dir %{_libdir}/libdnf/
8b872ad
%dir %{_libdir}/libdnf/plugins/
c10381b
%{_libdir}/libdnf/plugins/README
1400e2b
%if %{with sanitizers}
1400e2b
%{_sysconfdir}/profile.d/dnf-sanitizers.sh
1400e2b
%endif
10b3abe
10b3abe
%files devel
10b3abe
%doc %{_datadir}/gtk-doc/html/%{name}/
10b3abe
%{_libdir}/%{name}.so
10b3abe
%{_libdir}/pkgconfig/%{name}.pc
10b3abe
%{_includedir}/%{name}/
a5902b6
1936b50
%if %{with python2}
a5902b6
%files -n python2-%{name}
a5902b6
%{python2_sitearch}/%{name}/
c34c379
%endif
a5902b6
a5902b6
%if %{with python3}
a5902b6
%files -n python3-%{name}
8f13127
%{python3_sitearch}/%{name}-*.dist-info
a5902b6
%{python3_sitearch}/%{name}/
a5902b6
%endif
10b3abe
1936b50
%if %{with python2}
10b3abe
%files -n python2-hawkey
10b3abe
%{python2_sitearch}/hawkey/
c34c379
%endif
10b3abe
10b3abe
%if %{with python3}
10b3abe
%files -n python3-hawkey
10b3abe
%{python3_sitearch}/hawkey/
10b3abe
%endif
10b3abe
10b3abe
%changelog
Evan Goode c554c85
* Thu Mar 28 2024 Evan Goode <egoode@redhat.com> - 0.73.1-1
Evan Goode c554c85
- Update to 0.73.1
Evan Goode c554c85
- Fix https://issues.redhat.com/browse/RHEL-27657
Evan Goode c554c85
- subject-py: Fix memory leak
Evan Goode c554c85
- MergedTransaction: Calculate RPM difference between two same versions as no-op
Evan Goode c554c85
- Onboard packit tests
Evan Goode c554c85
- Add virtual destructor to TransactionItem
Evan Goode c554c85
836183e
* Thu Feb 08 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.73.0-1
836183e
- Update to 0.73.0
836183e
- filelists metadata loading on demand
836183e
- deltarpm disabled on Fedora
836183e
- conf: Introduce new optional_metadata_types option to load filelists on demand
836183e
- goal: Method for detecting file dependency problems
836183e
2dc4c7a
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.72.0-3
2dc4c7a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
2dc4c7a
5094f46
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.72.0-2
5094f46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
5094f46
8f13127
* Wed Oct 18 2023 Jan Kolarik <jkolarik@redhat.com> - 0.72.0-1
8f13127
- Update to 0.72.0
8f13127
- Avoid reinstalling installonly packages marked for ERASE (RhBug:2163474)
8f13127
- transaction: Save the reason for installing (RhBug:1733274)
8f13127
- hawkey.subject: get_best_selectors only obsoleters of latest (RhBug:2183279,2176263)
8f13127
- conf: Add limited shell-style variable expansion (RhBug:1789346)
8f13127
- conf: Add support for $releasever_major, $releasever_minor (RhBug:1789346)
8f13127
- repo: Don't download the repository if the local cache is up to date
8f13127
- Allow DNF to be removed by DNF 5 (RhBug:2221907)
8f13127
- Include dist-info for python3-libdnf
8f13127
- bindings: Load all modules with RTLD_GLOBAL
8f13127
- Update translations
8f13127
84008cf
* Wed Sep 20 2023 Adam Williamson <awilliam@redhat.com> - 0.71.0-2
84008cf
- Rebuild with no changes for Bodhi reasons
84008cf
8656ab1
* Fri Sep 01 2023 Jan Kolarik <jkolarik@redhat.com> - 0.71.0-1
8656ab1
- Update to 0.71.0
8656ab1
- PGP: Use new librepo PGP API, remove gpgme dependency
8656ab1
- API: Basic support for OpenPGP public keys
8656ab1
- Avoid using GNU extensions in the dependency splitter regex
8656ab1
- filterAdvisory: match installed_solvables sort with lower_bound (RhBug:2212838)
8656ab1
- Make code C++20 compatible
8656ab1
feec198
* Fri Jul 28 2023 Nicola Sella <nsella@redhat.com> - 0.70.2-1
feec198
- Update to 0.70.2
feec198
- Support "proxy=none" in main config (RhBug:2155713)
feec198
- Fix #1558: Don't assume inclusion of cstdint
feec198
- Disconnect monitors in dnf_repo_loader_finalize() (RhBug:2070153)
feec198
0edcc74
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.70.1-5
0edcc74
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
0edcc74
4e12667
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 0.70.1-4
4e12667
- Rebuilt for Python 3.12
4e12667
1bf469d
* Wed May 17 2023 Jan Kolarik <jkolarik@redhat.com> - 0.70.1-3
1bf469d
- Rebuild for rpm-4.18.90-4
1bf469d
dafd22a
* Tue May 16 2023 Jan Kolarik <jkolarik@redhat.com> - 0.70.1-2
dafd22a
- Rebuild for rpm-4.18.90
dafd22a
a6e867a
* Mon May 15 2023 Jan Kolarik <jkolarik@redhat.com> - 0.70.1-1
a6e867a
- Update to 0.70.1
a6e867a
- Add repoid to solver errors for RPMs (RhBug:2179413)
a6e867a
- Avoid using obsolete RPM API and drop redundant calls
a6e867a
- Remove DNF from list of protected packages
a6e867a
e79b6cf
* Fri Mar 03 2023 Jan Kolarik <jkolarik@redhat.com> - 0.70.0-1
e79b6cf
- Update to 0.70.0
e79b6cf
- Allow change of architecture for packages during security updates with noarch involved (RhBug:2124483)
e79b6cf
- "dnf_keyring_add_public_keys": reset localError to NULL after free (RhBug:2121222)
e79b6cf
- context: Get RPM db path from RPM
e79b6cf
- Fix memory leak of SolvUserdata
e79b6cf
fa20dc3
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.68.0-2
fa20dc3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
fa20dc3
0cbbb92
* Tue Aug 16 2022 Jaroslav Rohel <jrohel@redhat.com> - 0.68.0-1
0cbbb92
- Update to 0.68.0
0cbbb92
- context: Support <package-spec> (NEVRA forms, provides, file provides) including globs in the dnf_context_remove func (RhBug:2084602)
0cbbb92
- dnf-context: Disconnect signal handler before dropping file monitor ref
0cbbb92
- Filter out advisory pkgs with different arch during advisory upgrade, fixes possible problems in dependency resulution (RhBug:2088149)
0cbbb92
- Gracefully handle failure to open repo primary file
0cbbb92
- Fix listing a repository without cpeid (RhBug:2066334)
0cbbb92
8892c4d
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.67.0-4
8892c4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
8892c4d
272c290
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.67.0-3
272c290
- Rebuilt for Python 3.11
272c290
866f748
* Thu May 05 2022 Jaroslav Rohel <jrohel@redhat.com> - 0.67.0-2
866f748
- Increase required libsolv version for cache versioning to 0.7.21
866f748
0a481cd
* Thu May 05 2022 Jaroslav Rohel <jrohel@redhat.com> - 0.67.0-1
0a481cd
- Update to 0.67.0
0a481cd
- Add 'loongarch' support
0a481cd
- Use dnf solv userdata to check versions and checksum (RhBug:2027445)
0a481cd
- context: Substitute all repository config options (RhBug:2076853)
0a481cd
- Add more specific error handling for loading repomd and primary
0a481cd
0315c10
* Mon Mar 14 2022 Pavla Kratochvilova <pkratoch@redhat.com> - 0.66.0-1
0315c10
- Use `rpmdbCookie` from librpm, remove `hawkey.Sack._rpmdb_version`
0315c10
- Fix handling transaction id in resolveTransactionItemReason (RhBug:2010259,2053014)
0315c10
- Remove deprecated assertions (RhBug:2027383)
0315c10
- Increase required rpm version since we use `rpmdbCookie()`
0315c10
ede0478
* Mon Feb 21 2022 Pavla Kratochvilova <pkratoch@redhat.com> - 0.65.0-3
ede0478
- Skip rich deps for autodetection of unmet dependencies (RhBug:2033130)
ede0478
d4c9168
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.65.0-2
d4c9168
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
d4c9168
708a059
* Thu Oct 21 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.65.0-1
708a059
- Update to 0.65.0
708a059
- Add support for excluding packages to be installed as weak dependencies
708a059
- Add support for autodetecting packages to be excluded from being installed as weak dependencies
708a059
- Turn off strict validation of modulemd documents (RhBug:2004853,2007166,2007167)
708a059
580011e
* Thu Sep 23 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.64.0-1
580011e
- Update to 0.64.0
580011e
- Implement logic for demodularization of modular rpms (RhBug:1805260)
580011e
- DnfContext: fix handling of default module profiles
580011e
- ModuleMetadata: gracefully handle modules with no defaults
580011e
- Remove failovermethod config option (RhBug:1961083)
580011e
337204a
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 0.63.1-4
337204a
- Rebuilt with OpenSSL 3.0.0
337204a
817036d
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.63.1-3
817036d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
817036d
8cffbd5
* Sat Jul 10 2021 Björn Esser <besser82@fedoraproject.org> - 0.63.1-2
8cffbd5
- Rebuild for versioned symbols in json-c
8cffbd5
d0c2eee
* Tue Jun 15 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.63.1-1
d0c2eee
- Update to 0.63.1
d0c2eee
- ModuleProfile: add isDefault()
d0c2eee
- ModulePackage: add getDefaultProfile()
d0c2eee
- Add new dnf_context_module_install() C API
d0c2eee
- Fix a crash when [media] section in .treeinfo is missing for bootable media (RhBug:1946024)
d0c2eee
- Add hy_query_get_advisory_pkgs to C API (RhBug:1960561)
d0c2eee
- Add dnf_advisorypkg_get_advisory()
d0c2eee
- DNF does not fail on non UTF-8 file names in a package (RhBug:1893176)
d0c2eee
- Improve error-reporting for modular functions
d0c2eee
d7f8ad6
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 0.62.0-2
d7f8ad6
- Rebuilt for Python 3.10
d7f8ad6
c38884c
* Thu Apr 15 2021 Nicola Sella <nsella@redhat.com> - 0.62.0-1
c38884c
- Fix: Fully set ssl in newHandle function
c38884c
- [conf] Add options for working with certificates used with proxy
c38884c
- lock: Switch return-if-fail to assert to quiet gcc -fanalyzer
c38884c
- Modify module NSVCA parsing - context definition (RhBug:1926771)
c38884c
- libdnf.h: Remove overall extern "C"
c38884c
- [context] Fix: dnf_package_is_installonly (RhBug:1928056)
c38884c
- Fix problematic language
c38884c
- Add getApplicablePackages to advisory and isApplicable to advisorymodule
c38884c
- Keep isAdvisoryApplicable to preserve API
c38884c
- Run ModulePackageContainerTest tests in tmpdir, merge interdependent
c38884c
- [context] Support config file option "proxy_auth_method", defaults "any"
c38884c
- Hardening: add signature check with rpmcliVerifySignatures (RhBug:1932079)
c38884c
- do not allow 1 as installonly_limit value (RhBug:1926261)
c38884c
- Add a config option to check TLS certificate revocation status (using OCSP stapling), defaults to false (RhBug:1814383)
c38884c
7d3a059
* Tue Mar 02 2021 Nicola Sella <nsella@redhat.com> - 0.60.0-1
7d3a059
- Fix repo.fresh() implementation
7d3a059
- build-sys: Add ENABLE_STATIC option
7d3a059
- Fix: Fully set ssl in newHandle function
7d3a059
- [conf] Add options for working with certificates used with proxy
7d3a059
- Apply proxy certificate options
7d3a059
- lock: Switch return-if-fail to assert to quiet gcc -fanalyzer
7d3a059
- build-sys: Clean up message about Python bindings
7d3a059
- Modify module NSVCA parsing - context definition (RhBug:1926771)
7d3a059
- [context] Fix: dnf_package_is_installonly (RhBug:1928056)
7d3a059
- Fix problematic language
7d3a059
- Add getApplicablePackages to advisory and isApplicable to advisorymodule
7d3a059
- Keep isAdvisoryApplicable to preserve API
7d3a059
- Run ModulePackageContainerTest tests in tmpdir, merge interdependent
7d3a059
- [context] Support config file option "proxy_auth_method", defaults "any"
7d3a059
- Support main config file option "installonlypkgs".
7d3a059
- Support main config file option "protected_packages".
7d3a059
- Properly handle multiple collections in updateinfo.xml (RhBug:1804234)
7d3a059
f5ec976
* Thu Jan 28 2021 Nicola Sella <nsella@redhat.com> - 0.58.0-1
f5ec976
- Update to 0.58.0
f5ec976
- Option: Add reset() method
f5ec976
- Add OptionBinds::getOption() method
f5ec976
- [context] Add dnf_repo_conf_from_gkeyfile() and dnf_repo_conf_reset()
f5ec976
- [context] Add support for options: minrate, throttle, bandwidth, timeout
f5ec976
- [context] Remove g_key_file_get_string() from dnf_repo_set_keyfile_data()
f5ec976
- Allow loading ext metadata even if only cache (solv) is present
f5ec976
- Add ASAN_OPTIONS for test_libdnf_main
f5ec976
- [context,API] Functions for accessing main/global configuration options
f5ec976
- [context,API] Function for adding setopt
f5ec976
- Add getter for modular obsoletes from ModuleMetadata
f5ec976
- Add ModulePackage.getStaticContext() and getRequires()
f5ec976
- Add compatible layer for MdDocuments v2
f5ec976
- Fix modular queries with the new solver
f5ec976
- Improve formatting of error string for modules
f5ec976
- Change mechanism of module conflicts
f5ec976
- Fix load/update FailSafe
f5ec976
6bdc161
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.55.2-2
6bdc161
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
6bdc161
1400e2b
* Wed Dec 02 2020 Nicola Sella <nsella@redhat.com> - 0.55.2-1
1400e2b
- Update to 0.55.2
1400e2b
- Improve performance of query installed() and available()
1400e2b
- Swdb: Add a method to get the current transaction
1400e2b
- [modules] Add special handling for src artifacts (RhBug:1809314)
1400e2b
- Better msgs if "basecachedir" or "proxy_password" isn't set (RhBug:1888946)
1400e2b
- Add new options module_stream_switch
1400e2b
- Support allow_vendor_change setting in dnf context API
1400e2b
- Fix couple of sanitizer builds in specfile
1400e2b
1400e2b
* Mon Nov 23 2020 Nicola Sella <nsella@redhat.com> - 0.55.0-1
86812ba
- Update to 0.55.0
86812ba
- Add vendor to dnf API (RhBug:1876561)
86812ba
- Add formatting function for solver error
86812ba
- Add error types in ModulePackageContainer
86812ba
- Implement module enable for context part
86812ba
- Improve string formatting for translation
86812ba
- Remove redundant printf and change logging info to notice (RhBug:1827424)
86812ba
- Add allow_vendor_change option (RhBug:1788371) (RhBug:1788371)
86812ba
1ded752
* Thu Oct 29 2020 Adam Williamson <awilliam@redhat.com> - 0.54.2-3
1ded752
- Rebuild to keep NVR ahead of Fedora 32
1ded752
45ab3a3
* Tue Oct 13 2020 Ales Matej <amatej@redhat.com> - 0.54.2-2
45ab3a3
- Increase needed conflicting dnf version
45ab3a3
1f06d93
* Wed Oct 07 2020 Nicola Sella <nsella@redhat.com> - 0.54.2-1
1f06d93
- Update to 0.54.2
1f06d93
- history: Fix dnf history rollback when a package was removed (RhBug:1683134)
1f06d93
- Add support for HY_GT, HY_LT in query nevra_strict
1f06d93
- Fix parsing empty lines in config files
1f06d93
- Accept '==' as an operator in reldeps (RhBug:1847946)
1f06d93
- Add log file level main config option (RhBug:1802074)
1f06d93
- Add protect_running_kernel configuration option (RhBug:1698145)
1f06d93
- Context part of libdnf cannot assume zchunk is on (RhBug:1851841,1779104)
1f06d93
- Fix memory leak of resultingModuleIndex and handle g_object refs
1f06d93
- Redirect librepo logs to libdnf logs with different source
1f06d93
- Introduce changelog metadata in commit messages
1f06d93
- Add hy_goal_lock
1f06d93
- Update Copr targets for packit and use alias
1f06d93
- Enum/String conversions for Transaction Store/Replay
1f06d93
- utils: Add a method to decode URLs
1f06d93
- Unify hawkey.log line format with the rest of the logs
1f06d93
13fac8f
* Mon Aug 10 2020 Nicola Sella <nsella@redhat.com> - 0.48.0-4
13fac8f
- spec: Fix building with new cmake macros
13fac8f
- tests: Fix incorrect usage of the fail_unless macros
13fac8f
c781385
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.48.0-3
c781385
- Second attempt - Rebuilt for
c781385
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
c781385
b630143
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.48.0-2
b630143
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
b630143
c34c379
* Tue Jun 02 2020 Nicola Sella <nsella@redhat.com> - 0.48.0-1
c34c379
- Update to 0.48.0
c34c379
- swdb: Catch only SQLite3 exceptions and simplify the messages
c34c379
- MergedTransaction list multiple comments (RhBug:1773679)
c34c379
- Modify CMake to pull *.po files from weblate
c34c379
- Optimize DependencyContainer creation from an existing queue
c34c379
- fix a memory leak in dnf_package_get_requires()
c34c379
- Fix memory leaks on g_build_filename()
c34c379
- Fix memory leak in dnf_context_setup()
c34c379
- Add `hy_goal_favor` and `hy_goal_disfavor`
c34c379
- Define a cleanup function for `DnfPackageSet`
c34c379
- dnf-repo: fix dnf_repo_get_public_keys double-free
c34c379
- Do not cache RPMDB
c34c379
- Use single-quotes around string literals used in SQL statements
c34c379
- SQLite3: Do not close the database if it wasn't opened (RhBug:1761976)
c34c379
- Don't create a new history DB connection for in-memory DB
c34c379
- transaction/Swdb: Use a single logger variable in constructor
c34c379
- utils: Add a safe version of pathExists()
c34c379
- swdb: Handle the case when pathExists() fails on e.g. permission
c34c379
- Repo: prepend "file://" if a local path is used as baseurl
c34c379
- Move urlEncode() to utils
c34c379
- utils: Add 'exclude' argument to urlEncode()
c34c379
- Encode package URL for downloading through librepo (RhBug:1817130)
c34c379
- Replace std::runtime_error with libdnf::RepoError
c34c379
- Fixes and error handling improvements of the File class
c34c379
- [context] Use ConfigRepo for gpgkey and baseurl (RhBug:1807864)
c34c379
- [context] support "priority" option in .repo config file (RhBug:1797265)
c34c379
f0902a5
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 0.47.0-3
f0902a5
- Rebuilt for Python 3.9
f0902a5
a571881
* Tue Apr 21 2020 Björn Esser <besser82@fedoraproject.org> - 0.47.0-2
a571881
- Rebuild (json-c)
a571881
5dceab8
* Wed Apr 01 2020 Ales Matej <amatej@redhat.com> - 0.47.0-1
5dceab8
- Update to 0.47.0
5dceab8
- Add prereq_ignoreinst & regular_requires properties for pkg (RhBug:1543449)
5dceab8
- Reset active modules when no module enabled or default (RhBug:1767351)
5dceab8
- Add comment option to transaction (RhBug:1773679)
5dceab8
- Failing to get module defauls is a recoverable error
5dceab8
- Baseurl is not exclusive with mirrorlist/metalink (RhBug: 1775184)
5dceab8
- Add new function to reset all modules in C API (dnf_context_reset_all_modules)
5dceab8
- [context] Fix to preserve additionalMetadata content (RhBug:1808677)
5dceab8
- Fix filtering of DepSolvables with source rpms (RhBug:1812596)
5dceab8
- Add setter for running kernel protection setting
5dceab8
- Handle situation when an unprivileged user cannot create history database (RhBug:1634385)
5dceab8
- Add query filter: latest by priority
5dceab8
- Add DNF_NO_PROTECTED flag to allow empty list of protected packages
5dceab8
- Remove 'dim' option from terminal colors to make them more readable (RhBug:1807774,1814563)
5dceab8
- [context] Error when main config file can't be opened (RhBug:1794864)
5dceab8
- [context] Add function function dnf_context_is_set_config_file_path
5dceab8
5d9e345
* Mon Feb 24 2020 Ales Matej <amatej@redhat.com> - 0.45.0-1
5d9e345
- Config options: only first empty value clears existing (RhBug:1788154)
5d9e345
- Make parsing of reldeps more strict (RhBug:1788107)
5d9e345
- [context] Support repositories defined in main configuration file
5d9e345
- Fix filtering packages by advisory when more versions and arches are available (RhBug:1770125)
5d9e345
- Add expanding solvable provides for dependency matching (RhBug:1534123)
5d9e345
- DnfRepo: fix module_hotfixes keyfile priority level
5d9e345
- Add custom exceptions to libdnf interface
5d9e345
- [conf] Set useful default colors when color is enabled
5d9e345
- Port to libmodulemd-2 API (RhBug:1693683)
5d9e345
881203c
* Tue Feb 04 2020 Adam Williamson <adamwill@fedoraproject.org> - 0.43.1-3
881203c
- [context] Create new repo instead of reusing old one (RhBug:1795004)
881203c
38df6c7
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.43.1-2
38df6c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
38df6c7
f7abd85
* Wed Jan 15 2020 Ales Matej <amatej@redhat.com> - 0.43.1-1
f7abd85
- Allow excluding packages with "excludepkgs" and globs
f7abd85
- Add two new query filters: obsoletes_by_priority, upgrades_by_priority
f7abd85
- [context] Use installonly_limit from global config (RhBug:1256108)
f7abd85
- [context] Add API to get/set "install_weak_deps"
f7abd85
- [context] Add wildcard support for repo_id in dnf_context_repo_enable/disable (RhBug:1781420)
f7abd85
- [context] Adds support for includepkgs in repository configuration.
f7abd85
- [context] Adds support for excludepkgs, exclude, includepkgs, and disable_excludes in main configuration.
f7abd85
- [context] Added function dnf_transaction_set_dont_solve_goal
f7abd85
- [context] Added functions dnf_context_get/set_config_file_path
f7abd85
- [context] Respect "plugins" global conf value
f7abd85
- [context] Add API to disable/enable plugins
f7abd85
3545d96
* Fri Nov 29 2019 Ales Matej <amatej@redhat.com> - 0.39.1-1
3545d96
- Update to 0.39.1
3545d96
- Report reason how package was excluded (RhBug:1649754)
3545d96
- Additional Arm detection improvements (RhBug:1691430)
3545d96
- Set skip_if_unavailable for media repos to skip their update (RhBug:1716067)
3545d96
- Add support of xml:base for remote and local url in context (RhBug:1734350, 1717865)
3545d96
- Handle NoModuleException in dnf_context_reset_modules (RhBug:1767453)
3545d96
- Add missing C function hy_nevra_free() for HyNevra deallocation
3545d96
- Context part of libdnf now uses metadata_expire from global configuration 
3545d96
ff8dfe3
* Wed Nov 13 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 0.37.2-2
ff8dfe3
- Fix accidental code removal from hy_subject_get_best_solution()
ff8dfe3
ba1a75e
* Wed Nov 06 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 0.37.2-1
ba1a75e
- Update to 0.37.2
ba1a75e
- Use more descriptive message when failed to retrieve GPG key (RhBug:1605117)
ba1a75e
- Add removeMetadataTypeFromDownload function to the API
ba1a75e
- Context part of libdnf can now read vars (urlvars) from dirs and environment
ba1a75e
- Throw exception immediately if file cannot be opened
ba1a75e
- Add test when there is no primary metadata in compatible format (RhBug:1744960)
ba1a75e
- Various improvements to countme features
ba1a75e
- Don't abort on rpmdb checksum calculation failure
ba1a75e
- Enable module dependency trees when using set_modules_enabled_by_pkgset() (RhBug:1762314)
ba1a75e
- New method "Query::filterSubject()", replaces Solution::getBestSolution()
ba1a75e
- The Solution class was removed
ba1a75e
- Add query argument into get_best_query and get_best_solution
ba1a75e
- Add module reset function into dnf_context
ba1a75e
- Add method to get all repository metadata locations
ba1a75e
- Catch NoModuleException in case of not existent value was used in persistor (RhBug:1761773)
ba1a75e
769107e
* Wed Oct 23 2019 Peter Robinson <pbrobinson@fedoraproject.org> 0.35.5-5
769107e
- Fixes for some issues on Arm platforms (rhbz 1691430)
769107e
c267073
* Tue Oct 22 2019 Ales Matej <amatej@redhat.com> - 0.35.5-4
c267073
- Fix leaking log handlers in Sack that can cause a crash (RhBug:1758737)
c267073
a3c9687
* Mon Oct 14 2019 Jaroslav Mracek <jmracek@redhat.com> - 0.35.5-3
a3c9687
- Add POOL_FLAG_WHATPROVIDESWITHDISABLED flag into pool.
a3c9687
- Resolves: 1737469
a3c9687
1eb61d1
* Tue Oct 01 2019 Ales Matej <amatej@redhat.com> - 0.35.5-2
1eb61d1
- Fix dnf-conflict version
1eb61d1
c7f87cd
* Tue Oct 01 2019 Ales Matej <amatej@redhat.com> - 0.35.5-1
c7f87cd
- Update to 0.35.5
c7f87cd
- Fix crash in PackageKit (RhBug:1636803)
c7f87cd
- Do not create @System.solv files (RhBug:1707995)
c7f87cd
- Set LRO_CACHEDIR so zchunk works again (RhBug:1739867)
c7f87cd
- Don't reinstall modified packages with the same NEVRA (RhBug:1644241)
c7f87cd
- Fix bug when moving temporary repository metadata after download (RhBug:1700341)
c7f87cd
- Improve detection of extras packages by comparing (name, arch) pair instead of full NEVRA (RhBuh:1684517)
c7f87cd
- Improve handling multilib packages in the history command (RhBug:1728637)
c7f87cd
- Repo download: use full error description into the exception text (RhBug:1741442)
c7f87cd
- Properly close hawkey.log (RhBug:1594016)
c7f87cd
- Fix dnf updateinfo --update to not list advisories for packages updatable only from non-enabled modules
c7f87cd
- Apply modular filtering by package name (RhBug:1702729)
c7f87cd
- Fully enable the modular fail safe mechanism (RhBug:1616167)
c7f87cd
fc27f18
* Sat Sep 14 2019 Jonathan Dieter <jdieter@gmail.com> - 0.35.3-5
fc27f18
- Set LRO_CACHEDIR so zchunk works again
fc27f18
63b2c4b
* Wed Sep 11 2019 Jaroslav Mracek <jmracek@redhat.com> - 0.35.3-4
63b2c4b
- Backport patch to fix reinstalling packages with a different buildtime - part II
63b2c4b
c267073
* Tue Sep 10 2019 Jaroslav Mracek <jmracek@redhat.com> - 0.35.3-3
3471028
- Backport patch to fix reinstalling packages with a different buildtime
3471028
858cf8b
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 0.35.3-2
858cf8b
- Rebuilt for Python 3.8
858cf8b
8b872ad
* Tue Aug 13 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 0.35.3-1
8b872ad
- Update to 0.35.3
8b872ad
- Make libdnf own its plugin directory (RhBug:1714265)
8b872ad
- Don't disable nonexistent but required repositories (RhBug:1689331)
8b872ad
- Set priority of dnf.conf.d drop-ins
8b872ad
- Fix toString() to not insert [] (RhBug:1584442)
8b872ad
- Ignore trailing blank lines in config (RhBug:1722493)
8b872ad
- Fix handling large number of filenames on input (RhBug:1690915)
8b872ad
- Detect armv7 with crypto extension only on arm version >= 8
8b872ad
- A new standardized User-Agent field consisting of the libdnf and OS version
8b872ad
  (including the variant) (RhBug:1156007)
8b872ad
- Add basic countme support (RhBug:1647454)
8b872ad
a5b4428
* Mon Jul 29 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 0.35.1-4
a5b4428
- Rebuilt for librepo 1.10.5
a5b4428
39ef65e
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.35.1-3
39ef65e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
39ef65e
0ff7d92
* Mon Jul 22 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 0.35.1-2
0ff7d92
- Backport patch to fix attaching and detaching of libsolvRepo and
0ff7d92
  repo_internalize_trigger() (RhBug:1727343,1727424)
0ff7d92
af4874e
* Thu Jul 04 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 0.35.1-1
af4874e
- Update to 0.35.1
af4874e
- Enhance logging handling
af4874e
- Do not log DEBUG messages by default
af4874e
- Also add subkeys when adding GPG keys
af4874e
- [module] Fix swig binding for getModuleDependencies()
af4874e
- Skip invalid key files in "/etc/pki/rpm-gpg" with warning (RhBug:1644040)
af4874e
- Enable timestamp preserving for downloaded data (RhBug:1688537)
af4874e
- Set default to skip_if_unavailable=false (RhBug:1679509)
af4874e
- Add configuration option skip_if_unavailable (RhBug:1689931)
af4874e
- Fix 'database is locked' error (RhBug:1631533)
af4874e
- Replace the 'Failed to synchronize cache' message (RhBug:1712055)
af4874e
- Fix 'no such table: main.trans_cmdline' error (RhBug:1596540)
af4874e
- Add support of modular FailSafe (RhBug:1623128) (temporarily with warnings
af4874e
  instead of errors when installing modular RPMs without modular metadata)
af4874e
- Add support of DNF main config file in context; used by PackageKit and
af4874e
  microdnf (RhBug:1689331)
af4874e
- Exit gpg-agent after repokey import (RhBug:1650266)
af4874e
499f6d3
* Mon Jun 10 22:13:19 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.31.0-5
499f6d3
- Rebuild for RPM 4.15
499f6d3
6720433
* Mon Jun 10 15:42:02 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.31.0-4
6720433
- Rebuild for RPM 4.15
6720433
af4874e
* Fri May 03 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 0.31.0-3
edd249f
- Backport patches to reintroduce hawkeyRepo
edd249f
294a06c
* Thu Apr 25 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 0.31.0-1
294a06c
- Update to 0.31.0
294a06c
- Installroot now requires absolute path
294a06c
- Support "_none_" value for repo option "proxy" (RhBug:1680272)
294a06c
- Add support for Module advisories
294a06c
- Add support for xml:base attribute from primary.xml (RhBug:1691315)
294a06c
- Improve detection of Platform ID (RhBug:1688462)
294a06c
ad7e265
* Wed Mar 27 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 0.28.1-1
ad7e265
- Update to 0.28.1
ad7e265
- Return empty query if incorrect reldep (RhBug:1687135)
ad7e265
- ConfigParser: Improve compatibility with Python ConfigParser and dnf-plugin-spacewalk (RhBug:1692044)
ad7e265
- ConfigParser: Unify default set of string represenation of boolean values
ad7e265
- Fix segfault when interrupting dnf process (RhBug:1610456)
ad7e265
44bae0b
* Mon Mar 11 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 0.28.0-1
44bae0b
- Update to 0.28.0
44bae0b
- Exclude module pkgs that have conflict
44bae0b
- Enhance config parser to preserve order of data, and keep comments and format
44bae0b
- Improve ARM detection
44bae0b
- Add support for SHA-384
44bae0b
cca5ea3
* Tue Feb 19 2019 Jaroslav Mracek <jmracek@redhat.com> - 0.26.0-2
cca5ea3
- Backport patches for zchunk
cca5ea3
93a6b2d
* Wed Feb 13 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 0.26.0-1
93a6b2d
- Update to 0.26.0-1
93a6b2d
- Enhance modular solver to handle enabled and default module streams differently (RhBug:1648839)
93a6b2d
- Add support of wild cards for modules (RhBug:1644588)
93a6b2d
- Revert commit that adds best as default behavior
93a6b2d
6578d92
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.1-2
6578d92
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
6578d92
c10381b
* Wed Dec 12 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.24.1-1
c10381b
- Update to 0.24.1
c10381b
- Add support for zchunk
c10381b
- Enhance LIBDNF plugins support
c10381b
- Enhance sorting for module list (RhBug:1590358)
c10381b
- [repo] Check whether metadata cache is expired (RhBug:1539620,1648274)
c10381b
- [DnfRepo] Add methods for alternative repository metadata type and download (RhBug:1656314)
c10381b
- Remove installed profile on module  enable or disable (RhBug:1653623)
c10381b
- [sack] Implement dnf_sack_get_rpmdb_version()
c10381b
2177a6c
* Thu Nov 22 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.22.3-1
2177a6c
- Permanently disable Python2 build for Fedora 30+
2177a6c
- Update to 0.22.3
2177a6c
- Modify solver_describe_decision to report cleaned (RhBug:1486749)
2177a6c
- [swdb] create persistent WAL files (RhBug:1640235)
2177a6c
- Relocate ModuleContainer save hook (RhBug:1632518)
2177a6c
- [transaction] Fix transaction item lookup for obsoleted packages (RhBug: 1642796)
2177a6c
- Fix memory leaks and memory allocations
2177a6c
- [repo] Possibility to extend downloaded repository metadata
2177a6c
4eaec77
* Wed Nov 07 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.22.0-8
1101800
- Backport fixes for RHBZ#1642796 from upstream master
1101800
283775c
* Tue Oct 30 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.22.0-7
283775c
- Rebuild for libsolv 0.7
283775c
fbc36fa
* Tue Oct 23 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.22.0-6
fbc36fa
- Add patch Relocate-ModuleContainer-save-hook-RhBug1632518
fbc36fa
- Add patch Test-if-sack-is-present-and-run-save-module-persistor-RhBug1632518
fbc36fa
f535e0a
* Sat Oct 20 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.22.0-5
f535e0a
- remove problematic patch Relocate-ModuleContainer-save-hook-RhBug1632518
f535e0a
95fa955
* Fri Oct 19 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.22.0-4
95fa955
- backport Relocate-ModuleContainer-save-hook-RhBug1632518
95fa955
95fa955
* Thu Oct 18 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.22.0-3
e34f3b2
- bacport swdb-create-persistent-WAL-files-RhBug1640235
e34f3b2
e34f3b2
* Wed Oct 17 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.22.0-2
b473d93
- backport Modify-solver_describe_decision-to-report-cleaned-RhBug1486749
b473d93
- backport history-Fix-crash-in-TransactionItemaddReplacedBy
b473d93
12ef9ea
* Mon Oct 15 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.22.0-1
12ef9ea
- Update to 0.22.0
12ef9ea
- Fix segfault in repo_internalize_trigger (RhBug:1375895)
12ef9ea
- Change sorting of installonly packages (RhBug:1627685)
12ef9ea
- [swdb] Fixed pattern searching in history db (RhBug:1635542)
12ef9ea
- Check correctly gpg for repomd when refresh is used (RhBug:1636743)
12ef9ea
- [conf] Provide additional VectorString methods for compatibility with Python list.
12ef9ea
- [plugins] add plugin loading and hooks into libdnf
12ef9ea
fbc8030
* Sat Sep 29 2018 Kevin Fenzi <kevin@scrye.com> - 0.20.0-2
fbc8030
- Temp re-enable python2 subpackages to get rawhide composing again.
fbc8030
1936b50
* Tue Sep 25 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.20.0-1
1936b50
- [module] Report module solver errors
1936b50
- [module] Enhance module commands and errors
1936b50
- [transaction] Fixed several problems with SWDB
1936b50
- Remove unneeded regex URL tests (RhBug:1598336)
1936b50
- Allow quoted values in ini files (RhBug:1624056)
1936b50
- Filter out not unique set of solver problems (RhBug:1564369)
1936b50
- Disable python2 build for Fedora 30+
1936b50
7307bfb
* Tue Sep 18 2018 Adam Williamson <awilliam@redhat.com> - 0.19.1-3
7307bfb
- Backport PR #585 for an update crash bug (#1629340)
7307bfb
4926158
* Fri Sep 14 2018 Kalev Lember <klember@redhat.com> - 0.19.1-2
4926158
- Backport a fix for a packagekit crasher / F29 Beta blocker (#1626851)
4926158
d34ba7b
* Mon Sep 10 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.19.1-1
d34ba7b
- Fix compilation errors on gcc-4.8.5
d34ba7b
- [module] Allow module queries on disabled modules
d34ba7b
f80cc28
* Fri Sep 07 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.19.0-1
f80cc28
- [query] Reldeps can contain a space char (RhBug:1612462)
f80cc28
- [transaction] Avoid adding duplicates via Transaction::addItem()
f80cc28
- Fix compilation errors on gcc-4.8.5
f80cc28
- [module] Make available ModuleProfile using SWIG
f80cc28
- [module] Redesign module disable and reset
f80cc28
986b887
* Mon Aug 13 2018 Daniel Mach <dmach@redhat.com> - 0.17.2-1
986b887
- [sqlite3] Change db locking mode to DEFAULT.
986b887
- [doc] Add libsmartcols-devel to devel deps.
986b887
fa7be84
* Mon Aug 13 2018 Daniel Mach <dmach@redhat.com> - 0.17.1-1
fa7be84
- [module] Solve a problem in python constructor of NSVCAP if no version.
fa7be84
- [translations] Update translations from zanata.
fa7be84
- [transaction] Fix crash after using dnf.comps.CompsQuery and forking the process in Anaconda.
fa7be84
- [module] Support for resetting module state.
fa7be84
- [output] Introduce wrapper for smartcols.
fa7be84
42ddc3a
* Fri Aug 10 2018 Adam Williamson <awilliam@redhat.com> - 0.17.0-2
42ddc3a
- Backport fix that prevented anaconda running dnf in a subprocess (#546)
42ddc3a
b1be46c
* Tue Aug 07 2018 Daniel Mach <dmach@redhat.com> - 0.17.0-1
b1be46c
- [conf] Add module_platform_id option.
b1be46c
- [module] Add ModulePackageContainer class.
b1be46c
- [module] Add ModulePersistor class.
b1be46c
- [sack] Module filtering made available in python API
b1be46c
- [sack] Module auto-enabling according to installed packages
b1be46c
2e05c59
* Fri Jul 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.16.1-3
2e05c59
- Rebuild for new binutils
2e05c59
ab2dcb9
* Fri Jul 27 2018 Daniel Mach <dmach@redhat.com> - 0.16.1-2
edda643
- [module] Implement 'module_hotfixes' conf option to skip filtering RPMs from hotfix repos.
edda643
- [goal] Fix distupgrade filter, allow downgrades.
edda643
- [context] Allow to set module platform in context.
edda643
- [module] Introduce proper modular dependency solving.
edda643
- [module] Platform pseudo-module based on /etc/os-release.
edda643
- [goal] Add Goal::listSuggested().
edda643
- [l10n] Support for translations, add gettext build dependency.
edda643
e6f566d
* Sun Jul 22 2018 Daniel Mach <dmach@redhat.com> - 0.16.0-1
e6f566d
- Fix RHSM plugin
e6f566d
- Add support for logging
e6f566d
- Bump minimal libmodulemd version to 1.6.1
e6f566d
e4ca295
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.2-2
e4ca295
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
e4ca295
22b4e0e
* Fri Jun 29 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.15.2-1
22b4e0e
- Update to 0.15.1
22b4e0e
- Resolves: rhbz#1595487
22b4e0e
e8b7251
* Fri Jun 29 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.15.1-2
e8b7251
- Restore proper ldconfig_scriptlets
e8b7251
4cc86ba
* Tue Jun 26 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.15.1-1
4cc86ba
- Update to 0.15.1
a5902b6
c3618d0
* Fri Jun 15 2018 Miro Hrončok <mhroncok@redhat.com> - 0.11.1-6
c3618d0
- Rebuilt for Python 3.7
c3618d0
f222894
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.1-5
f222894
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
f222894
Igor Gnatenko edcb1ba
* Tue Jan 30 2018 Igor Gnatenko <ignatenko@redhat.com> - 0.11.1-4
Igor Gnatenko edcb1ba
- Switch to %%ldconfig_scriptlets
Igor Gnatenko edcb1ba
9664c3c
* Tue Nov 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.1-3
9664c3c
- Use better Obsoletes for platform-python
9664c3c
Igor Gnatenko 78d33c3
* Fri Nov 03 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.11.1-2
Igor Gnatenko 78d33c3
- Remove platform-python subpackage
Igor Gnatenko 78d33c3
9425a0b
* Mon Oct 16 2017 Jaroslav Mracek <jmracek@redhat.com> - 0.11.1-1
9425a0b
- Rerelease of 0.11.1-1
9425a0b
- Improvement query performance
9425a0b
- Run file query in hy_subject_get_best_solution only for files (arguments that start with ``/`` or
9425a0b
  ``*/``)
9425a0b
- Resolves: rhbz#1498207 - DNF crash during upgrade installation F26 -> F27
9425a0b
Igor Gnatenko 78fdc8b
* Tue Oct 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.11.0-1
Igor Gnatenko 78fdc8b
- Update to 0.11.0
Igor Gnatenko 78fdc8b
Igor Gnatenko e96253c
* Mon Oct 02 2017 Jaroslav Mracek <jmracek@redhat.com> - 0.10.1-2
829e574
- Rerelease of 0.10.1-1
829e574
da1d568
* Wed Sep 27 2017 Jaroslav Mracek <jmracek@redhat.com> - 0.10.1-1
da1d568
- Update to 0.10.1
da1d568
- It improves query performance with name and arch filters. Also nevra filter will now
da1d568
  handle string with or without epoch.
da1d568
- Additionally for python bindings it renames NEVRA._has_just_name() to NEVRA.has_just_name() due
da1d568
  to movement of code into c part of library.
da1d568
- Resolves: rhbz#1260242 - --exclude does not affect dnf remove's removal of requirements
da1d568
- Resolves: rhbz#1485881 - DNF claims it cannot install package, which have been already installed
da1d568
- Resolves: rhbz#1361187 - [abrt] python-ipython-console: filter_updown(): python3.5 killed by SIGABRT
da1d568
Igor Gnatenko e649740
* Fri Sep 15 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.9.3-8
Igor Gnatenko e649740
- Disable platform python on old releases
Igor Gnatenko e649740
41be9f6
* Tue Aug 15 2017 Lumír Balhar <lbalhar@redhat.com> - 0.9.3-7
41be9f6
- Add platform-python subpackage
41be9f6
Igor Gnatenko d884f85
* Fri Aug 11 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.9.3-6
Igor Gnatenko d884f85
- Rebuilt after RPM update (№ 3)
Igor Gnatenko d884f85
Igor Gnatenko 150a78a
* Thu Aug 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.9.3-5
Igor Gnatenko 150a78a
- Rebuilt for RPM soname bump
Igor Gnatenko 150a78a
Igor Gnatenko 0582566
* Thu Aug 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.9.3-4
Igor Gnatenko 0582566
- Rebuilt for RPM soname bump
Igor Gnatenko 0582566
5ed3150
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.3-3
5ed3150
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
5ed3150
6743e20
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.3-2
6743e20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
6743e20
06fafda
* Mon Jul 24 2017 Jaroslav Mracek <jmracek@redhat.com> - 0.9.3-1
06fafda
- Update to 0.9.3
06fafda
Igor Gnatenko 8a2c2ce
* Sat Jul 01 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.9.2-1
Igor Gnatenko 8a2c2ce
- Update to 0.9.2
Igor Gnatenko 8a2c2ce
bfefa27
* Mon Jun 12 2017 Jaroslav Mracek <jmracek@redhat.com> - 0.9.1-1
bfefa27
- Update to 0.9.1
bfefa27
f4f3f6c
* Mon May 22 2017 Jaroslav Mracek <jmracek@redhat.com> - 0.9.0-1
f4f3f6c
- Update to 0.9.0
f4f3f6c
efe1828
* Tue May 02 2017 Jaroslav Mracek <jmracek@redhat.com> - 0.8.2-1
efe1828
- Update to 0.8.2
efe1828
Igor Gnatenko 3291e1f
* Fri Mar 24 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.8.1-1
Igor Gnatenko 3291e1f
- Update to 0.8.1
Igor Gnatenko 3291e1f
b0ecbe6
* Tue Mar 21 2017 Jaroslav Mracek <jmracek@redhat.com> - 0.8.0-1
b0ecbe6
- Update to 0.8.0
b0ecbe6
Igor Gnatenko eee582b
* Mon Feb 20 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.7.4-1
Igor Gnatenko eee582b
- Update to 0.7.4
Igor Gnatenko eee582b
Igor Gnatenko 824db4f
* Fri Feb 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.7.3-1
Igor Gnatenko 824db4f
- Update to 0.7.3
Igor Gnatenko 824db4f
701f8f3
* Wed Feb 08 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.7.2-1
701f8f3
- 0.7.2
701f8f3
bbda173
* Fri Jan 06 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.7.1-1
bbda173
- 0.7.1
bbda173
58c7811
* Wed Dec 21 2016 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.0-0.7gitf9b798c
58c7811
- Rebuild for Python 3.6
58c7811
fe6fa2e
* Mon Dec 19 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.7.0-0.6gitf9b798c
fe6fa2e
- Use new upstream URL
fe6fa2e
5e42288
* Tue Dec 13 2016 Stratakis Charalampos <cstratak@redhat.com> - 0.7.0-0.5gitf9b798c
5e42288
- Rebuild for Python 3.6
5e42288
414243f
* Tue Dec 06 2016 Martin Hatina <mhatina@redhat.com> - 0.7.0-0.4gitf9b798c
0ac08e5
- Increase conflict version of dnf
0ac08e5
3948834
* Thu Dec 01 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.7.0-0.3gitf9b798c
3948834
- Update to latest snapshot
3948834
Igor Gnatenko 263bf19
* Fri Nov 04 2016 Igor Gnatenko <ignatenko@redhat.com> - 0.7.0-0.2git8bd77f8
Igor Gnatenko 263bf19
- Update to latest snapshot
Igor Gnatenko 263bf19
10b3abe
* Thu Sep 29 2016 Igor Gnatenko <ignatenko@redhat.com> - 0.7.0-0.1git179c0a6
10b3abe
- Initial package