aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-05-18 19:58:10 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-05-18 19:58:10 +0200
commitb84b5c6853f5cc64c2b42bbd96cf30b57285a2a6 (patch)
treed655f030cf3b18d6fe51edd7644302679091efa1
parent52c92f7c478baebd4b89f5aeb0ba8c1d2cca0b9a (diff)
downloadgnunet-rpm-b84b5c6853f5cc64c2b42bbd96cf30b57285a2a6.tar.gz
gnunet-rpm-b84b5c6853f5cc64c2b42bbd96cf30b57285a2a6.zip
fix
-rw-r--r--rpmbuild/SPECS/gnunet.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/rpmbuild/SPECS/gnunet.spec b/rpmbuild/SPECS/gnunet.spec
index f947ed5..1731c6a 100644
--- a/rpmbuild/SPECS/gnunet.spec
+++ b/rpmbuild/SPECS/gnunet.spec
@@ -3,7 +3,7 @@
3 3
4Name: gnunet 4Name: gnunet
5Version: 0.19.4 5Version: 0.19.4
6Release: 4%{?dist} 6Release: 5%{?dist}
7Summary: Framework for secure peer-to-peer networking 7Summary: Framework for secure peer-to-peer networking
8License: AGPL-3.0-or-later 8License: AGPL-3.0-or-later
9Group: Productivity/Networking/File-Sharing 9Group: Productivity/Networking/File-Sharing
@@ -259,6 +259,7 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/gnunet-uri.desktop
259%{_includedir}/%{name}/gnunet_bio_lib.h 259%{_includedir}/%{name}/gnunet_bio_lib.h
260%{_includedir}/%{name}/gnunet_buffer_lib.h 260%{_includedir}/%{name}/gnunet_buffer_lib.h
261%{_includedir}/%{name}/gnunet_client_lib.h 261%{_includedir}/%{name}/gnunet_client_lib.h
262%{_includedir}/%{name}/gnunet_configuration_lib.h
262%{_includedir}/%{name}/gnunet_container_lib.h 263%{_includedir}/%{name}/gnunet_container_lib.h
263%{_includedir}/%{name}/gnunet_getopt_lib.h 264%{_includedir}/%{name}/gnunet_getopt_lib.h
264%{_includedir}/%{name}/gnunet_helper_lib.h 265%{_includedir}/%{name}/gnunet_helper_lib.h
@@ -752,7 +753,6 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/gnunet-uri.desktop
752%{_includedir}/%{name}/gnunet_block_lib.h 753%{_includedir}/%{name}/gnunet_block_lib.h
753%{_includedir}/%{name}/gnunet_block_plugin.h 754%{_includedir}/%{name}/gnunet_block_plugin.h
754%{_includedir}/%{name}/gnunet_cadet_service.h 755%{_includedir}/%{name}/gnunet_cadet_service.h
755%{_includedir}/%{name}/gnunet_configuration_lib.h
756%{_includedir}/%{name}/gnunet_consensus_service.h 756%{_includedir}/%{name}/gnunet_consensus_service.h
757%{_includedir}/%{name}/gnunet_core_service.h 757%{_includedir}/%{name}/gnunet_core_service.h
758%{_includedir}/%{name}/gnunet_datacache_lib.h 758%{_includedir}/%{name}/gnunet_datacache_lib.h
@@ -933,6 +933,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/gnunet-uri.desktop
933 933
934 934
935%changelog 935%changelog
936* Thu May 18 2023 Martin Schanzenbach <schanzen@gnunet.org> - 0.19.4-5
937- Move gnunet_configuration_lib.h to libgnunet.
938
936* Thu May 18 2023 Martin Schanzenbach <schanzen@gnunet.org> - 0.19.4-4 939* Thu May 18 2023 Martin Schanzenbach <schanzen@gnunet.org> - 0.19.4-4
937- Better sort header distribution especially for libgnunet. 940- Better sort header distribution especially for libgnunet.
938 941