Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 481a5f0cdd | |||
| 4e5594da97 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:56e9f9618be839eb9378255ffe59db13aa221704c4d4d8f154e184da4625faf8
|
|
||||||
size 1062275
|
|
||||||
3
RemoteBox-3.4.tar.bz2
Normal file
3
RemoteBox-3.4.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a08592962fe973e92a32462a91e1ebddf66c856507c7a79ca806577fa7e5da29
|
||||||
|
size 1066036
|
||||||
@@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 9 15:53:27 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.4
|
||||||
|
* This release is really to address a major RDP display issue
|
||||||
|
* Set RDP auth method to negotiate when creating new guests
|
||||||
|
(quick fix for the remote display not opening on newly created guests)
|
||||||
|
* Changes to the xfreerdp, rdesktop and remmina presets to increase
|
||||||
|
compatibility
|
||||||
|
* IMPORTANT: With RemoteBox 3.4 if you still have a guest that won't open
|
||||||
|
it's display. Simply Edit it's settings, go to Display->Remote Display
|
||||||
|
then press save. This will update some internal settings
|
||||||
|
|
||||||
|
- renamed RemoteBox-3.3_fix-env-script-interpreter.patch to
|
||||||
|
fix-env-script-interpreter.patch
|
||||||
|
|
||||||
|
- dropped remotebox.pdf as the only official documentation is now the website
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 30 11:30:58 UTC 2024 - Christian Galeffi <chri@gallochri.com>
|
Mon Sep 30 11:30:58 UTC 2024 - Christian Galeffi <chri@gallochri.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package RemoteBox
|
# spec file for package RemoteBox
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -23,15 +23,14 @@
|
|||||||
# to remotebox so filter it
|
# to remotebox so filter it
|
||||||
%global __provides_exclude ^perl\\(vboxService\\)
|
%global __provides_exclude ^perl\\(vboxService\\)
|
||||||
Name: RemoteBox
|
Name: RemoteBox
|
||||||
Version: 3.3
|
Version: 3.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A VirtualBox client with remote management
|
Summary: A VirtualBox client with remote management
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/Emulators/PC
|
Group: System/Emulators/PC
|
||||||
URL: http://knobgoblin.org.uk
|
URL: http://knobgoblin.org.uk
|
||||||
Source0: http://knobgoblin.org.uk/downloads/%{name}-%{version}.tar.bz2
|
Source0: http://knobgoblin.org.uk/downloads/%{name}-%{version}.tar.bz2
|
||||||
Source1: http://knobgoblin.org.uk/docs/remotebox.pdf
|
Patch0: fix-env-script-interpreter.patch
|
||||||
Patch0: RemoteBox-3.3_fix-env-script-interpreter.patch
|
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: freerdp
|
Requires: freerdp
|
||||||
@@ -52,7 +51,6 @@ communicate with and manage a VirtualBox server installation.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p0
|
%autosetup -p0
|
||||||
install -m 0644 %{SOURCE1} .
|
|
||||||
# Set the locations of Remotebox's files
|
# Set the locations of Remotebox's files
|
||||||
sed -i 's|\$Bin/share/remotebox|%{_datadir}/%{name}|g' remotebox
|
sed -i 's|\$Bin/share/remotebox|%{_datadir}/%{name}|g' remotebox
|
||||||
sed -i 's|\$Bin/docs|%{_docdir}/%{name}|g' remotebox
|
sed -i 's|\$Bin/docs|%{_docdir}/%{name}|g' remotebox
|
||||||
@@ -101,7 +99,7 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license docs/COPYING
|
%license docs/COPYING
|
||||||
%doc docs/changelog.txt remotebox.pdf
|
%doc docs/changelog.txt
|
||||||
%dir %{_datadir}/appdata
|
%dir %{_datadir}/appdata
|
||||||
%{_datadir}/appdata/%{name}.appdata.xml
|
%{_datadir}/appdata/%{name}.appdata.xml
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
|
|||||||
@@ -6,5 +6,5 @@ Index: remotebox
|
|||||||
-#!/usr/bin/env perl
|
-#!/usr/bin/env perl
|
||||||
+#!/usr/bin/perl
|
+#!/usr/bin/perl
|
||||||
# ^^^ You may need to change this to the location of your perl interpreter
|
# ^^^ You may need to change this to the location of your perl interpreter
|
||||||
# RemoteBox v3.3 (c) 2010-2024 Ian Chapman. Licenced under the terms of the GPL
|
# RemoteBox v3.4 (c) 2010-2024 Ian Chapman. Licenced under the terms of the GPL
|
||||||
use strict;
|
use strict;
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4c6088cb985632da46e391902ab7501929f177a6721cfdf4c7102711b858592a
|
|
||||||
size 357470
|
|
||||||
Reference in New Issue
Block a user