Add unit files to the copr spec

Signed-off-by: baude <bbaude@redhat.com>

Closes: #665
Approved by: baude
This commit is contained in:
baude
2018-04-24 14:47:05 -05:00
committed by Atomic Bot
parent 398133e042
commit bef93de431

View File

@ -361,6 +361,7 @@ GOPATH=$GOPATH BUILDTAGS=$BUILDTAGS %gobuild -o bin/%{name} %{import_path}/cmd/%
BUILDTAGS=$BUILDTAGS make docs
%install
install -dp %{buildroot}%{_unitdir}
%make_install PREFIX=%{buildroot}%{_prefix} install install.completions
# source codes for building projects
@ -438,6 +439,8 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_mandir}/man5/*.5*
%{_datadir}/bash-completion/completions/*
%config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist
%{_unitdir}/io.%{project}.%{name}.service
%{_unitdir}/io.%{project}.%{name}.socket
%if 0%{?with_devel}
%files -n libpod-devel -f devel.file-list