Name:           automotive-image-builder
Version:        0.2.1
Release:        1.dev84+d26127f%{?dist}
Summary:        A tool to build (and run) automotive images

License:        MIT
URL:            https://gitlab.com/CentOS/automotive/src/automotive-image-builder
Source0:        automotive-image-builder-0.2.1.dev84+d26127f.tar.gz

BuildArch:	noarch
BuildRequires:  make
Requires:       ostree
Requires:       python3-pyyaml

%description
Tool to build (and run) automotive images

%prep
%autosetup -n automotive-image-builder-0.2.1

%build


%install
%make_install

%files
%license LICENSE
%doc README.md
%{_bindir}/automotive-image-builder
%{_bindir}/automotive-image-runner
%{_prefix}/lib/automotive-image-builder

%changelog
* Fri Apr 26 2024 Alexander Larsson <alexl@redhat.com>
- Initial version