|
|
|
@ -1,7 +1,5 @@
|
|
|
|
|
%global release_commit_hash 7407cc3a27eb25ba4ddddeab565f67fd688324ed
|
|
|
|
|
|
|
|
|
|
Name: remmina
|
|
|
|
|
Version: 1.4.31
|
|
|
|
|
Version: 1.4.32
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Remote Desktop Client
|
|
|
|
|
License: GPL-2.0-or-later and MIT
|
|
|
|
@ -190,7 +188,7 @@ This package contains the x2go plugin for the Remmina remote desktop client.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%package plugins-python
|
|
|
|
|
Summary: Pyhton plugin for Remmina Remote Desktop Client
|
|
|
|
|
Summary: Python plugin for Remmina Remote Desktop Client
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description plugins-python
|
|
|
|
@ -214,7 +212,7 @@ This package contains Remmina kiosk mode, including a Gnome Shell session
|
|
|
|
|
that shows up under the display manager session menu.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1 -n Remmina-v%{version}-%{release_commit_hash}
|
|
|
|
|
%autosetup -p1 -n Remmina-v%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%cmake \
|
|
|
|
@ -333,6 +331,18 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdat
|
|
|
|
|
%{_mandir}/man1/remmina-gnome.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Sep 15 2023 Jonathan Wright <jonathan@almalinux.org> - 1.4.32-1
|
|
|
|
|
- Update to 1.4.32 rhbz#2239158
|
|
|
|
|
|
|
|
|
|
* Tue Aug 22 2023 René Genz <liebundartig@freenet.de> - 1.4.31-4
|
|
|
|
|
- Fix typing mistake
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.31-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 1.4.31-2
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
* Wed Jun 07 2023 Phil Wyett <philip.wyett@kathenas.org> - 1.4.31-1
|
|
|
|
|
- New upstream version 1.4.31.
|
|
|
|
|
- Remove no longer needed patches.
|
|
|
|
|