forked from pool/RemoteBox
Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 481a5f0cdd | |||
| 4e5594da97 | |||
| c4eff76dc9 | |||
| 8d120b4fbc | |||
| c2b3571dd9 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9e538f7a977876ceb02b1a1a06b3201ee3548ec20fa5e9ec52f1f66071ec8148
|
|
||||||
size 1037529
|
|
||||||
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,4 +1,45 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
-Update to 3.3
|
||||||
|
*RemoteBox now requires VirtualBox 7.1.x.
|
||||||
|
*Updated OS icons.
|
||||||
|
*Added support for VirtioSound Audio Controller.
|
||||||
|
*Implemented refresh function for guest logs, the button was
|
||||||
|
available but actually did nothing.
|
||||||
|
*Changed the default freerdp client preset. VirtualBox now issues
|
||||||
|
self-signed certs on RDP connections, the new default ignores
|
||||||
|
certificate verification as RemoteBox cannot prompt you.
|
||||||
|
*Added Remmina as a VNC/RDP client preset.
|
||||||
|
*Significant work on removing dependence on Glade and GTKBuilder.
|
||||||
|
*VirtualBox now uses self-signed certs on RDP connections.
|
||||||
|
You will need to reset your RDP settings in the RemoteBox
|
||||||
|
Preferences -> Guest Display Tab, by selecting a preset.
|
||||||
|
*RemoteBox 3.3 requires the Perl module Time-HiRes to be installed
|
||||||
|
if not already.
|
||||||
|
*RemoteBox 3.3 should run on ARM based Macs fine, but using ARM
|
||||||
|
based Macs as the server is NOT supported.
|
||||||
|
-RemoteBox-3.0_fix-env-script-interpreter.patch update to
|
||||||
|
RemoteBox-3.3_fix-env-script-interpreter.patch
|
||||||
|
-------------------------------------------------------------------
|
||||||
Wed May 15 07:44:27 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
Wed May 15 07:44:27 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
- Use %autosetup macro: allows us to eliminate usage of deprecated
|
- Use %autosetup macro: allows us to eliminate usage of deprecated
|
||||||
|
|||||||
@@ -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.2
|
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.0_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.1 (c) 2010-2022 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