diff --git a/gnuradio.spec b/gnuradio.spec index eb65f08..87cd408 100644 --- a/gnuradio.spec +++ b/gnuradio.spec @@ -22,10 +22,10 @@ Name: gnuradio Version: 3.8.0.0 -Release: 7%{?alphatag:.%{alphatag}}%{?dist} +Release: 8%{?alphatag:.%{alphatag}}%{?dist} Summary: Software defined radio framework -License: GPLv3 +License: GPLv3+ URL: https://www.gnuradio.org/ #Source0: http://gnuradio.org/releases/gnuradio/gnuradio-%%{version}%%{?alphatag}.tar.xz #Source0: http://gnuradio.org/releases/gnuradio/gnuradio-%%{version}.tar.gz @@ -157,7 +157,6 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/gnuradio-grc.desktop # Remove extraneous desktop/icon/mime files rm -r %{buildroot}%{_datadir}/%{name}/grc/freedesktop rm -r %{buildroot}%{_datadir}/icons/gnome - %ldconfig_scriptlets @@ -196,6 +195,10 @@ rm -r %{buildroot}%{_datadir}/icons/gnome %{_datadir}/gnuradio/examples %changelog +* Wed Mar 12 2025 Jaroslav Škarvada - 3.8.0.0-8 +- Fixed license tag + Resolves: rhbz#2346825 + * Tue Mar 24 2020 Jaroslav Škarvada - 3.8.0.0-7 - Added requirement on python3-six and python3-mako