-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
split packaging: input now has it's own spec
Signed-off-by: Douglas Schilling Landgraf <[email protected]>
- Loading branch information
Showing
4 changed files
with
44 additions
and
47 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Name: qm_mount_bind_input | ||
Version: 0.6.8 | ||
Release: 1%{?dist} | ||
Summary: Drop-in configuration for QM containers to mount bind input devices | ||
License: GPL-2.0-only | ||
URL: https://github.com/containers/qm | ||
Source0: %{url}/archive/v%{version}.tar.gz | ||
BuildArch: noarch | ||
|
||
Requires: qm = %{version}-%{release} | ||
|
||
%description | ||
This sub-package installs drop-in configurations for QM containers to mount bind input devices. | ||
|
||
%prep | ||
%autosetup -Sgit -n qm-%{version} | ||
|
||
%install | ||
install -d %{buildroot}%{_sysconfdir}/qm/containers/containers.conf.d | ||
install -m 644 etc/qm/containers/containers.conf.d/qm_dropin_mount_bind_input.conf \ | ||
%{buildroot}%{_sysconfdir}/qm/containers/containers.conf.d/ | ||
|
||
%files | ||
%license LICENSE | ||
%doc README.md | ||
%{_sysconfdir}/qm/containers/containers.conf.d/qm_dropin_mount_bind_input.conf | ||
|
||
%changelog | ||
* Fri Jul 21 2023 RH Container Bot <[email protected]> | ||
- Added input mount bind drop-in configuration. |
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