[hydros-containers] Introduced package

This commit is contained in:
2026-03-30 01:28:51 -04:00
parent 6da2d9274d
commit 425e2ad22d
3 changed files with 123 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
Name: hydros-containers
Version: 0.0.1
Release: %autorelease
Summary: The bundle of configuration overrides for containers for HydrOS
BuildArch: noarch
License: GPL
Source0: source.tar.gz
%description
%prep
%autosetup -C
%install
install -Dm0444 -t %{buildroot}%{_sysconfdir}/containers/ %{_builddir}/%{name}-%{version}/policy.json
install -Dm0444 -t %{buildroot}%{_sysconfdir}/containers/registries.d/ %{_builddir}/%{name}-%{version}/registries.d/git.hydrosaber.com-hydros.yaml
%files
%{_sysconfdir}/containers/policy.json
%{_sysconfdir}/containers/registries.d/git.hydrosaber.com-hydros.yaml
%changelog
* Mon Mar 30 2026 Eriq Taing <eriq12@protonmail.com>
- First version packaged