commit 7e2271dd86803a19b0182076d79b3496eae4850a
parent 38ace62786f87ef77e30589b44a4cc4dd96ad18f
Author: Yosl <yosl@seattlemesh.net>
Date: Sat, 27 Mar 2021 13:56:37 -0400
License notation fixed, changelog updated
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/rpmbuild/SPECS/gnunet-fedora.spec b/rpmbuild/SPECS/gnunet-fedora.spec
@@ -10,7 +10,7 @@ Release: 1~%{?suse_version}
Release: 1~%{?dist}
%endif
Summary: Framework for secure peer-to-peer networking
-License: AGPL-3.0
+License: AGPLv3
Group: Productivity/Networking/File-Sharling
URL: https://%{name}.org
%undefine _disable_source_fetch
@@ -156,6 +156,7 @@ authselect apply-changes
%postun
%files
+# AGPLv3
%attr(0700, %{gnunetuser}, %{gnunetuser})
%license %{_datadir}/%{name}/LICENSE
%doc %{_defaultdocdir}/%{name}/COPYING
@@ -941,6 +942,9 @@ authselect apply-changes
/%{_datadir}/%{name}/config.d/conversation.conf
%changelog
+* Sat Mar 27 2021 Joseph Burchetta <joseph@seattlemesh.net> - 0.14.0
+- Updated for Fedora 34
+- Fixed package license details
* Thu Jul 09 2020 Joseph Burchetta <joseph@seattlemesh.net> - 0.13.0
- ARMv7 packaged
- Update for Fedora 32