SHA256
1
0
forked from pool/libdnf

6 Commits

Author SHA256 Message Date
2439a101e6 Accepting request 1254413 from system:packagemanager:dnf
OBS-URL: https://build.opensuse.org/request/show/1254413
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdnf?expand=0&rev=41
2025-03-20 18:23:47 +00:00
d3cbdfc7e9 New upstream release 0.74.0
OBS-URL: https://build.opensuse.org/package/show/system:packagemanager:dnf/libdnf?expand=0&rev=102
2025-03-19 13:05:47 +00:00
0e4d016d6b Accepting request 1244410 from system:packagemanager:dnf
OBS-URL: https://build.opensuse.org/request/show/1244410
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdnf?expand=0&rev=40
2025-02-10 16:22:50 +00:00
cf2d0c21a1 libdnf 0.73.4
OBS-URL: https://build.opensuse.org/package/show/system:packagemanager:dnf/libdnf?expand=0&rev=100
2025-02-08 21:21:58 +00:00
ea89455351 Accepting request 1210017 from system:packagemanager:dnf
OBS-URL: https://build.opensuse.org/request/show/1210017
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdnf?expand=0&rev=39
2024-10-21 14:25:15 +00:00
4a8ac0314e - version update to 0.73.3
* Support colon in username, use LRO_USERNAME and LRO_PASSWORD
  * Set pool flag to fix pool_addfileprovides_queue() without filelists.xml
  * Fix a memory leak in glob_for_cachedir()

OBS-URL: https://build.opensuse.org/package/show/system:packagemanager:dnf/libdnf?expand=0&rev=98
2024-10-20 12:55:25 +00:00
4 changed files with 41 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b35bfaa84d10300f07070a2c83446bfc8d748fcb42a4432f33b0d21117205cd
size 1208126

BIN
libdnf-0.74.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Wed Mar 19 08:28:45 UTC 2025 - Dan Čermák <dcermak@suse.com>
- New upstream release 0.74.0
* Update ko.po
* Split $releasever to $releasever_major and $releasever_minor in the C API
* Merge `bootc` branch to master
* ConfigParser: make splitReleasever public
* C API: Detect releasever_major, releasever_minor from provides
* C API: support shell-style variable substitution
* module: Warn if module config file is inaccessible
* Enable automatic PR reviews
-------------------------------------------------------------------
Sat Feb 8 21:16:49 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 0.73.4:
* Set POOL_FLAG_ADDFILEPROVIDESFILTERED only when not loading
filelists
- make libdnf-repo-config-zypp noarch
-------------------------------------------------------------------
Wed Sep 4 07:36:10 UTC 2024 - pgajdos@suse.com
- version update to 0.73.3
* Support colon in username, use LRO_USERNAME and LRO_PASSWORD
* Set pool flag to fix pool_addfileprovides_queue() without filelists.xml
* Fix a memory leak in glob_for_cachedir()
-------------------------------------------------------------------
Tue Jul 30 12:52:19 UTC 2024 - pgajdos@suse.com

View File

@@ -3,6 +3,7 @@
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2023 Neal Gompa <ngompa@opensuse.org>.
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +20,7 @@
%global libsolv_version 0.7.21
%global libmodulemd_version 2.13.0
%global librepo_version 1.15.0
%global librepo_version 1.18.0
%global dnf_conflict 4.11.0
%global swig_version 3.0.12
@@ -34,7 +35,7 @@
%define devname %{name}-devel
Name: libdnf
Version: 0.73.2
Version: 0.74.0
Release: 0
Summary: Library providing C and Python APIs atop libsolv
License: LGPL-2.1-or-later
@@ -157,6 +158,7 @@ Requires: (product(SUSE_SLE) or suse-release)
# Only one instance of this package may be installed at a time...
Provides: rpm-repos-openSUSE
Conflicts: rpm-repos-openSUSE
BuildArch: noarch
%description repo-config-zypp
This package allows libdnf and all consumers to be able to reuse
@@ -217,22 +219,27 @@ ln -sr %{buildroot}%{_sysconfdir}/zypp/repos.d %{buildroot}%{_sysconfdir}/distro
%{_libdir}/%{name}/plugins/README
%files -n python3-%{name}
%license COPYING
%{python3_sitearch}/%{name}/
%{python3_sitearch}/%{name}-%{version}.dist-info/
%files -n %{devname}
%license COPYING
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/%{name}/
%{_datadir}/gtk-doc/html/%{name}/
%files -n hawkey-man
%license COPYING
%{_mandir}/man3/hawkey.3*
%files -n python3-hawkey
%license COPYING
%{python3_sitearch}/hawkey/
%files repo-config-zypp
%license COPYING
# Co-own the zypp repos dir
%dir %{_sysconfdir}/zypp
%dir %{_sysconfdir}/zypp/repos.d