Use GFDL abbreviation as GFDLv1.1+ is not listed

Related: #1996636
This commit is contained in:
Benjamin Berg 2021-08-26 14:29:31 +02:00
parent 6763cef86b
commit d2887ce25a

View File

@ -1,6 +1,6 @@
Name: fprintd
Version: 1.94.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: D-Bus service for Fingerprint reader access
License: GPLv2+
@ -46,7 +46,7 @@ authentication.
%package devel
Summary: Development files for %{name}
Requires: %{name} = %{version}-%{release}
License: GFDLv1.1+
License: GFDL
BuildArch: noarch
%description devel
@ -96,6 +96,9 @@ fi
%{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Manager.xml
%changelog
* Thu Aug 26 2021 Benjamin Berg <bberg@redhat.com> - 1.94.0-3
- Use GFDL abbreviation as GFDLv1.1+ is not listed
* Wed Aug 25 2021 Benjamin Berg <bberg@redhat.com> - 1.94.0-2
- Pull in build/test fixes from upstream
Related: #1996636