480752
%global _lto_cflags %{nil}
480752
56b2e4
%global with_check 0
56b2e4
56b2e4
%global _find_debuginfo_dwz_opts %{nil}
56b2e4
%global _dwz_low_mem_die_limit 0
56b2e4
56b2e4
%if 0%{?rhel} > 7 && ! 0%{?fedora}
56b2e4
%define gobuild(o:) \
a460b1
go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -compressdwarf=false -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v %{?**};
391ee1
%else
a460b1
%define gobuild(o:) GO111MODULE=off 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 '-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '" -a -v %{?**};
56b2e4
%endif
56b2e4
391ee1
%global import_path github.com/containers/skopeo
480752
%global branch release-1.3
a460b1
# Bellow definitions are used to deliver config files from a particular branch
a460b1
# of c/image, c/common, c/storage vendored in all podman, skopeo, buildah.
a460b1
# These vendored components must have the same version. If it is not the case,
a460b1
# pick the oldest version on c/image, c/common, c/storage vendored in
a460b1
# podman/skopeo/podman.
480752
%global podman_branch main
480752
%global image_branch v5.12.0
480752
%global common_branch v0.38.12
480752
%global storage_branch v1.31.3
c81977
%global shortnames_branch main
480752
%global commit0 038f70e6f52ca354534b2d38ce9611b8fc5537c4
391ee1
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
56b2e4
56b2e4
Epoch: 1
391ee1
Name: skopeo
480752
Version: 1.3.1
480752
Release: 7%{?dist}
56b2e4
Summary: Inspect container images and repositories on registries
56b2e4
License: ASL 2.0
56b2e4
URL: %{git0}
c81977
# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures
8b7a69
ExclusiveArch: %{go_arches}
391ee1
%if 0%{?branch:1}
391ee1
Source0: https://%{import_path}/tarball/%{commit0}/%{branch}-%{shortcommit0}.tar.gz
391ee1
%else
391ee1
Source0: https://%{import_path}/archive/%{commit0}/%{name}-%{version}-%{shortcommit0}.tar.gz
391ee1
%endif
c81977
Source1: https://raw.githubusercontent.com/containers/storage/%{storage_branch}/storage.conf
391ee1
Source2: https://raw.githubusercontent.com/containers/storage/%{storage_branch}/docs/containers-storage.conf.5.md
56b2e4
Source3: mounts.conf
391ee1
Source4: https://raw.githubusercontent.com/containers/image/%{image_branch}/docs/containers-registries.conf.5.md
c81977
#Source5: https://raw.githubusercontent.com/containers/image/%%{image_branch}/registries.conf
56b2e4
Source5: registries.conf
391ee1
Source6: https://raw.githubusercontent.com/containers/image/%{image_branch}/docs/containers-policy.json.5.md
c81977
Source7: https://raw.githubusercontent.com/containers/common/%{common_branch}/pkg/seccomp/seccomp.json
480752
Source8: https://raw.githubusercontent.com/containers/common/%{common_branch}/docs/containers-mounts.conf.5.md
391ee1
Source9: https://raw.githubusercontent.com/containers/image/%{image_branch}/docs/containers-signature.5.md
391ee1
Source10: https://raw.githubusercontent.com/containers/image/%{image_branch}/docs/containers-transports.5.md
391ee1
Source11: https://raw.githubusercontent.com/containers/image/%{image_branch}/docs/containers-certs.d.5.md
391ee1
Source12: https://raw.githubusercontent.com/containers/image/%{image_branch}/docs/containers-registries.d.5.md
391ee1
Source13: https://raw.githubusercontent.com/containers/common/%{common_branch}/pkg/config/containers.conf
391ee1
Source14: https://raw.githubusercontent.com/containers/common/%{common_branch}/docs/containers.conf.5.md
391ee1
Source15: https://raw.githubusercontent.com/containers/image/%{image_branch}/docs/containers-auth.json.5.md
391ee1
Source16: https://raw.githubusercontent.com/containers/image/%{image_branch}/docs/containers-registries.conf.d.5.md
c81977
Source17: https://raw.githubusercontent.com/containers/shortnames/%{shortnames_branch}/shortnames.conf
c81977
Source18: https://raw.githubusercontent.com/containers/image/%{image_branch}/docs/containers-registries.conf.5.md
480752
Source19: 001-rhel-shortnames-pyxis.conf
480752
Source20: 002-rhel-shortnames-overrides.conf
480752
# scripts used for synchronization with upstream and shortname generation
480752
Source100: update.sh
480752
Source101: update-vendored.sh
480752
Source102: pyxis.sh
480752
BuildRequires: git-core
56b2e4
BuildRequires: golang >= 1.12.12-4
56b2e4
BuildRequires: go-md2man
56b2e4
BuildRequires: gpgme-devel
56b2e4
BuildRequires: libassuan-devel
56b2e4
BuildRequires: pkgconfig(devmapper)
56b2e4
BuildRequires: glib2-devel
56b2e4
BuildRequires: make
56b2e4
Requires: containers-common = %{epoch}:%{version}-%{release}
56b2e4
56b2e4
%description
56b2e4
Command line utility to inspect images and repositories directly on Docker
56b2e4
registries without the need to pull them
56b2e4
56b2e4
%package -n containers-common
56b2e4
Summary: Configuration files for working with image signatures
56b2e4
Obsoletes: atomic <= 1:1.13.1-2
56b2e4
Conflicts: atomic-registries <= 1:1.22.1-1
56b2e4
Obsoletes: docker-rhsubscription <= 2:1.13.1-31
56b2e4
Provides: %{name}-containers = %{epoch}:%{version}-%{release}
56b2e4
Obsoletes: %{name}-containers <= 1:0.1.31-3
480752
Requires: runc
56b2e4
Recommends: fuse-overlayfs
56b2e4
Recommends: slirp4netns
caaf40
Suggests: subscription-manager
56b2e4
56b2e4
%description -n containers-common
56b2e4
This package installs a default signature store configuration and a default
56b2e4
policy under `/etc/containers/`.
56b2e4
56b2e4
%package tests
56b2e4
Summary:         Tests for %{name}
56b2e4
Requires: %{name} = %{epoch}:%{version}-%{release}
56b2e4
#Requires: bats  (which RHEL8 doesn't have. If it ever does, un-comment this)
56b2e4
Requires: gnupg
56b2e4
Requires: jq
56b2e4
Requires: podman
1b1052
Requires: httpd-tools
480752
Requires: openssl
56b2e4
56b2e4
%description tests
56b2e4
%{summary}
56b2e4
56b2e4
This package contains system tests for %{name}
56b2e4
56b2e4
%prep
391ee1
%if 0%{?branch:1}
391ee1
%autosetup -Sgit -n containers-%{name}-%{shortcommit0}
391ee1
%else
391ee1
%autosetup -Sgit -n %{name}-%{commit0}
391ee1
%endif
391ee1
sed -i 's/install-binary: bin\/%{name}/install-binary:/' Makefile
391ee1
sed -i 's/install-docs: docs/install-docs:/' Makefile
56b2e4
56b2e4
%build
56b2e4
mkdir -p src/github.com/containers
56b2e4
ln -s ../../../ src/%{import_path}
56b2e4
56b2e4
mkdir -p vendor/src
56b2e4
for v in vendor/*; do
56b2e4
    if test ${v} = vendor/src; then continue; fi
56b2e4
    if test -d ${v}; then
56b2e4
      mv ${v} vendor/src/
56b2e4
    fi
56b2e4
done
56b2e4
56b2e4
export GOPATH=$(pwd):$(pwd)/vendor:%{gopath}
56b2e4
export GO111MODULE=off
1b1052
export CGO_CFLAGS="%{optflags} -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
480752
export BUILDTAGS="exclude_graphdriver_btrfs btrfs_noversion $(hack/libdm_tag.sh)"
391ee1
mkdir -p bin
391ee1
%gobuild -o bin/%{name} ./cmd/%{name}
56b2e4
%{__make} docs
56b2e4
56b2e4
%install
56b2e4
make \
56b2e4
   DESTDIR=%{buildroot} \
480752
   PREFIX=%{buildroot}%{_prefix} \
56b2e4
   install
c81977
install -dp %{buildroot}%{_sysconfdir}/containers/{certs.d,oci/hooks.d,registries.d,registries.conf.d}
56b2e4
install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/storage.conf
391ee1
install -m0644 %{SOURCE5} %{buildroot}%{_sysconfdir}/containers/registries.conf
8b7a69
install -m0644 %{SOURCE17} %{buildroot}%{_sysconfdir}/containers/registries.conf.d/000-shortnames.conf
480752
install -m0644 %{SOURCE19} %{buildroot}%{_sysconfdir}/containers/registries.conf.d/001-rhel-shortnames.conf
480752
install -m0644 %{SOURCE20} %{buildroot}%{_sysconfdir}/containers/registries.conf.d/002-rhel-shortnames-overrides.conf
480752
480752
# for containers-common
391ee1
install -dp %{buildroot}%{_mandir}/man5
56b2e4
go-md2man -in %{SOURCE2} -out %{buildroot}%{_mandir}/man5/containers-storage.conf.5
56b2e4
go-md2man -in %{SOURCE4} -out %{buildroot}%{_mandir}/man5/containers-registries.conf.5
56b2e4
go-md2man -in %{SOURCE6} -out %{buildroot}%{_mandir}/man5/containers-policy.json.5
56b2e4
go-md2man -in %{SOURCE8} -out %{buildroot}%{_mandir}/man5/containers-mounts.conf.5
56b2e4
go-md2man -in %{SOURCE9} -out %{buildroot}%{_mandir}/man5/containers-signature.5
56b2e4
go-md2man -in %{SOURCE10} -out %{buildroot}%{_mandir}/man5/containers-transports.5
56b2e4
go-md2man -in %{SOURCE11} -out %{buildroot}%{_mandir}/man5/containers-certs.d.5
56b2e4
go-md2man -in %{SOURCE12} -out %{buildroot}%{_mandir}/man5/containers-registries.d.5
c81977
go-md2man -in %{SOURCE18} -out %{buildroot}%{_mandir}/man5/containers-registries.conf.d.5
56b2e4
go-md2man -in %{SOURCE14} -out %{buildroot}%{_mandir}/man5/containers.conf.5
56b2e4
go-md2man -in %{SOURCE15} -out %{buildroot}%{_mandir}/man5/containers-auth.json.5
391ee1
go-md2man -in %{SOURCE16} -out %{buildroot}%{_mandir}/man5/containers-registries.conf.d.5
56b2e4
391ee1
install -dp %{buildroot}%{_datadir}/containers
56b2e4
install -m0644 %{SOURCE3} %{buildroot}%{_datadir}/containers/mounts.conf
56b2e4
install -m0644 %{SOURCE7} %{buildroot}%{_datadir}/containers/seccomp.json
56b2e4
install -m0644 %{SOURCE13} %{buildroot}%{_datadir}/containers/containers.conf
56b2e4
56b2e4
# install secrets patch directory
56b2e4
install -d -p -m 755 %{buildroot}/%{_datadir}/rhel/secrets
56b2e4
# rhbz#1110876 - update symlinks for subscription management
56b2e4
ln -s %{_sysconfdir}/pki/entitlement %{buildroot}%{_datadir}/rhel/secrets/etc-pki-entitlement
56b2e4
ln -s %{_sysconfdir}/rhsm %{buildroot}%{_datadir}/rhel/secrets/rhsm
56b2e4
ln -s %{_sysconfdir}/yum.repos.d/redhat.repo %{buildroot}%{_datadir}/rhel/secrets/redhat.repo
56b2e4
c81977
# ship preconfigured /etc/containers/registries.d/ files with containers-common - #1903813
c81977
cat <<EOF > %{buildroot}%{_sysconfdir}/containers/registries.d/registry.access.redhat.com.yaml
c81977
docker:
c81977
     registry.access.redhat.com:
c81977
         sigstore: https://access.redhat.com/webassets/docker/content/sigstore
c81977
EOF
c81977
c81977
cat <<EOF > %{buildroot}%{_sysconfdir}/containers/registries.d/registry.redhat.io.yaml
c81977
docker:
c81977
     registry.redhat.io:
c81977
         sigstore: https://registry.redhat.io/containers/sigstore
c81977
EOF
c81977
56b2e4
# system tests
56b2e4
install -d -p %{buildroot}/%{_datadir}/%{name}/test/system
56b2e4
cp -pav systemtest/* %{buildroot}/%{_datadir}/%{name}/test/system/
56b2e4
56b2e4
%check
56b2e4
%if 0%{?with_check}
56b2e4
export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
56b2e4
56b2e4
%gotest %{import_path}/integration
56b2e4
%endif
56b2e4
56b2e4
#define license tag if not already defined
56b2e4
%{!?_licensedir:%global license %doc}
56b2e4
56b2e4
%files -n containers-common
56b2e4
%dir %{_sysconfdir}/containers
56b2e4
%dir %{_sysconfdir}/containers/certs.d
56b2e4
%dir %{_sysconfdir}/containers/registries.d
56b2e4
%dir %{_sysconfdir}/containers/oci
56b2e4
%dir %{_sysconfdir}/containers/oci/hooks.d
c81977
%dir %{_sysconfdir}/containers/registries.conf.d
56b2e4
%config(noreplace) %{_sysconfdir}/containers/policy.json
56b2e4
%config(noreplace) %{_sysconfdir}/containers/registries.d/default.yaml
56b2e4
%config(noreplace) %{_sysconfdir}/containers/storage.conf
56b2e4
%config(noreplace) %{_sysconfdir}/containers/registries.conf
480752
%config(noreplace) %{_sysconfdir}/containers/registries.conf.d/*.conf
c81977
%config(noreplace) %{_sysconfdir}/containers/registries.d/*.yaml
56b2e4
%ghost %{_sysconfdir}/containers/containers.conf
56b2e4
%dir %{_sharedstatedir}/containers/sigstore
56b2e4
%{_mandir}/man5/*
56b2e4
%dir %{_datadir}/containers
56b2e4
%{_datadir}/containers/mounts.conf
56b2e4
%{_datadir}/containers/seccomp.json
56b2e4
%{_datadir}/containers/containers.conf
56b2e4
%dir %{_datadir}/rhel/secrets
56b2e4
%{_datadir}/rhel/secrets/*
56b2e4
56b2e4
%files
56b2e4
%license LICENSE
56b2e4
%doc README.md
56b2e4
%{_bindir}/%{name}
56b2e4
%{_mandir}/man1/%{name}*
56b2e4
%dir %{_datadir}/bash-completion
56b2e4
%dir %{_datadir}/bash-completion/completions
56b2e4
%{_datadir}/bash-completion/completions/%{name}
56b2e4
56b2e4
%files tests
56b2e4
%license LICENSE
56b2e4
%{_datadir}/%{name}/test
56b2e4
56b2e4
%changelog
480752
* Wed Jul 21 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.3.1-7
480752
- switch to "main" branch of podman
480752
- Related: #1934415
480752
480752
* Wed Jul 21 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.3.1-6
480752
- move unqualified-search-registries to [registries.search]
480752
- Resolves: #1977280
480752
480752
* Thu Jul 15 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.3.1-5
480752
- update shortnames from Pyxis
480752
- Related: #1934415
480752
480752
* Wed Jul 07 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.3.1-4
480752
- add direct runc dependency to avoid situation when runc is listed
480752
  as default runtime but only crun is present in RHEL8
480752
- Related: #1934415
480752
480752
* Mon Jul 05 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.3.1-3
480752
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.3
480752
  (https://github.com/containers/skopeo/commit/038f70e)
480752
- Related: #1934415
480752
480752
* Thu Jul 01 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.3.1-2
480752
- use v3.2 branch for podman and update vendored branches
480752
- Related: #1934415
480752
480752
* Thu Jul 01 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.3.1-1
480752
- update to https://github.com/containers/skopeo/releases/tag/v1.3.1
480752
- Related: #1934415
480752
480752
* Mon Jun 28 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.3.0-5
480752
- update shortname overrides
480752
- Related: #1952204
480752
480752
* Thu Jun 10 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.3.0-4
480752
- sync with Pyxis
480752
- use containers-mounts.conf.5.md from containers/common
480752
- Related: #1934415
480752
480752
* Mon May 24 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.3.0-3
480752
- update to new versions of vendored components
480752
- fail is there is an issue in communication with Pyxis API
480752
- understand devel branch in update.sh script
480752
- Related: #1934415
480752
480752
* Fri May 21 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.3.0-2
480752
- fix filelist with the new upstream release
480752
- Related: #1934415
480752
480752
* Thu May 20 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.3.0-1
480752
- update to https://github.com/containers/skopeo/releases/tag/v1.3.0
480752
- Related: #1934415
480752
480752
* Tue May 11 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.3-3
480752
- update vendored components versions
480752
- sync shortnames with pyxis
480752
- Related: #1934415
480752
480752
* Mon Apr 26 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.3-2
480752
- assure runc is set as default runtime in RHEL8
480752
- update shortnames from upstream
480752
- sync vendored component versions with upstream
480752
- Related: #1934415
480752
480752
* Mon Apr 26 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.3-1
480752
- update to skopeo-1.2.3
480752
- sync with Fedora deps
480752
- fix typo in upstream Makefile
480752
- Related: #1934415
480752
480752
* Thu Apr 22 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.2-6
480752
- add update-vendored.sh, pyxis.sh and amend the shortname generation
480752
- Related: #1934415
480752
480752
* Wed Apr 07 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.2-5
480752
- require crun >= 0.19 and set it as default OCI runtime
480752
- add ensure() function to update.sh so that configuration statements
480752
  can be easily amended/reviewed
480752
- Related: #1934415
480752
8b7a69
* Mon Mar 15 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.2-4
480752
- use infra_image = "registry.redhat.io/ubi8/pause" in containers.conf
8b7a69
  (unlike previous one ubi8/pause doesn't require authentication)
8b7a69
- Related: #1934415
8b7a69
8b7a69
* Fri Mar 12 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.2-3
8b7a69
- use infra_image = "registry.redhat.io/rhel8/pause" in contiainers.conf
8b7a69
- add update-vendored.sh script which will always assure we ship
8b7a69
  documentation/configs for versions vendored in podman, buildah and
8b7a69
  skopeo
8b7a69
- Related: #1934415
8b7a69
8b7a69
* Wed Mar 03 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.2-2
8b7a69
- use rhel-shortnames only from trusted registries
8b7a69
- sync with config files from current versions of vendored projects
8b7a69
- Resolves: #1933775
8b7a69
- Resolves: #1933776
8b7a69
8b7a69
* Fri Feb 19 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.2-1
8b7a69
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.2
8b7a69
  (https://github.com/containers/skopeo/commit/e72dd9c)
8b7a69
- Related: #1883490
8b7a69
8b7a69
* Thu Feb 18 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.1-14
8b7a69
- rename shortnames.conf to 000-shortnames.conf to assure evaluation order
8b7a69
- Related: #1883490
8b7a69
8b7a69
* Thu Feb 18 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.1-13
8b7a69
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.2
8b7a69
  (https://github.com/containers/skopeo/commit/3abb778)
8b7a69
- Related: #1883490
8b7a69
8b7a69
* Mon Feb 15 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.1-12
8b7a69
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.2
8b7a69
  (https://github.com/containers/skopeo/commit/b4210c0)
8b7a69
- Resolves: #1914884
8b7a69
8b7a69
* Sat Feb 06 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.1-11
8b7a69
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.2
8b7a69
  (https://github.com/containers/skopeo/commit/6c0e35a)
8b7a69
- Related: #1883490
8b7a69
8b7a69
* Tue Feb 02 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.1-10
8b7a69
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.2
8b7a69
  (https://github.com/containers/skopeo/commit/a05ddb8)
8b7a69
- Related: #1883490
8b7a69
caaf40
* Sun Jan 31 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.1-9
caaf40
- define 8.4.0 branch for podman (v3.0)
caaf40
- remove redundant source file
caaf40
- Related: #1883490
caaf40
caaf40
* Sun Jan 31 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.1-8
caaf40
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.2
caaf40
  (https://github.com/containers/skopeo/commit/2e90a8a)
caaf40
- Related: #1883490
caaf40
caaf40
* Fri Jan 29 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.1-7
caaf40
- convert subscription-manager from weak dep to a hint
caaf40
- Related: #1883490
caaf40
caaf40
* Tue Jan 19 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.1-6
caaf40
- fix rhel-shortnames.conf generation (avoid duplicates and records
caaf40
  with invalid URL)
caaf40
- Related: #1883490
caaf40
caaf40
* Mon Jan 18 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.1-5
caaf40
- assure "NET_RAW" is always defined
caaf40
- support rhel-shortnames.conf with generated shortname/registry aliases
caaf40
- Related: #1883490
caaf40
caaf40
* Fri Jan 15 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.1-4
caaf40
- add "NET_RAW" default capability
caaf40
- Related: #1883490
caaf40
c81977
* Tue Jan 12 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.1-3
c81977
- ship preconfigured /etc/containers/registries.d/ files with containers-common
c81977
- Related: #1883490
a460b1
c81977
* Tue Jan 12 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.1-2
c81977
- add shortnames from https://github.com/containers/shortnames
c81977
- Related: #1883490
a460b1
a460b1
* Mon Jan 11 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.1-1
a460b1
- update vendored component versions
a460b1
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.2
a460b1
  (https://github.com/containers/skopeo/commit/2e90a8a)
c81977
- Related: #1883490
a460b1
a460b1
* Fri Jan 08 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.0-6
c81977
- gating tests fixes and bump podman branch
c81977
- Related: #1883490
a460b1
c81977
* Tue Dec 08 2020 Jindrich Novy <jnovy@redhat.com> - 1:1.2.0-5
c81977
- still use arch exclude as the go_arches macro is broken for 8.4
c81977
- Related: #1883490
a460b1
c81977
* Wed Dec 02 2020 Jindrich Novy <jnovy@redhat.com> - 1:1.2.0-4
c81977
- unify vendored branches
c81977
- add validation script
c81977
- Related: #1883490
391ee1
391ee1
* Thu Nov 05 2020 Jindrich Novy <jnovy@redhat.com> - 1:1.2.0-3
391ee1
- simplify spec file
391ee1
- use short commit ID in tarball name
c81977
- Related: #1883490
391ee1
391ee1
* Fri Oct 23 2020 Jindrich Novy <jnovy@redhat.com> - 1:1.2.0-2
c81977
- synchronize with stream-container-tools-rhel8
c81977
- Related: #1883490
391ee1
391ee1
* Thu Oct 22 2020 Jindrich Novy <jnovy@redhat.com> - 1:1.2.0-1
c81977
- synchronize with stream-container-tools-rhel8
c81977
- Related: #1883490
391ee1
1b1052
* Tue Aug 11 2020 Jindrich Novy <jnovy@redhat.com> - 1:1.1.1-3
1b1052
- propagate proper CFLAGS to CGO_CFLAGS to assure code hardening and optimization
1b1052
- Related: #1821193
1b1052
1b1052
* Wed Jul 29 2020 Jindrich Novy <jnovy@redhat.com> - 1:1.1.1-2
1b1052
- drop applied patches
1b1052
- Related: #1821193
1b1052
1b1052
* Wed Jul 29 2020 Jindrich Novy <jnovy@redhat.com> - 1:1.1.1-1
1b1052
- update to https://github.com/containers/skopeo/releases/tag/v1.1.1
1b1052
- Related: #1821193
1b1052
1b1052
* Thu Jul 23 2020 Eduardo Santiago <santiago@redhat.com> - 1:1.1.0-3
1b1052
- fix broken gating tests: docker unexpectedly removed htpasswd from
1b1052
  their 'registry:2' image, so we now use htpasswd from httpd-tools on host.
1b1052
1b1052
* Fri Jul 17 2020 Jindrich Novy <jnovy@redhat.com> - 1:1.1.0-2
1b1052
- fix "CVE-2020-14040 skopeo: golang.org/x/text: possibility to trigger an infinite loop in encoding/unicode could lead to crash [rhel-8]"
1b1052
- Resolves: #1854719
1b1052
74c329
* Fri Jun 19 2020 Jindrich Novy <jnovy@redhat.com> - 1:1.1.0-1
74c329
- update to https://github.com/containers/skopeo/releases/tag/v1.1.0
74c329
- Related: #1821193
74c329
74c329
* Wed Jun 10 2020 Jindrich Novy <jnovy@redhat.com> - 1:1.0.0-2
74c329
- exclude i686 arch
74c329
- Related: #1821193
74c329
56b2e4
* Tue May 19 2020 Jindrich Novy <jnovy@redhat.com> - 1:1.0.0-1
56b2e4
- update to https://github.com/containers/skopeo/releases/tag/v1.0.0
56b2e4
- Related: #1821193
56b2e4
56b2e4
* Tue May 12 2020 Jindrich Novy <jnovy@redhat.com> - 1:0.2.0-6
56b2e4
- synchronize containter-tools 8.3.0 with 8.2.1
56b2e4
- Related: #1821193
56b2e4
56b2e4
* Mon Apr 06 2020 Jindrich Novy <jnovy@redhat.com> - 1:0.1.41-1
56b2e4
- update to 0.1.41
56b2e4
- Related: #1821193
56b2e4
56b2e4
* Fri Mar 06 2020 Jindrich Novy <jnovy@redhat.com> - 1:0.1.40-10
56b2e4
- modify registries.conf default configuration to be more secure by default
56b2e4
- Resolves: #1810053
56b2e4
56b2e4
* Fri Feb 14 2020 Jindrich Novy <jnovy@redhat.com> - 1:0.1.40-9
56b2e4
- Fix CVE-2020-1702.
56b2e4
- Resolves: #1801922
56b2e4
56b2e4
* Thu Jan 02 2020 Jindrich Novy <jnovy@redhat.com> - 1:0.1.40-8
56b2e4
- change the search order of registries and remove quay.io (#1784267)
56b2e4
56b2e4
* Wed Dec 11 2019 Jindrich Novy <jnovy@redhat.com> - 1:0.1.40-7
56b2e4
- compile in FIPS mode
56b2e4
- Related: RHELPLAN-25139
56b2e4
56b2e4
* Mon Dec 09 2019 Jindrich Novy <jnovy@redhat.com> - 1:0.1.40-6
56b2e4
- be sure to use golang >= 1.12.12-4
56b2e4
- Related: RHELPLAN-25139
56b2e4
56b2e4
* Wed Dec 04 2019 Jindrich Novy <jnovy@redhat.com> - 1:0.1.40-5
56b2e4
- fix file list
56b2e4
- Related: RHELPLAN-25139
56b2e4
56b2e4
* Wed Dec 04 2019 Jindrich Novy <jnovy@redhat.com> - 1:0.1.40-4
56b2e4
- fix symlinks in /usr/share/rhel/secrets and make
56b2e4
  subscription-manager soft dependency to make them work
56b2e4
- Related: RHELPLAN-25139
56b2e4
56b2e4
* Thu Nov 28 2019 Jindrich Novy <jnovy@redhat.com> - 1:0.1.40-3
56b2e4
- rebuild because of CVE-2019-9512 and CVE-2019-9514
56b2e4
- Resolves: #1772132, #1772137
56b2e4
56b2e4
* Wed Nov 20 2019 Jindrich Novy <jnovy@redhat.com> - 1:0.1.40-2
56b2e4
- comment out mountopt option in order to fix gating tests
56b2e4
  see bug 1769769
56b2e4
- Related: RHELPLAN-25139
56b2e4
56b2e4
* Wed Nov 06 2019 Jindrich Novy <jnovy@redhat.com> - 1:0.1.40-1
56b2e4
- update to 0.1.40
56b2e4
- Related: RHELPLAN-25139
56b2e4
56b2e4
* Thu Sep 12 2019 Jindrich Novy <jnovy@redhat.com> - 1:0.1.37-5
56b2e4
- Fix CVE-2019-10214 (#1734651).
56b2e4
56b2e4
* Thu Aug 15 2019 Jindrich Novy <jnovy@redhat.com> - 1:0.1.37-4
56b2e4
- fix permissions of rhel/secrets
56b2e4
  Resolves: #1691543
56b2e4
56b2e4
* Fri Jun 14 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.37-3
56b2e4
- Resolves: #1719994 - add registry.access.redhat.com to registries.conf
56b2e4
56b2e4
* Fri Jun 14 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.37-2
56b2e4
- Resolves: #1721247 - enable fips mode
56b2e4
56b2e4
* Fri Jun 14 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.37-1
56b2e4
- Resolves: #1720654 - rebase to v0.1.37
56b2e4
56b2e4
* Tue Jun  4 2019 Eduardo Santiago <santiago@redhat.com> - 1:0.1.36-1.git6307635
56b2e4
- built upstream tag v0.1.36, including system tests
56b2e4
56b2e4
* Tue Apr 30 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.32-4.git1715c90
56b2e4
- Fixes @openshift/machine-config-operator#669
56b2e4
- install /etc/containers/oci/hooks.d and /etc/containers/certs.d
56b2e4
56b2e4
* Tue Dec 18 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 1:0.1.32-3.git1715c90
56b2e4
- rebase
56b2e4
56b2e4
* Mon Dec 17 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 1:0.1.32-2.git1715c90
56b2e4
- re-enable debuginfo
56b2e4
56b2e4
* Mon Dec 17 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 1:0.1.31-12.gitb0b750d
56b2e4
- go tools not in scl anymore
56b2e4
56b2e4
* Fri Sep 21 2018 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.31-11.gitb0b750d
56b2e4
- Resolves: #1615609
56b2e4
- built upstream tag v0.1.31
56b2e4
56b2e4
* Thu Aug 23 2018 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.31-10.git0144aa8
56b2e4
- Resolves: #1616069 - correct order of registries
56b2e4
56b2e4
* Mon Aug 13 2018 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.31-9.git0144aa8
56b2e4
- Resolves: #1615609 - rebuild with gobuild tag 'no_openssl'
56b2e4
56b2e4
* Fri Aug 10 2018 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.31-8.git0144aa8
56b2e4
- Resolves: #1614934 - containers-common soft dep on slirp4netns and
56b2e4
fuse-overlayfs
56b2e4
56b2e4
* Wed Aug 08 2018 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.31-7.git0144aa8
56b2e4
- build with %%gobuild
56b2e4
- use scl-ized go-toolset as dep
56b2e4
- disable i686 builds temporarily because of go-toolset issues
56b2e4
56b2e4
* Wed Jul 18 2018 dwalsh <dwalsh@redhat.com> - 1:0.1.31-6.git0144aa8
56b2e4
- add statx to seccomp.json to containers-config
56b2e4
- add seccomp.json to containers-config
56b2e4
56b2e4
* Tue Jul 03 2018 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.31-4.git0144aa8
56b2e4
- Resolves: #1597629 - handle dependency issue for skopeo-containers
56b2e4
- rename skopeo-containers to containers-common as in Fedora
56b2e4
56b2e4
* Mon Jun 25 2018 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.31-3.git0144aa8
56b2e4
- Resolves: #1583762 - btrfs dep removal needs exclude_graphdriver_btrfs
56b2e4
buildtag
56b2e4
56b2e4
* Wed Jun 13 2018 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.31-2.git0144aa8
56b2e4
- correct bz in previous changelog
56b2e4
56b2e4
* Wed Jun 13 2018 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.31-1.git0144aa8
56b2e4
- Resolves: #1580938 - resolve FTBFS
56b2e4
- Resolves: #1583762 - remove dependency on btrfs-progs-devel
56b2e4
- bump to v0.1.31 (from master)
56b2e4
- built commit ca3bff6
56b2e4
- use go-toolset deps for rhel8
56b2e4
56b2e4
* Tue Apr 03 2018 baude <bbaude@redhat.com> - 0.1.29-5.git7add6fc
56b2e4
- Fix small typo in registries.conf
56b2e4
56b2e4
* Tue Apr 3 2018 dwalsh <dwalsh@redhat.com> - 0.1.29-4.git
56b2e4
- Add policy.json.5
56b2e4
56b2e4
* Mon Apr 2 2018 dwalsh <dwalsh@redhat.com> - 0.1.29-3.git
56b2e4
- Add registries.conf
56b2e4
56b2e4
* Mon Apr 2 2018 dwalsh <dwalsh@redhat.com> - 0.1.29-2.git
56b2e4
- Add registries.conf man page
56b2e4
56b2e4
* Thu Mar 29 2018 dwalsh <dwalsh@redhat.com> - 0.1.29-1.git
56b2e4
- bump to 0.1.29-1
56b2e4
- Updated containers/image
56b2e4
    docker-archive generates docker legacy compatible images
56b2e4
    Do not create $DiffID subdirectories for layers with no configs
56b2e4
    Ensure the layer IDs in legacy docker/tarfile metadata are unique
56b2e4
    docker-archive: repeated layers are symlinked in the tar file
56b2e4
    sysregistries: remove all trailing slashes
56b2e4
    Improve docker/* error messages
56b2e4
    Fix failure to make auth directory
56b2e4
    Create a new slice in Schema1.UpdateLayerInfos
56b2e4
    Drop unused storageImageDestination.{image,systemContext}
56b2e4
    Load a *storage.Image only once in storageImageSource
56b2e4
    Support gzip for docker-archive files
56b2e4
    Remove .tar extension from blob and config file names
56b2e4
    ostree, src: support copy of compressed layers
56b2e4
    ostree: re-pull layer if it misses uncompressed_digest|uncompressed_size
56b2e4
    image: fix docker schema v1 -> OCI conversion
56b2e4
    Add /etc/containers/certs.d as default certs directory
56b2e4
56b2e4
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.28-2.git0270e56
56b2e4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
56b2e4
56b2e4
* Fri Feb 2 2018 dwalsh <dwalsh@redhat.com> - 0.1.28-1.git
56b2e4
- Vendor in fixed libraries in containers/image and containers/storage
56b2e4
56b2e4
* Tue Nov 21 2017 dwalsh <dwalsh@redhat.com> - 0.1.27-1.git
56b2e4
- Fix Conflicts to Obsoletes
56b2e4
- Add better docs to man pages.
56b2e4
- Use credentials from authfile for skopeo commands
56b2e4
- Support storage="" in /etc/containers/storage.conf
56b2e4
- Add global --override-arch and --override-os options
56b2e4
56b2e4
* Wed Nov 15 2017 dwalsh <dwalsh@redhat.com> - 0.1.25-2.git2e8377a7
56b2e4
-  Add manifest type conversion to skopeo copy
56b2e4
-  User can select from 3 manifest types: oci, v2s1, or v2s2
56b2e4
-   e.g skopeo copy --format v2s1 --compress-blobs docker-archive:alp.tar dir:my-directory
56b2e4
56b2e4
* Wed Nov 8 2017 dwalsh <dwalsh@redhat.com> - 0.1.25-2.git7fd6f66b
56b2e4
- Force storage.conf to default to overlay
56b2e4
56b2e4
* Wed Nov 8 2017 dwalsh <dwalsh@redhat.com> - 0.1.25-1.git7fd6f66b
56b2e4
-   Fix CVE in tar-split
56b2e4
-   copy: add shared blob directory support for OCI sources/destinations
56b2e4
-   Aligning Docker version between containers/image and skopeo
56b2e4
-   Update image-tools, and remove the duplicate Sirupsen/logrus vendor
56b2e4
-   makefile: use -buildmode=pie
56b2e4
  
56b2e4
* Tue Nov 7 2017 dwalsh <dwalsh@redhat.com> - 0.1.24-8.git28d4e08a
56b2e4
- Add /usr/share/containers/mounts.conf
56b2e4
56b2e4
* Sun Oct 22 2017 dwalsh <dwalsh@redhat.com> - 0.1.24-7.git28d4e08a
56b2e4
- Bug fixes
56b2e4
- Update to release
56b2e4
56b2e4
* Tue Oct 17 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.24-6.dev.git28d4e08
56b2e4
- skopeo-containers conflicts with docker-rhsubscription <= 2:1.13.1-31
56b2e4
56b2e4
* Tue Oct 17 2017 dwalsh <dwalsh@redhat.com> - 0.1.24-5.dev.git28d4e08
56b2e4
- Add rhel subscription secrets data to skopeo-containers
56b2e4
56b2e4
* Thu Oct 12 2017 dwalsh <dwalsh@redhat.com> - 0.1.24-4.dev.git28d4e08
56b2e4
- Update container/storage.conf and containers-storage.conf man page
56b2e4
- Default override to true so it is consistent with RHEL.
56b2e4
56b2e4
* Tue Oct 10 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.24-3.dev.git28d4e08
56b2e4
- built commit 28d4e08
56b2e4
56b2e4
* Mon Sep 18 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.24-2.dev.git875dd2e
56b2e4
- built commit 875dd2e
56b2e4
- Resolves: gh#416
56b2e4
56b2e4
* Tue Sep 12 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.24-1.dev.gita41cd0
56b2e4
- bump to 0.1.24-dev
56b2e4
- correct a prior bogus date
56b2e4
- fix macro in comment warning
56b2e4
56b2e4
* Mon Aug 21 2017 dwalsh <dwalsh@redhat.com> - 0.1.23-6.dev.git1bbd87
56b2e4
- Change name of storage.conf.5 man page to containers-storage.conf.5, since
56b2e4
it conflicts with inn package
56b2e4
- Also remove default to "overalay" in the configuration, since we should
56b2e4
- allow containers storage to pick the best default for the platform.
56b2e4
56b2e4
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.23-5.git1bbd87f
56b2e4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
56b2e4
56b2e4
* Sun Jul 30 2017 Florian Weimer <fweimer@redhat.com> - 0.1.23-4.git1bbd87f
56b2e4
- Rebuild with binutils fix for ppc64le (#1475636)
56b2e4
56b2e4
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.23-3.git1bbd87f
56b2e4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
56b2e4
56b2e4
* Tue Jul 25 2017 dwalsh <dwalsh@redhat.com> - 0.1.23-2.dev.git1bbd87
56b2e4
- Fix storage.conf man page to be storage.conf.5.gz so that it works.
56b2e4
56b2e4
* Fri Jul 21 2017 dwalsh <dwalsh@redhat.com> - 0.1.23-1.dev.git1bbd87
56b2e4
- Support for OCI V1.0 Images
56b2e4
- Update to image-spec v1.0.0 and revendor
56b2e4
- Fixes for authentication
56b2e4
56b2e4
* Sat Jul 01 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.22-2.dev.git5d24b67
56b2e4
- Epoch: 1 for CentOS as CentOS Extras' build already has epoch set to 1
56b2e4
56b2e4
* Wed Jun 21 2017 dwalsh <dwalsh@redhat.com> - 0.1.22-1.dev.git5d24b67
56b2e4
-  Give more useful help when explaining usage
56b2e4
-  Also specify container-storage as a valid transport
56b2e4
-  Remove docker reference wherever possible
56b2e4
-  vendor in ostree fixes
56b2e4
56b2e4
* Thu Jun 15 2017 dwalsh <dwalsh@redhat.com> - 0.1.21-1.dev.git0b73154
56b2e4
- Add support for storage.conf and storage-config.5.md from github container storage package
56b2e4
- Bump to the latest version of skopeo
56b2e4
- vendor.conf: add ostree-go
56b2e4
- it is used by containers/image for pulling images to the OSTree storage.
56b2e4
- fail early when image os does not match host os
56b2e4
- Improve documentation on what to do with containers/image failures in test-skopeo
56b2e4
-   We now have the docker-archive: transport
56b2e4
-   Integration tests with built registries also exist
56b2e4
- Support /etc/docker/certs.d
56b2e4
- update image-spec to v1.0.0-rc6
56b2e4
56b2e4
* Tue May 23 2017 bbaude <bbaude@redhat.com> - 0.1.20-1.dev.git0224d8c
56b2e4
- BZ #1380078 - New release
56b2e4
56b2e4
* Tue Apr 25 2017 bbaude <bbaude@redhat.com> - 0.1.19-2.dev.git0224d8c
56b2e4
- No golang support for ppc64.  Adding exclude arch. BZ #1445490
56b2e4
56b2e4
* Tue Feb 28 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.19-1.dev.git0224d8c
56b2e4
- bump to v0.1.19-dev
56b2e4
- built commit 0224d8c
56b2e4
56b2e4
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.17-3.dev.git2b3af4a
56b2e4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
56b2e4
56b2e4
* Sat Dec 10 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.1.17-2.dev.git2b3af4a
56b2e4
- Rebuild for gpgme 1.18
56b2e4
56b2e4
* Tue Dec 06 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.17-1.dev.git2b3af4a
56b2e4
- bump to 0.1.17-dev
56b2e4
56b2e4
* Fri Nov 04 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.14-6.git550a480
56b2e4
- Fix BZ#1391932
56b2e4
56b2e4
* Tue Oct 18 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.14-5.git550a480
56b2e4
- Conflicts with atomic in skopeo-containers
56b2e4
56b2e4
* Wed Oct 12 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.14-4.git550a480
56b2e4
- built skopeo-containers
56b2e4
56b2e4
* Wed Sep 21 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.14-3.gitd830391
56b2e4
- built mtrmac/integrate-all-the-things commit d830391
56b2e4
56b2e4
* Thu Sep 08 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.14-2.git362bfc5
56b2e4
- built commit 362bfc5
56b2e4
56b2e4
* Thu Aug 11 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.14-1.gitffe92ed
56b2e4
- build origin/master commit ffe92ed
56b2e4
56b2e4
* Thu Jul 21 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.13-6
56b2e4
- https://fedoraproject.org/wiki/Changes/golang1.7
56b2e4
56b2e4
* Tue Jun 21 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.13-5
56b2e4
- include go-srpm-macros and compiler(go-compiler) in fedora conditionals
56b2e4
- define %%gobuild if not already
56b2e4
- add patch to build with older version of golang
56b2e4
56b2e4
* Thu Jun 02 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.13-4
56b2e4
- update to v0.1.12
56b2e4
56b2e4
* Tue May 31 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.12-3
56b2e4
- fix go build source path
56b2e4
56b2e4
* Fri May 27 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.12-2
56b2e4
- update to v0.1.12
56b2e4
56b2e4
* Tue Mar 08 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.11-1
56b2e4
- update to v0.1.11
56b2e4
56b2e4
* Tue Mar 08 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.10-1
56b2e4
- update to v0.1.10
56b2e4
- change runcom -> projectatomic
56b2e4
56b2e4
* Mon Feb 29 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.9-1
56b2e4
- update to v0.1.9
56b2e4
56b2e4
* Mon Feb 29 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.8-1
56b2e4
- update to v0.1.8
56b2e4
56b2e4
* Mon Feb 22 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.4-2
56b2e4
- https://fedoraproject.org/wiki/Changes/golang1.6
56b2e4
56b2e4
* Fri Jan 29 2016 Antonio Murdaca <runcom@redhat.com> - 0.1.4
56b2e4
- First package for Fedora