-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make TARGETS=dvb subpackages make TARGETS=img_tmpdir subpackages make TARGETS=input subpackages make TARGETS=radio subpackages make TARGETS=tesxt2speech subpackages make TARGETS=tty7 subpackages make TARGETS=ttyUSB0 subpackages Signed-off-by: Yariv Rachmani <[email protected]>
- Loading branch information
Showing
14 changed files
with
99 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
%global debug_package %{nil} | ||
|
||
Name: qm-mount-bind-tty7 | ||
Version: 0 | ||
Release: 1%{?dist} | ||
Summary: Drop-in configuration for QM containers to mount bind /dev/tty7 | ||
License: GPL-2.0-only | ||
URL: https://github.com/containers/qm | ||
Source0: %{url}/archive/v%{version}.tar.gz | ||
Source0: %{url}/archive/qm-tty7%{version}.tar.gz | ||
|
||
BuildArch: noarch | ||
Requires: qm = %{version}-%{release} | ||
|
@@ -15,7 +17,7 @@ This subpackage installs a drop-in configuration for QM containers to mount bind | |
This configuration is useful when graphical applications require access to the host’s GUI display server. | ||
|
||
%prep | ||
%autosetup -Sgit -n qm-%{version} | ||
%autosetup -Sgit -n qm-tty7-%{version} | ||
|
||
%build | ||
# No build required for configuration files | ||
|
@@ -25,11 +27,14 @@ This configuration is useful when graphical applications require access to the h | |
install -d %{buildroot}%{_sysconfdir}/containers/systemd/qm.container.d | ||
|
||
# Install the KVM drop-in configuration file | ||
install -m 644 %{_builddir}/qm-%{version}/etc/containers/systemd/qm.container.d/qm_dropin_mount_bind_tty7.conf \ | ||
install -m 644 %{_builddir}/qm-tty7-%{version}/etc/containers/systemd/qm.container.d/qm_dropin_mount_bind_tty7.conf \ | ||
%{buildroot}%{_sysconfdir}/containers/systemd/qm.container.d/qm_dropin_mount_bind_tty7.conf | ||
|
||
%files | ||
%license LICENSE | ||
%doc README.md SECURITY.md | ||
%{_sysconfdir}/containers/systemd/qm.container.d/qm_dropin_mount_bind_tty7.conf | ||
|
||
%changelog | ||
* Fri Jul 21 2023 RH Container Bot <[email protected]> | ||
- Added drop-in configuration to mount bind /dev/tty7. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.