!1 引入 LOCI 的构建文件

From: @dynos01 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2022-09-01 01:06:45 +00:00 committed by Gitee
commit ba81deacd9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 31 additions and 0 deletions

Binary file not shown.

31
loci.spec Normal file
View File

@ -0,0 +1,31 @@
Name: loci
Version: 2537db07aa3a3836cd215281e2fe2aa7923706b0
Release: 0
Summary: OpenStack LOCI is a project designed to quickly build Lightweight OCI compatible images of OpenStack services.
License: ASL 2.0
URL: https://opendev.org/openstack/loci
Source0: loci-%{version}.tar.gz
BuildArch: noarch
Requires: docker
%description
OpenStack LOCI is a project designed to quickly build Lightweight OCI compatible images of OpenStack services.
%prep
%setup -q -n loci-%{version}
%build
%install
install -d -m755 %{buildroot}%{_datadir}
cp -vr %{_builddir}/loci-%{version} %{buildroot}%{_datadir}/loci
%files
%{_datadir}/loci
%changelog
* Tue Aug 30 2022 dynos01 <i@dyn.im> - 2537db07aa3a3836cd215281e2fe2aa7923706b0-0
- Initial version