NVR: skopeo-0.1.14-4.git550a480

- built skopeo-containers

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2016-10-13 09:39:16 +02:00
parent 0aa48eb05e
commit ec8b80abfd
No known key found for this signature in database
GPG Key ID: B2BEAD150DE936B9
3 changed files with 26 additions and 7 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/skopeo-ffe92ed.tar.gz /skopeo-ffe92ed.tar.gz
/skopeo-362bfc5.tar.gz /skopeo-362bfc5.tar.gz
/skopeo-d830391.tar.gz /skopeo-d830391.tar.gz
/skopeo-550a480.tar.gz

View File

@ -25,12 +25,12 @@
# https://github.com/projectatomic/skopeo # https://github.com/projectatomic/skopeo
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider_prefix} %global import_path %{provider_prefix}
%global commit d8303916d52272e08d92163bba18e30c50ee24d7 %global commit 550a480173090c9b94ac3bce48953b338fa92e94
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: skopeo Name: skopeo
Version: 0.1.14 Version: 0.1.14
Release: 3.git%{shortcommit}%{?dist} Release: 4.git%{shortcommit}%{?dist}
Summary: Inspect Docker images and repositories on registries Summary: Inspect Docker images and repositories on registries
License: ASL 2.0 License: ASL 2.0
URL: https://%{provider_prefix} URL: https://%{provider_prefix}
@ -52,6 +52,10 @@ BuildRequires: golang-github-cpuguy83-go-md2man
BuildRequires: gpgme-devel BuildRequires: gpgme-devel
BuildRequires: libassuan-devel BuildRequires: libassuan-devel
Requires: %{repo}-containers = %{version}-%{release}
Conflicts: atomic <= 1.13.1-2
%description %description
Command line utility to inspect images and repositories directly on Docker Command line utility to inspect images and repositories directly on Docker
registries without the need to pull them registries without the need to pull them
@ -163,6 +167,13 @@ This package contains unit tests for project
providing packages with %{import_path} prefix. providing packages with %{import_path} prefix.
%endif %endif
%package containers
Summary: Configuration files for working with image signatures
%description containers
This package installs a default signature store configuration and a default
policy under `/etc/containers/`.
%prep %prep
%autosetup -Sgit -n %{name}-%{commit} %autosetup -Sgit -n %{name}-%{commit}
@ -246,20 +257,27 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%doc README.md %doc README.md
%endif %endif
%files containers
%{_sysconfdir}/containers
%config(noreplace) %{_sysconfdir}/containers/policy.json
%config(noreplace) %{_sysconfdir}/containers/registries.d/default.yaml
%dir %{_sysconfdir}/containers
%dir %{_sysconfdir}/containers/registries.d
%dir %{_sharedstatedir}/atomic/sigstore
%files %files
%license LICENSE %license LICENSE
%doc README.md %doc README.md
%{_bindir}/%{name} %{_bindir}/%{name}
%{_sysconfdir}/containers
%{_mandir}/man1/%{name}.1* %{_mandir}/man1/%{name}.1*
%dir %{_datadir}/bash-completion %dir %{_datadir}/bash-completion
%dir %{_datadir}/bash-completion/completions %dir %{_datadir}/bash-completion/completions
%{_datadir}/bash-completion/completions/%{name} %{_datadir}/bash-completion/completions/%{name}
%config(noreplace)%{_sysconfdir}/containers/policy.json
%dir %{_sysconfdir}/containers
%{_sysconfdir}/containers/registries.d
%changelog %changelog
* Wed Oct 12 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.14-4.git550a480
- built skopeo-containers
* Wed Sep 21 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.14-3.gitd830391 * Wed Sep 21 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.14-3.gitd830391
- built mtrmac/integrate-all-the-things commit d830391 - built mtrmac/integrate-all-the-things commit d830391

View File

@ -1 +1 @@
e7b4517d6708b38a44f7b3efd9f5ae67 skopeo-d830391.tar.gz 7483e9d1263f0e85f1b5e60218a0c963 skopeo-550a480.tar.gz