forked from pool/libdnf
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 2439a101e6 | |||
| d3cbdfc7e9 | |||
| 0e4d016d6b | |||
| cf2d0c21a1 | |||
| ea89455351 | |||
| 4a8ac0314e |
@@ -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
BIN
libdnf-0.74.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -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
|
||||
|
||||
|
||||
11
libdnf.spec
11
libdnf.spec
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user