Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libdnf.git#1400e2bd05450f0f282e693ec4c822e9fefa45af
This commit is contained in:
parent
94a11a52ee
commit
636af97159
1
.gitignore
vendored
1
.gitignore
vendored
@ -46,3 +46,4 @@
|
||||
/libdnf-0.48.0.tar.gz
|
||||
/libdnf-0.54.2.tar.gz
|
||||
/libdnf-0.55.0.tar.gz
|
||||
/libdnf-0.55.2.tar.gz
|
||||
|
25
libdnf.spec
25
libdnf.spec
@ -5,7 +5,7 @@
|
||||
%global swig_version 3.0.12
|
||||
%global libdnf_major_version 0
|
||||
%global libdnf_minor_version 55
|
||||
%global libdnf_micro_version 0
|
||||
%global libdnf_micro_version 2
|
||||
|
||||
%define __cmake_in_source_build 1
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
|
||||
Name: libdnf
|
||||
Version: %{libdnf_major_version}.%{libdnf_minor_version}.%{libdnf_micro_version}
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Library providing simplified C and Python API to libsolv
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/rpm-software-management/libdnf
|
||||
@ -90,9 +90,9 @@ BuildRequires: gettext
|
||||
BuildRequires: gpgme-devel
|
||||
|
||||
%if %{with sanitizers}
|
||||
BuildRequires: libasan-static
|
||||
BuildRequires: liblsan-static
|
||||
BuildRequires: libubsan-static
|
||||
BuildRequires: libasan
|
||||
BuildRequires: liblsan
|
||||
BuildRequires: libubsan
|
||||
%endif
|
||||
|
||||
Requires: libmodulemd%{?_isa} >= %{libmodulemd_version}
|
||||
@ -280,6 +280,9 @@ popd
|
||||
%dir %{_libdir}/libdnf/
|
||||
%dir %{_libdir}/libdnf/plugins/
|
||||
%{_libdir}/libdnf/plugins/README
|
||||
%if %{with sanitizers}
|
||||
%{_sysconfdir}/profile.d/dnf-sanitizers.sh
|
||||
%endif
|
||||
|
||||
%files devel
|
||||
%doc %{_datadir}/gtk-doc/html/%{name}/
|
||||
@ -308,7 +311,17 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon 23 Nov 2020 Nicola Sella <nsella@redhat.com> - 0.55.0-1
|
||||
* Wed Dec 02 2020 Nicola Sella <nsella@redhat.com> - 0.55.2-1
|
||||
- Update to 0.55.2
|
||||
- Improve performance of query installed() and available()
|
||||
- Swdb: Add a method to get the current transaction
|
||||
- [modules] Add special handling for src artifacts (RhBug:1809314)
|
||||
- Better msgs if "basecachedir" or "proxy_password" isn't set (RhBug:1888946)
|
||||
- Add new options module_stream_switch
|
||||
- Support allow_vendor_change setting in dnf context API
|
||||
- Fix couple of sanitizer builds in specfile
|
||||
|
||||
* Mon Nov 23 2020 Nicola Sella <nsella@redhat.com> - 0.55.0-1
|
||||
- Update to 0.55.0
|
||||
- Add vendor to dnf API (RhBug:1876561)
|
||||
- Add formatting function for solver error
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libdnf-0.55.0.tar.gz) = 79508f0f223140e73cd908af0f410c8a0da1e46433a2da1e6c5e1df574090fae62f40513bbcf11442a37ab747b98a4c1e0bc56dad992a1c412acdfc3eb9e822d
|
||||
SHA512 (libdnf-0.55.2.tar.gz) = 1c2844e6ba2e53287d5c67b9e01b7c6731d867bb5c23846261b40234979cc0ccb92916c429ed5e106af3e94115c288ffafa92981dd7833e65c5015912465043f
|
||||
|
Loading…
Reference in New Issue
Block a user