diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-05-15 22:20:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-15 22:20:04 +0200 |
commit | 7ede1594652003e1ec545dc5c98c44142dcdd7c3 (patch) | |
tree | c336eb07ee946b91c84417dfc7ae04791f149ec8 /contrib/spec/podman.spec.in | |
parent | 3057572fc1d7955fd0425c1a478c58d5e2488f53 (diff) | |
parent | a86aa4b1e92a7d53c932dd0b06c9f51bfce47e18 (diff) | |
download | podman-7ede1594652003e1ec545dc5c98c44142dcdd7c3.tar.gz podman-7ede1594652003e1ec545dc5c98c44142dcdd7c3.tar.bz2 podman-7ede1594652003e1ec545dc5c98c44142dcdd7c3.zip |
Merge pull request #3089 from baude/splittest
split remote tests from distro tests
Diffstat (limited to 'contrib/spec/podman.spec.in')
-rw-r--r-- | contrib/spec/podman.spec.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index d69b673e0..29c786ca6 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -185,6 +185,14 @@ Provides: bundled(golang(k8s.io/utils)) = 258e2a2fa64568210fbd6267cf1d8fd87c3cb8 %{repo} provides a library for applications looking to use the Container Pod concept popularized by Kubernetes. +%package remote +Summary: Remote Podman client + +%description -n podman-remote +%{summary} +This package provides the Podman remote client which +can be used to access Podman running on a server. + %if 0%{?with_devel} %package devel Summary: Library for applications looking to use Container Pods @@ -491,6 +499,11 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md %endif +%files -n podman-remote +%license LICENSE +%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md +%{_bindir}/%{name}-remote + %changelog * Sat Aug 4 2018 Dan Walsh <dwalsh@redhat.com> - 0.8.1-1.git6b4ab2a - Bump to v0.8.1 |