gnunet-rpm

GNUnet RPM package rules
Log | Files | Refs | README

commit b84b5c6853f5cc64c2b42bbd96cf30b57285a2a6
parent 52c92f7c478baebd4b89f5aeb0ba8c1d2cca0b9a
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Thu, 18 May 2023 19:58:10 +0200

fix

Diffstat:
Mrpmbuild/SPECS/gnunet.spec | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/rpmbuild/SPECS/gnunet.spec b/rpmbuild/SPECS/gnunet.spec @@ -3,7 +3,7 @@ Name: gnunet Version: 0.19.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Framework for secure peer-to-peer networking License: AGPL-3.0-or-later Group: Productivity/Networking/File-Sharing @@ -259,6 +259,7 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/gnunet-uri.desktop %{_includedir}/%{name}/gnunet_bio_lib.h %{_includedir}/%{name}/gnunet_buffer_lib.h %{_includedir}/%{name}/gnunet_client_lib.h +%{_includedir}/%{name}/gnunet_configuration_lib.h %{_includedir}/%{name}/gnunet_container_lib.h %{_includedir}/%{name}/gnunet_getopt_lib.h %{_includedir}/%{name}/gnunet_helper_lib.h @@ -752,7 +753,6 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/gnunet-uri.desktop %{_includedir}/%{name}/gnunet_block_lib.h %{_includedir}/%{name}/gnunet_block_plugin.h %{_includedir}/%{name}/gnunet_cadet_service.h -%{_includedir}/%{name}/gnunet_configuration_lib.h %{_includedir}/%{name}/gnunet_consensus_service.h %{_includedir}/%{name}/gnunet_core_service.h %{_includedir}/%{name}/gnunet_datacache_lib.h @@ -933,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-5 +- Move gnunet_configuration_lib.h to libgnunet. + * Thu May 18 2023 Martin Schanzenbach <schanzen@gnunet.org> - 0.19.4-4 - Better sort header distribution especially for libgnunet.