This repository has been archived by the owner on Jul 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Antonio Murdaca <[email protected]>
- Loading branch information
Showing
2 changed files
with
7 additions
and
5 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 |
---|---|---|
|
@@ -94,7 +94,7 @@ Name: %{repo} | |
Epoch: 2 | ||
%endif | ||
Version: 1.12.0 | ||
Release: 4.git%{shortcommit0}%{?dist} | ||
Release: 5.git%{shortcommit0}%{?dist} | ||
Summary: Automates deployment of containerized applications | ||
License: ASL 2.0 | ||
URL: https://%{provider}.%{provider_tld}/projectatomic/%{repo} | ||
|
@@ -618,8 +618,7 @@ install -p -m 755 runc-%{commit6}/runc %{buildroot}%{_libexecdir}/%{repo}/%{repo | |
#install docker-containerd | ||
install -d %{buildroot}%{_libexecdir}/%{repo} | ||
install -p -m 755 containerd-%{commit7}/bin/containerd %{buildroot}%{_libexecdir}/%{repo}/%{repo}-containerd | ||
# docker-containerd-shim has to stay in $PATH | ||
install -p -m 755 containerd-%{commit7}/bin/containerd-shim %{buildroot}%{_bindir}/%{repo}-containerd-shim | ||
install -p -m 755 containerd-%{commit7}/bin/containerd-shim %{buildroot}%{_libexecdir}/%{repo}/%{repo}-containerd-shim | ||
install -p -m 755 containerd-%{commit7}/bin/ctr %{buildroot}%{_libexecdir}/%{repo}/%{repo}-ctr | ||
|
||
# for additional args | ||
|
@@ -780,7 +779,7 @@ exit 0 | |
# >= 1.11 specific | ||
%{_libexecdir}/%{repo}/%{repo}-runc | ||
%{_libexecdir}/%{repo}/%{repo}-containerd | ||
%{_bindir}/%{repo}-containerd-shim | ||
%{_libexecdir}/%{repo}/%{repo}-containerd-shim | ||
%{_libexecdir}/%{repo}/%{repo}-ctr | ||
|
||
%if 0%{?with_devel} | ||
|
@@ -832,6 +831,9 @@ exit 0 | |
%{_datadir}/rhel/secrets/rhsm | ||
|
||
%changelog | ||
* Wed Aug 03 2016 Antonio Murdaca <[email protected]> - 2:1.12.0-5.gitad4812e | ||
- rebuilt to use custom containerd-shim | ||
|
||
* Wed Aug 03 2016 Antonio Murdaca <[email protected]> - 2:1.12.0-4.gitad4812e | ||
- Resolves: #1362623 | ||
|
||
|