skopeo-0.1.24-1.dev.gita41cd0

- bump to 0.1.24-dev
- switch back to projectatomic/skopeo

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar 2017-09-12 14:16:43 -04:00
parent 4ff6a6a1cd
commit ba7070745e
3 changed files with 16 additions and 11 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@
/skopeo-d5e34c1.tar.gz /skopeo-d5e34c1.tar.gz
/skopeo-5d24b67.tar.gz /skopeo-5d24b67.tar.gz
/skopeo-1bbd87f.tar.gz /skopeo-1bbd87f.tar.gz
/skopeo-a41cd0a.tar.gz

View File

@ -25,23 +25,24 @@
# 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 1bbd87f4356fed4f21b860b18c50dbe72027b1a0 %global git0 https://%{import_path}
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global commit0 a41cd0a0abf026951374c6b9ffe8b7689f19ec7f
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required # e.g. el6 has ppc64 arch without gcc-go, so EA tag is required
# manually listed arches due https://bugzilla.redhat.com/show_bug.cgi?id=1391932 (removed ppc64) # manually listed arches due https://bugzilla.redhat.com/show_bug.cgi?id=1391932 (removed ppc64)
ExcludeArch: ppc64 ExcludeArch: ppc64
Name: skopeo Name: %{repo}
%if 0%{?centos} %if 0%{?centos}
Epoch: 1 Epoch: 1
%endif # centos %endif # centos
Version: 0.1.23 Version: 0.1.24
Release: 6.git%{shortcommit}%{?dist} Release: 1.dev.git%{shortcommit0}%{?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: %{git0}
Source0: https://github.com/mtrmac/skopeo/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz Source0: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
Source1: storage.conf Source1: storage.conf
Source2: storage.conf.5.md Source2: storage.conf.5.md
@ -183,7 +184,7 @@ This package installs a default signature store configuration and a default
policy under `/etc/containers/`. policy under `/etc/containers/`.
%prep %prep
%autosetup -Sgit -n %{name}-%{commit} %autosetup -Sgit -n %{name}-%{commit0}
%build %build
mkdir -p src/github.com/projectatomic mkdir -p src/github.com/projectatomic
@ -209,9 +210,9 @@ make binary-local docs
%install %install
make DESTDIR=%{buildroot} install make DESTDIR=%{buildroot} install
mkdir -p %{buildroot}%{_sysconfdir} mkdir -p %{buildroot}%{_sysconfdir}
install -m0644 %SOURCE1 %{buildroot}%{_sysconfdir}/containers/storage.conf install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/storage.conf
mkdir -p %{buildroot}%{_mandir}/man5 mkdir -p %{buildroot}%{_mandir}/man5
go-md2man -in %SOURCE2 -out %{buildroot}%{_mandir}/man5/containers-storage.conf.5 go-md2man -in %{SOURCE2} -out %{buildroot}%{_mandir}/man5/containers-storage.conf.5
# source codes for building projects # source codes for building projects
%if 0%{?with_devel} %if 0%{?with_devel}
@ -288,6 +289,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_datadir}/bash-completion/completions/%{name} %{_datadir}/bash-completion/completions/%{name}
%changelog %changelog
* Tue Sep 12 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.24-1.dev.gita41cd0
- bump to 0.1.24-dev
* Mon Aug 21 2017 dwalsh <dwalsh@redhat.com> - 0.1.23-6.dev.git1bbd87 * Mon Aug 21 2017 dwalsh <dwalsh@redhat.com> - 0.1.23-6.dev.git1bbd87
- Change name of storage.conf.5 man page to containers-storage.conf.5, since - Change name of storage.conf.5 man page to containers-storage.conf.5, since
it conflicts with inn package it conflicts with inn package

View File

@ -1 +1 @@
SHA512 (skopeo-1bbd87f.tar.gz) = 46b53a488c34432e4a15827b6193c70c76a505a24e133ca378d0f77bc7612cdce25969efba42e0e9e7fdad170a05774209a303dcaa8cd6a08ba544f07daf6211 SHA512 (skopeo-a41cd0a.tar.gz) = 908ca3108fc7f385c942a48a66e310f07d444d6e15094b7a69d5a3e05e3cf20f7b407bb03e43886bef304e02cd8b1d6d51807a78092a4ce2f707c31e59cd9046