diff --git a/skopeo.spec b/skopeo.spec index 42059d7..d690ea1 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -46,7 +46,7 @@ Epoch: 1 Epoch: 2 %endif Version: 1.0.1 -Release: 11.dev.git%{shortcommit0}%{?dist} +Release: 12.dev.git%{shortcommit0}%{?dist} Summary: Inspect container images and repositories on registries License: ASL 2.0 URL: %{git0} @@ -66,6 +66,7 @@ Source12: containers-registries.d.5.md Source13: containers.conf Source14: containers.conf.5.md Source15: containers-auth.json.5.md +Source16: containers-registries.conf.d.5.md %if 0%{?fedora} BuildRequires: go-srpm-macros @@ -327,6 +328,7 @@ go-md2man -in %{SOURCE11} -out %{buildroot}%{_mandir}/man5/containers-certs.d.5 go-md2man -in %{SOURCE12} -out %{buildroot}%{_mandir}/man5/containers-registries.d.5 go-md2man -in %{SOURCE14} -out %{buildroot}%{_mandir}/man5/containers.conf.5 go-md2man -in %{SOURCE15} -out %{buildroot}%{_mandir}/man5/containers-auth.json.5 +go-md2man -in %{SOURCE16} -out %{buildroot}%{_mandir}/man5/containers-registries.conf.d.5 mkdir -p %{buildroot}%{_datadir}/containers install -m0644 %{SOURCE3} %{buildroot}%{_datadir}/containers/mounts.conf @@ -436,7 +438,7 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/%{name}/test %changelog -* Thu Jun 11 2020 Dan Walsh - 1:1.0.1-11.dev.git161ef5a +* Thu Jun 11 2020 Dan Walsh - 1:1.0.1-12.dev.git161ef5a - Update man pages * Wed Jun 10 2020 RH Container Bot - 1:1.0.1-10.dev.git161ef5a