gnunet-rpm

GNUnet RPM package rules
Log | Files | Refs | README

commit 7b3eff948255f815ecc5e9878f3823fb3cc06bba
parent 1305552a3048b1b6e089615c27a913a2431e96c0
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Thu, 18 May 2023 15:49:30 +0200

fix broken libgnunetutil

Diffstat:
Mrpmbuild/SPECS/gnunet.spec | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/rpmbuild/SPECS/gnunet.spec b/rpmbuild/SPECS/gnunet.spec @@ -108,6 +108,7 @@ Files needed to develop GNUnet applications and services. # gnunet-postgresql-plugins %package -n libgnunetpq +Requires: libgnunet%{?_isa} = %{version}-%{release} BuildRequires: libpq-devel Recommends: postgresql-server Summary: The GNUnet PostgreSQL library @@ -245,6 +246,7 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/gnunet-uri.desktop %{_includedir}/%{name}/gettext.h %{_includedir}/%{name}/gnunet_bio_lib.h %{_includedir}/%{name}/gnunet_buffer_lib.h +%{_includedir}/%{name}/gnunet_bandwidth_lib.h %{_includedir}/%{name}/gnunet_constants.h %{_includedir}/%{name}/gnunet_applications.h %{_includedir}/%{name}/gnunet_arm_service.h @@ -736,7 +738,6 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/gnunet-uri.desktop %{_includedir}/%{name}/gnunet_ats_plugin.h %{_includedir}/%{name}/gnunet_ats_service.h %{_includedir}/%{name}/gnunet_ats_transport_service.h -%{_includedir}/%{name}/gnunet_bandwidth_lib.h %{_includedir}/%{name}/gnunet_block_group_lib.h %{_includedir}/%{name}/gnunet_block_lib.h %{_includedir}/%{name}/gnunet_block_plugin.h @@ -932,6 +933,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/gnunet-uri.desktop %changelog +* Thu May 18 2023 Martin Schanzenbach <schanzen@gnunet.org> - 0.19.4-3 +- Fix broken libgnunetutil and missing gnunet_bandwidth_lib.h + * Thu May 18 2023 Martin Schanzenbach <schanzen@gnunet.org> - 0.19.4-2 - Separate out postgres/mysql utility libraries in preparation for Taler packages.