1f2fd3
%global with_debug 1
1f2fd3
%global with_check 0
339ab7
339ab7
%if 0%{?with_debug}
339ab7
%global _find_debuginfo_dwz_opts %{nil}
339ab7
%global _dwz_low_mem_die_limit 0
1f2fd3
%else
787cbc
%global debug_package %{nil}
1f2fd3
%endif
1f2fd3
232994
%if ! 0%{?gobuild:1}
787cbc
%define gobuild(o:) \
787cbc
scl enable go-toolset-1.12 -- go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v -x %{?**};
232994
%endif
232994
787cbc
%global provider github
787cbc
%global provider_tld com
787cbc
%global project containers
787cbc
%global repo skopeo
e98b23
# https://github.com/containers/skopeo
787cbc
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
787cbc
%global import_path %{provider_prefix}
787cbc
%global git0 https://%{import_path}
787cbc
%global commit0 be6146b0a8471b02e776134119a2c37dfb70d414
787cbc
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
1f2fd3
db0c0c
Epoch: 1
787cbc
Name: %{repo}
787cbc
Version: 0.1.40
2b0dcc
Release: 11%{?dist}
232994
Summary: Inspect container images and repositories on registries
707a5b
ExcludeArch: s390 ppc ppc64
db0c0c
License: ASL 2.0
db0c0c
URL: %{git0}
db0c0c
Source0: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
db0c0c
Source1: storage.conf
db0c0c
Source2: containers-storage.conf.5.md
db0c0c
Source3: mounts.conf
787cbc
Source4: containers-registries.conf.5.md
787cbc
Source5: registries.conf
787cbc
Source6: containers-policy.json.5.md
787cbc
Source7: seccomp.json
787cbc
Source8: containers-mounts.conf.5.md
787cbc
Source9: containers-signature.5.md
787cbc
Patch0: skopeo-1792243.patch
787cbc
# tracker bug: https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-8945
787cbc
# patch:       https://github.com/containers/skopeo/pull/825.patch
787cbc
Patch1: skopeo-CVE-2020-8945.patch
2b0dcc
# tracker bug: https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1702
2b0dcc
# patch:       https://github.com/containers/skopeo/commit/e92e288c169563b6367c53d55805f0a588e75b64.patch
2b0dcc
Patch2: skopeo-CVE-2020-1702.patch
787cbc
Source10: containers-transports.5.md
787cbc
Source11: containers-certs.d.5.md
787cbc
Source12: containers-registries.d.5.md
787cbc
787cbc
BuildRequires: go-toolset-1.12
787cbc
BuildRequires: git
787cbc
BuildRequires: go-md2man
787cbc
BuildRequires: gpgme-devel
787cbc
BuildRequires: libassuan-devel
787cbc
BuildRequires: pkgconfig(devmapper)
787cbc
BuildRequires: ostree-devel
787cbc
BuildRequires: glib2-devel
787cbc
BuildRequires: make
64d5a0
Requires: containers-common = %{epoch}:%{version}-%{release}
1f2fd3
787cbc
Provides: bundled(golang(github.com/beorn7/perks)) = 4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9
787cbc
Provides: bundled(golang(github.com/BurntSushi/toml)) = master
787cbc
Provides: bundled(golang(github.com/containerd/continuity)) = d8fb8589b0e8e85b8c8bbaa8840226d0dfeb7371
787cbc
Provides: bundled(golang(github.com/containers/image)) = master
787cbc
Provides: bundled(golang(github.com/containers/storage)) = master
787cbc
Provides: bundled(golang(github.com/davecgh/go-spew)) = master
787cbc
Provides: bundled(golang(github.com/docker/distribution)) = master
787cbc
Provides: bundled(golang(github.com/docker/docker-credential-helpers)) = d68f9aeca33f5fd3f08eeae5e9d175edf4e731d1
787cbc
Provides: bundled(golang(github.com/docker/docker)) = da99009bbb1165d1ac5688b5c81d2f589d418341
787cbc
Provides: bundled(golang(github.com/docker/go-connections)) = 7beb39f0b969b075d1325fecb092faf27fd357b6
787cbc
Provides: bundled(golang(github.com/docker/go-metrics)) = 399ea8c73916000c64c2c76e8da00ca82f8387ab
787cbc
Provides: bundled(golang(github.com/docker/go-units)) = 8a7beacffa3009a9ac66bad506b18ffdd110cf97
787cbc
Provides: bundled(golang(github.com/docker/libtrust)) = master
787cbc
Provides: bundled(golang(github.com/ghodss/yaml)) = 73d445a93680fa1a78ae23a5839bad48f32ba1ee
787cbc
Provides: bundled(golang(github.com/go-check/check)) = v1
787cbc
Provides: bundled(golang(github.com/gogo/protobuf)) = fcdc5011193ff531a548e9b0301828d5a5b97fd8
787cbc
Provides: bundled(golang(github.com/golang/glog)) = 44145f04b68cf362d9c4df2182967c2275eaefed
787cbc
Provides: bundled(golang(github.com/golang/protobuf)) = 8d92cf5fc15a4382f8964b08e1f42a75c0591aa3
787cbc
Provides: bundled(golang(github.com/gorilla/context)) = 14f550f51a
787cbc
Provides: bundled(golang(github.com/gorilla/mux)) = e444e69cbd
787cbc
Provides: bundled(golang(github.com/imdario/mergo)) = 6633656539c1639d9d78127b7d47c622b5d7b6dc
787cbc
Provides: bundled(golang(github.com/kr/pretty)) = v0.1.0
787cbc
Provides: bundled(golang(github.com/kr/text)) = v0.1.0
787cbc
Provides: bundled(golang(github.com/matttproud/golang_protobuf_extensions)) = c12348ce28de40eed0136aa2b644d0ee0650e56c
787cbc
Provides: bundled(golang(github.com/mistifyio/go-zfs)) = 22c9b32c84eb0d0c6f4043b6e90fc94073de92fa
787cbc
Provides: bundled(golang(github.com/mtrmac/gpgme)) = master
787cbc
Provides: bundled(golang(github.com/opencontainers/go-digest)) = master
787cbc
Provides: bundled(golang(github.com/opencontainers/image-spec)) = 149252121d044fddff670adcdc67f33148e16226
787cbc
Provides: bundled(golang(github.com/opencontainers/image-tools)) = 6d941547fa1df31900990b3fb47ec2468c9c6469
787cbc
Provides: bundled(golang(github.com/opencontainers/runc)) = master
787cbc
Provides: bundled(golang(github.com/opencontainers/runtime-spec)) = v1.0.0
787cbc
Provides: bundled(golang(github.com/opencontainers/selinux)) = master
787cbc
Provides: bundled(golang(github.com/ostreedev/ostree-go)) = aeb02c6b6aa2889db3ef62f7855650755befd460
787cbc
Provides: bundled(golang(github.com/pborman/uuid)) = v1.0
787cbc
Provides: bundled(golang(github.com/pkg/errors)) = master
787cbc
Provides: bundled(golang(github.com/pmezard/go-difflib)) = master
787cbc
Provides: bundled(golang(github.com/pquerna/ffjson)) = d49c2bc1aa135aad0c6f4fc2056623ec78f5d5ac
787cbc
Provides: bundled(golang(github.com/prometheus/client_golang)) = c332b6f63c0658a65eca15c0e5247ded801cf564
787cbc
Provides: bundled(golang(github.com/prometheus/client_model)) = 99fa1f4be8e564e8a6b613da7fa6f46c9edafc6c
787cbc
Provides: bundled(golang(github.com/prometheus/common)) = 89604d197083d4781071d3c65855d24ecfb0a563
787cbc
Provides: bundled(golang(github.com/prometheus/procfs)) = cb4147076ac75738c9a7d279075a253c0cc5acbd
787cbc
Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.0.0
787cbc
Provides: bundled(golang(github.com/stretchr/testify)) = v1.1.3
787cbc
Provides: bundled(golang(github.com/syndtr/gocapability)) = master
787cbc
Provides: bundled(golang(github.com/tchap/go-patricia)) = v2.2.6
787cbc
Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.4
787cbc
Provides: bundled(golang(github.com/urfave/cli)) = v1.17.0
787cbc
Provides: bundled(golang(github.com/vbatts/tar-split)) = v0.10.2
787cbc
Provides: bundled(golang(github.com/xeipuuv/gojsonpointer)) = master
787cbc
Provides: bundled(golang(github.com/xeipuuv/gojsonreference)) = master
787cbc
Provides: bundled(golang(github.com/xeipuuv/gojsonschema)) = master
787cbc
Provides: bundled(golang(go4.org)) = master
787cbc
Provides: bundled(golang(golang.org/x/crypto)) = master
787cbc
Provides: bundled(golang(golang.org/x/net)) = master
787cbc
Provides: bundled(golang(golang.org/x/sys)) = master
787cbc
Provides: bundled(golang(golang.org/x/text)) = master
787cbc
Provides: bundled(golang(gopkg.in/cheggaaa/pb.v1)) = ad4efe000aa550bb54918c06ebbadc0ff17687b9
787cbc
Provides: bundled(golang(gopkg.in/yaml.v2)) = d466437aa4adc35830964cffc5b5f262c63ddcb4
787cbc
Provides: bundled(golang(k8s.io/client-go)) = master
787cbc
1f2fd3
%description
1f2fd3
Command line utility to inspect images and repositories directly on Docker
1f2fd3
registries without the need to pull them
1f2fd3
64d5a0
%package -n containers-common
787cbc
Summary: Configuration files for working with image signatures
787cbc
Obsoletes: atomic <= 1:1.13.1-2
787cbc
Conflicts: atomic-registries <= 1:1.22.1-1
787cbc
Obsoletes: docker-rhsubscription <= 2:1.13.1-31
232994
Provides: %{name}-containers = %{epoch}:%{version}-%{release}
787cbc
Obsoletes: %{name}-containers <= 1:0.1.31-3
787cbc
Requires: fuse-overlayfs
787cbc
Requires: slirp4netns
787cbc
Requires: subscription-manager
06ee43
64d5a0
%description -n containers-common
787cbc
This package installs a default signature store configuration and a default
06ee43
policy under `/etc/containers/`.
06ee43
787cbc
%package tests
787cbc
Summary:         Tests for %{name}
787cbc
Requires: %{name} = %{epoch}:%{version}-%{release}
787cbc
#Requires: bats  (which RHEL8 doesn't have. If it ever does, un-comment this)
787cbc
Requires: gnupg
787cbc
Requires: jq
787cbc
Requires: podman
787cbc
787cbc
%description tests
787cbc
%{summary}
787cbc
787cbc
This package contains system tests for %{name}
339ab7
1f2fd3
%prep
ee3aa9
%autosetup -Sgit -n %{name}-%{commit0}
1f2fd3
1f2fd3
%build
e98b23
mkdir -p src/github.com/containers
787cbc
ln -s ../../../ src/%{import_path}
1f2fd3
1f2fd3
mkdir -p vendor/src
1f2fd3
for v in vendor/*; do
787cbc
    if test ${v} = vendor/src; then continue; fi
787cbc
    if test -d ${v}; then
232994
      mv ${v} vendor/src/
787cbc
    fi
1f2fd3
done
1f2fd3
64d5a0
export GOPATH=$(pwd):$(pwd)/vendor
787cbc
export GO111MODULE=off
787cbc
export BUILDTAGS="exclude_graphdriver_btrfs btrfs_noversion $(hack/libdm_tag.sh) $(hack/ostree_tag.sh)"
5849f4
%gobuild -o %{name} ./cmd/%{name}
787cbc
%{__make} docs
5849f4
1f2fd3
%install
787cbc
make \
787cbc
   DESTDIR=%{buildroot} \
787cbc
   SIGSTOREDIR=%{buildroot}%{_sharedstatedir}/containers/sigstore \
787cbc
   install
787cbc
mkdir -p %{buildroot}%{_sysconfdir}
787cbc
mkdir -p %{buildroot}%{_sysconfdir}/containers/{certs.d,oci/hooks.d}
5849f4
mkdir -p %{buildroot}%{_mandir}/man5
787cbc
install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/storage.conf
787cbc
install -p -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/containers/
787cbc
go-md2man -in %{SOURCE2} -out %{buildroot}%{_mandir}/man5/containers-storage.conf.5
787cbc
go-md2man -in %{SOURCE4} -out %{buildroot}%{_mandir}/man5/containers-registries.conf.5
787cbc
go-md2man -in %{SOURCE6} -out %{buildroot}%{_mandir}/man5/containers-policy.json.5
787cbc
go-md2man -in %{SOURCE8} -out %{buildroot}%{_mandir}/man5/containers-mounts.conf.5
787cbc
go-md2man -in %{SOURCE9} -out %{buildroot}%{_mandir}/man5/containers-signature.5
787cbc
go-md2man -in %{SOURCE10} -out %{buildroot}%{_mandir}/man5/containers-transports.5
787cbc
go-md2man -in %{SOURCE11} -out %{buildroot}%{_mandir}/man5/containers-certs.d.5
787cbc
go-md2man -in %{SOURCE12} -out %{buildroot}%{_mandir}/man5/containers-registries.d.5
787cbc
5849f4
mkdir -p %{buildroot}%{_datadir}/containers
5849f4
install -m0644 %{SOURCE3} %{buildroot}%{_datadir}/containers/mounts.conf
787cbc
install -m0644 %{SOURCE7} %{buildroot}%{_datadir}/containers/seccomp.json
5849f4
5849f4
# install secrets patch directory
787cbc
install -d -p -m 755 %{buildroot}/%{_datadir}/rhel/secrets
5849f4
# rhbz#1110876 - update symlinks for subscription management
5849f4
ln -s %{_sysconfdir}/pki/entitlement %{buildroot}%{_datadir}/rhel/secrets/etc-pki-entitlement
5849f4
ln -s %{_sysconfdir}/rhsm %{buildroot}%{_datadir}/rhel/secrets/rhsm
787cbc
ln -s %{_sysconfdir}/yum.repos.d/redhat.repo %{buildroot}%{_datadir}/rhel/secrets/redhat.repo
787cbc
787cbc
# system tests
787cbc
install -d -p %{buildroot}/%{_datadir}/%{name}/test/system
787cbc
cp -pav systemtest/* %{buildroot}/%{_datadir}/%{name}/test/system/
1f2fd3
1f2fd3
%check
339ab7
%if 0%{?with_check}
1f2fd3
export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
787cbc
1f2fd3
%gotest %{import_path}/integration
1f2fd3
%endif
1f2fd3
1f2fd3
#define license tag if not already defined
1f2fd3
%{!?_licensedir:%global license %doc}
1f2fd3
64d5a0
%files -n containers-common
13b226
%dir %{_sysconfdir}/containers
787cbc
%dir %{_sysconfdir}/containers/certs.d
13b226
%dir %{_sysconfdir}/containers/registries.d
787cbc
%dir %{_sysconfdir}/containers/oci
787cbc
%dir %{_sysconfdir}/containers/oci/hooks.d
06ee43
%config(noreplace) %{_sysconfdir}/containers/policy.json
06ee43
%config(noreplace) %{_sysconfdir}/containers/registries.d/default.yaml
5849f4
%config(noreplace) %{_sysconfdir}/containers/storage.conf
13b226
%config(noreplace) %{_sysconfdir}/containers/registries.conf
787cbc
%dir %{_sharedstatedir}/containers/sigstore
787cbc
%{_mandir}/man5/*
5849f4
%dir %{_datadir}/containers
5849f4
%{_datadir}/containers/mounts.conf
db0c0c
%{_datadir}/containers/seccomp.json
5849f4
%dir %{_datadir}/rhel/secrets
787cbc
%{_datadir}/rhel/secrets/*
06ee43
1f2fd3
%files
1f2fd3
%license LICENSE
1f2fd3
%doc README.md
787cbc
%{_bindir}/%{name}
787cbc
%{_mandir}/man1/%{name}*
787cbc
%dir %{_datadir}/bash-completion
13b226
%dir %{_datadir}/bash-completion/completions
13b226
%{_datadir}/bash-completion/completions/%{name}
1f2fd3
787cbc
%files tests
787cbc
%license LICENSE
787cbc
%{_datadir}/%{name}/test
787cbc
1f2fd3
%changelog
2b0dcc
* Wed Apr 29 2020 Jindrich Novy <jnovy@redhat.com> - 1:0.1.40-11
2b0dcc
- synchronize reistries.conf accross all RHELs
2b0dcc
- Related: #1810052
2b0dcc
2b0dcc
* Mon Mar 16 2020 Jindrich Novy <jnovy@redhat.com> - 1:0.1.40-10
2b0dcc
- fix "CVE-2020-1702 skopeo: containers/image: Container images read entire image manifest into memory"
2b0dcc
- Resolves: #1810613
2b0dcc
2b0dcc
* Thu Mar 12 2020 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.1.40-9
2b0dcc
- Resolves: #1812505 - revert registries.conf change
2b0dcc
2b0dcc
* Fri Mar 06 2020 Jindrich Novy <jnovy@redhat.com> - 1:0.1.40-8
2b0dcc
- modify registries.conf default configuration to be more secure by default
2b0dcc
- Resolves: #1810052
2b0dcc
787cbc
* Mon Mar 02 2020 Jindrich Novy <jnovy@redhat.com> - 1:0.1.40-7
787cbc
- fix "CVE-2020-8945 proglottis/gpgme: Use-after-free in GPGME bindings during container image pull"
787cbc
- Resolves: #1806944
787cbc
787cbc
* Fri Jan 24 2020 Jindrich Novy <jnovy@redhat.com> - 1:0.1.40-6
787cbc
- resurrect s390x arch as kernel there now has the renameat2 syscall (#1773504)
787cbc
787cbc
* Mon Jan 20 2020 Jindrich Novy <jnovy@redhat.com> - 1:0.1.40-5
787cbc
- Fix thread safety of gpgme (#1792243)
787cbc
787cbc
* Thu Jan 16 2020 Jindrich Novy <jnovy@redhat.com> - 1:0.1.40-4
787cbc
- temporary disable s390x arch due to #1773504 causing fuse-overlayfs
787cbc
  failing to build - skopeo/contaners-common requires it
787cbc
787cbc
* Wed Jan 15 2020 Jindrich Novy <jnovy@redhat.com> - 1:0.1.40-3
787cbc
- increment version to avoid dist tag clash with RHAOS
787cbc
787cbc
* Thu Jan 02 2020 Jindrich Novy <jnovy@redhat.com> - 1:0.1.40-2
787cbc
- change the search order of registries and remove quay.io (#1784265)
787cbc
787cbc
* Wed Dec 04 2019 Jindrich Novy <jnovy@redhat.com> - 1:0.1.40-1
787cbc
- update to v0.1.40
787cbc
- Related: RHELPLAN-26239
787cbc
787cbc
* Thu Sep 12 2019 Jindrich Novy <jnovy@redhat.com> - 1:0.1.37-4
787cbc
- Fix CVE-2019-10214.
787cbc
3b20af
* Fri Aug 02 2019 Jindrich Novy <jnovy@redhat.com> - 1:0.1.37-3
3b20af
- rebase to 0.1.37 for RHEL7u7
3b20af
232994
* Mon Jun 24 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.37-1
232994
- bump to v0.1.37
232994
232994
* Fri Jun 07 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.36-2
232994
- Resolves: #1693961 - /usr/share/rhel/secrets is 755
232994
232994
* Fri Jun 07 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.36-1
232994
- Resolves: #1717921 - rebase to v0.1.36
c027b1
e98b23
* Wed Mar 27 2019 Frantisek Kluknavsky <fkluknav@redhat.com> - 1:0.1.35-2.git404c5bd
e98b23
- rebase
316cd0
db0c0c
* Fri Jan 18 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.31-8.gitb0b750d
db0c0c
- Resolves: #1667289 - install /usr/share/containers/seccomp.json
db0c0c
64d5a0
* Mon Nov 19 2018 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.31-7.gitb0b750d
64d5a0
- change obsoletes conditional for skopeo-containers
64d5a0
64d5a0
* Mon Nov 19 2018 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.31-6.gitb0b750d
64d5a0
- properly obsolete 1:0.1.31-1
64d5a0
64d5a0
* Fri Nov 09 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 1:0.1.31-5.gitb0b750d
64d5a0
- macros for centos
64d5a0
64d5a0
* Tue Nov 06 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 1:0.1.31-4.gitb0b750d
64d5a0
- rebase
64d5a0
64d5a0
* Wed Jul 25 2018 dwalsh <dwalsh@redhat.com> - 0.1.31-2.gite3034e1
64d5a0
- add statx to seccomp.json to containers-config
64d5a0
- Change skopeo-containers to containers-common
88221d
339ab7
* Wed Jul 11 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.1.31-1.dev.gitae64ff7
339ab7
- Resolves: #1599980, #1599224
339ab7
- bump to v0.1.31-dev
339ab7
- built commit ae64ff7
339ab7
ae093f
* Sun May 20 2018 dwalsh <dwalsh@redhat.com> - 0.1.30-14.gitca3bff6
ae093f
- Add devicemapper support
09943a
13b226
* Tue Apr 10 2018 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.29-3.git7add6fc
13b226
- move registries.conf to skopeo-containers from atomic
13b226
13b226
* Thu Mar 29 2018 dwalsh <dwalsh@redhat.com> - 0.1.29-2.git
13b226
- bump to 0.1.29-1
13b226
- Updated containers/image
13b226
    docker-archive generates docker legacy compatible images
13b226
    Do not create $DiffID subdirectories for layers with no configs
13b226
    Ensure the layer IDs in legacy docker/tarfile metadata are unique
13b226
    docker-archive: repeated layers are symlinked in the tar file
13b226
    sysregistries: remove all trailing slashes
13b226
    Improve docker/* error messages
13b226
    Fix failure to make auth directory
13b226
    Create a new slice in Schema1.UpdateLayerInfos
13b226
    Drop unused storageImageDestination.{image,systemContext}
13b226
    Load a *storage.Image only once in storageImageSource
13b226
    Support gzip for docker-archive files
13b226
    Remove .tar extension from blob and config file names
13b226
    ostree, src: support copy of compressed layers
13b226
    ostree: re-pull layer if it misses uncompressed_digest|uncompressed_size
13b226
    image: fix docker schema v1 -> OCI conversion
13b226
    Add /etc/containers/certs.d as default certs directory
13b226
c0fdef
* Wed Mar 21 2018 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.29-1.dev,gitb08350d
c0fdef
- Resolves: #1543707
c0fdef
45a3f5
* Thu Feb 01 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 1:0.1.28-1.git0270e56
45a3f5
- rebased to 0.1.28
45a3f5
45a3f5
* Mon Dec 11 2017 Frantisek Kluknavsky <fkluknav@redhat.com> - 1:0.1.27-3.dev.git14245f2
45a3f5
- rebased to 0.1.27-3.dev.git14245f2
45a3f5
5849f4
* Thu Nov 16 2017 Frantisek Kluknavsky <fkluknav@redhat.com> - 1:0.1.26-2.dev.git2e8377a
5849f4
- bump changelog
5849f4
5849f4
* Wed Nov 15 2017 dwalsh <dwalsh@redhat.com> - 0.1.25-2.git2e8377a7
5849f4
-  Add manifest type conversion to skopeo copy
5849f4
-  User can select from 3 manifest types: oci, v2s1, or v2s2
5849f4
-   e.g skopeo copy --format v2s1 --compress-blobs docker-archive:alp.tar dir:my-directory
5849f4
5849f4
* Wed Nov 8 2017 dwalsh <dwalsh@redhat.com> - 0.1.25-2.git7fd6f66b
5849f4
- Force storage.conf to default to overlay
5849f4
5849f4
* Wed Nov 8 2017 dwalsh <dwalsh@redhat.com> - 0.1.25-1.git7fd6f66b
5849f4
-   Fix CVE in tar-split
5849f4
-   copy: add shared blob directory support for OCI sources/destinations
5849f4
-   Aligning Docker version between containers/image and skopeo
5849f4
-   Update image-tools, and remove the duplicate Sirupsen/logrus vendor
5849f4
-   makefile: use -buildmode=pie
5849f4
5849f4
* Tue Nov 7 2017 dwalsh <dwalsh@redhat.com> - 1:0.1.24-8.git28d4e08a
5849f4
- Add /usr/share/containers/mounts.conf
5849f4
5849f4
* Mon Oct 23 2017 Frantisek Kluknavsky <fkluknav@redhat.com> - 1:0.1.24-5.gitdd2c3e3
5849f4
- built commit dd2c3e3a8e33b849f3625f4f56fa229c76448629
5849f4
5849f4
* Thu Oct 19 2017 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.24-3.dev.git28d4e08
5849f4
- add rhel subscription secrets date to skopeo-containers
5849f4
- skopeo-containers conflicts with docker >= 2:1.13.1-61
5849f4
5849f4
* Thu Oct 12 2017 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.24-2.dev.git28d4e08
5849f4
- Update container/storage.conf and containers-storage.conf man page
5849f4
- Default override to true so it is consistent with RHEL.
5849f4
 
ee3aa9
* Fri Oct 06 2017 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.24-1.dev.git28d4e08
ee3aa9
- Resolves: #1499274
ee3aa9
- built commit 28d4e08
ee3aa9
6f80eb
* Mon Aug 07 2017 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.23-1.git1bbd87f
6f80eb
- Resolves: #1455575, #1478416, #1387217
6f80eb
- bump to v0.1.23
6f80eb
716ae0
* Fri Jun 30 2017 Ryan Hartman <rhartman@redhat.com> - 1:0.1.20-2.1.gite802625
716ae0
- bump release to 2.1
716ae0
- built commit e802625b7cb7f4af9ab77bd2be9eb441ff2f28a2
716ae0
716ae0
* Tue Jun 06 2017 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.20-1.1.gite802625
dfdf7f
- built commit e802625b7cb7f4af9ab77bd2be9eb441ff2f28a2
dfdf7f
716ae0
* Thu Mar 30 2017 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.19-1.1.git62e3747
716ae0
- bump to v0.1.19
716ae0
- built commit 62e3747
716ae0
716ae0
* Thu Mar 30 2017 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.18-1.2
716ae0
- build for all available arches (previous build didn't do this)
716ae0
716ae0
* Mon Mar 27 2017 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.18-1.1
716ae0
- rebuilt for all arches on extras 7.4
716ae0
- enable debuginfo package
3b9609
03852f
* Fri Feb 03 2017 Frantisek Kluknavsky <fkluknav@redhat.com> - 1:0.1.18-1
03852f
- btrfs-progs-devel, device-mapper-devel added to build dependencies
03852f
- built commit b08008c
03852f
f2b288
* Tue Dec 13 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.17-1
f2b288
- Resolves: #1404274 - ship upstream v0.1.17 release
f2b288
- built commit b3b4e2b
f2b288
06ee43
* Tue Nov 22 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.17-0.7.git1f655f3
06ee43
- runtime dep was missing epoch value, added now
06ee43
06ee43
* Fri Nov 18 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.17-0.6.git1f655f3
06ee43
- Resolves: #1396531 - list skopeo runtime requirements correctly
06ee43
06ee43
* Mon Oct 31 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.17-0.5
06ee43
- built commit 1f655f3
06ee43
06ee43
* Tue Oct 18 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.17-0.4
06ee43
- Resolves: #1386386 - skopeo-containers conflicts with atomic <= 1.13.1-1
06ee43
- use correct bug number, #1385584 was for atomic
06ee43
06ee43
* Tue Oct 18 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.17-0.3
06ee43
- Resolves: #1385584 - skopeo-containers conflicts with atomic <= 1.13.1-1
06ee43
06ee43
* Mon Oct 17 2016 Frantisek Kluknavsky <fkluknav@redhat.com> - 1:0.1.17-0.2
06ee43
- obsoletes atomic, fixed dependencies
232994
- %%{_sysconfdir}/containers/ owned only by skopeo-containers
06ee43
06ee43
* Fri Oct 14 2016 Frantisek Kluknavsky <fkluknav@redhat.com> - 1:0.1.17-0.1
06ee43
- rebase, skopeo-containers subpackage added
06ee43
afbf16
* Tue Sep 20 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.14-0.6
afbf16
- built mtrmac/integrate-all-the-things commit d830391
afbf16
afbf16
* Fri Sep 16 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.14-0.5
afbf16
- built mtrmac/integrate-all-the-things commit 85e4551
afbf16
afbf16
* Tue Sep 13 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.14-0.4
afbf16
- built mtrmac/integrate-all-the-things commit 02b9f8b
afbf16
afbf16
* Tue Sep 13 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.14-0.3
afbf16
- built mtrmac/integrate-all-the-things commit b3fcce0
afbf16
afbf16
* Tue Sep 06 2016 Frantisek Kluknavsky <fkluknav@redhat.com> - 1:0.1.14-0.2.dev
afbf16
- own the whole bash-completion dir (https://fedoraproject.org/wiki/Packaging:Guidelines)
afbf16
afbf16
* Tue Sep 06 2016 Frantisek Kluknavsky <fkluknav@redhat.com> - 1:0.1.14-0.1.dev
afbf16
- update to 0.1.14-dev
afbf16
6f80eb
* Tue Jul 26 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.13-8
1f2fd3
- bump release, srpm issues in previous build
1f2fd3
1f2fd3
* Tue Jul 12 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.13-7
1f2fd3
- build with golang >= 1.6.2
1f2fd3
1f2fd3
* Fri Jun 24 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.1.13-6
1f2fd3
- Bump Epoch to 1 since that's what skopeo had when it was an atomic
1f2fd3
subpackage
1f2fd3
1f2fd3
* Tue Jun 21 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.13-5
1f2fd3
- include go-srpm-macros and compiler(go-compiler) in fedora conditionals
1f2fd3
- define %%gobuild if not already
1f2fd3
- add patch to build with older version of golang
1f2fd3
1f2fd3
* Thu Jun 02 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.13-4
1f2fd3
- update to v0.1.12
1f2fd3
1f2fd3
* Tue May 31 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.12-3
1f2fd3
- fix go build source path
1f2fd3
1f2fd3
* Fri May 27 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.12-2
1f2fd3
- update to v0.1.12
1f2fd3
1f2fd3
* Tue Mar 08 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.11-1
1f2fd3
- update to v0.1.11
1f2fd3
1f2fd3
* Tue Mar 08 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.10-1
1f2fd3
- update to v0.1.10
1f2fd3
- change runcom -> projectatomic
1f2fd3
1f2fd3
* Mon Feb 29 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.9-1
1f2fd3
- update to v0.1.9
1f2fd3
1f2fd3
* Mon Feb 29 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.8-1
1f2fd3
- update to v0.1.8
1f2fd3
1f2fd3
* Mon Feb 22 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.4-2
1f2fd3
- https://fedoraproject.org/wiki/Changes/golang1.6
1f2fd3
1f2fd3
* Fri Jan 29 2016 Antonio Murdaca <runcom@redhat.com> - 0.1.4
1f2fd3
- First package for Fedora