aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-05-18 15:49:30 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-05-18 15:49:30 +0200
commit7b3eff948255f815ecc5e9878f3823fb3cc06bba (patch)
tree05b2129feed80fe1b5a6e56fdb691cac5f3f6166
parent1305552a3048b1b6e089615c27a913a2431e96c0 (diff)
downloadgnunet-rpm-7b3eff948255f815ecc5e9878f3823fb3cc06bba.tar.gz
gnunet-rpm-7b3eff948255f815ecc5e9878f3823fb3cc06bba.zip
fix broken libgnunetutil
-rw-r--r--rpmbuild/SPECS/gnunet.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/rpmbuild/SPECS/gnunet.spec b/rpmbuild/SPECS/gnunet.spec
index 1770d0e..17c69fc 100644
--- a/rpmbuild/SPECS/gnunet.spec
+++ b/rpmbuild/SPECS/gnunet.spec
@@ -108,6 +108,7 @@ Files needed to develop GNUnet applications and services.
108 108
109# gnunet-postgresql-plugins 109# gnunet-postgresql-plugins
110%package -n libgnunetpq 110%package -n libgnunetpq
111Requires: libgnunet%{?_isa} = %{version}-%{release}
111BuildRequires: libpq-devel 112BuildRequires: libpq-devel
112Recommends: postgresql-server 113Recommends: postgresql-server
113Summary: The GNUnet PostgreSQL library 114Summary: The GNUnet PostgreSQL library
@@ -245,6 +246,7 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/gnunet-uri.desktop
245%{_includedir}/%{name}/gettext.h 246%{_includedir}/%{name}/gettext.h
246%{_includedir}/%{name}/gnunet_bio_lib.h 247%{_includedir}/%{name}/gnunet_bio_lib.h
247%{_includedir}/%{name}/gnunet_buffer_lib.h 248%{_includedir}/%{name}/gnunet_buffer_lib.h
249%{_includedir}/%{name}/gnunet_bandwidth_lib.h
248%{_includedir}/%{name}/gnunet_constants.h 250%{_includedir}/%{name}/gnunet_constants.h
249%{_includedir}/%{name}/gnunet_applications.h 251%{_includedir}/%{name}/gnunet_applications.h
250%{_includedir}/%{name}/gnunet_arm_service.h 252%{_includedir}/%{name}/gnunet_arm_service.h
@@ -736,7 +738,6 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/gnunet-uri.desktop
736%{_includedir}/%{name}/gnunet_ats_plugin.h 738%{_includedir}/%{name}/gnunet_ats_plugin.h
737%{_includedir}/%{name}/gnunet_ats_service.h 739%{_includedir}/%{name}/gnunet_ats_service.h
738%{_includedir}/%{name}/gnunet_ats_transport_service.h 740%{_includedir}/%{name}/gnunet_ats_transport_service.h
739%{_includedir}/%{name}/gnunet_bandwidth_lib.h
740%{_includedir}/%{name}/gnunet_block_group_lib.h 741%{_includedir}/%{name}/gnunet_block_group_lib.h
741%{_includedir}/%{name}/gnunet_block_lib.h 742%{_includedir}/%{name}/gnunet_block_lib.h
742%{_includedir}/%{name}/gnunet_block_plugin.h 743%{_includedir}/%{name}/gnunet_block_plugin.h
@@ -932,6 +933,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/gnunet-uri.desktop
932 933
933 934
934%changelog 935%changelog
936* Thu May 18 2023 Martin Schanzenbach <schanzen@gnunet.org> - 0.19.4-3
937- Fix broken libgnunetutil and missing gnunet_bandwidth_lib.h
938
935* Thu May 18 2023 Martin Schanzenbach <schanzen@gnunet.org> - 0.19.4-2 939* Thu May 18 2023 Martin Schanzenbach <schanzen@gnunet.org> - 0.19.4-2
936- Separate out postgres/mysql utility libraries in preparation for Taler packages. 940- Separate out postgres/mysql utility libraries in preparation for Taler packages.
937 941