Files
HydrosRPM/hydros-containers/hydros-containers.spec
Eriq Taing 26f06c28c0
All checks were successful
Build hydros-containers / Build and push image (push) Successful in 1m41s
[hydros-containers] corrected file path
2026-03-30 11:28:58 -04:00

26 lines
678 B
RPMSpec

Name: hydros-containers
Version: 0.0.2
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/registries.d/ %{_builddir}/%{name}-%{version}/git.hydrosaber.com-hydros.yaml
%files
%{_sysconfdir}/containers/registries.d/git.hydrosaber.com-hydros.yaml
%changelog
* Mon Mar 30 2026 Eriq Taing <eriq12@protonmail.com>
- removed policy.json due to conflicts
* Mon Mar 30 2026 Eriq Taing <eriq12@protonmail.com>
- First version packaged