f2048a
%global with_debug 1
f2048a
%global with_check 0
f2048a
f2048a
%if 0%{?with_debug}
f2048a
%global _find_debuginfo_dwz_opts %{nil}
f2048a
%global _dwz_low_mem_die_limit 0
f2048a
%else
f2048a
%global debug_package %{nil}
f2048a
%endif
f2048a
f2048a
%if 0%{?rhel} > 7 && ! 0%{?fedora}
f2048a
%define gobuild(o:) \
f2048a
go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -compressdwarf=false -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v -x %{?**};
f2048a
%endif # distro
f2048a
f2048a
%global provider github
f2048a
%global provider_tld com
f2048a
%global project containers
f2048a
%global repo skopeo
f2048a
# https://github.com/containers/skopeo
f2048a
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
f2048a
%global import_path %{provider_prefix}
f2048a
%global git0 https://%{import_path}
f2048a
%global commit0 1715c9084124875cb71f006916396e3c7d03014e
f2048a
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
f2048a
f2048a
# manually listed arches due https://bugzilla.redhat.com/show_bug.cgi?id=1391932 (removed ppc64)
f2048a
# remove ix86 temporarily because go-toolset issues
f2048a
ExcludeArch: ppc64 %{ix86}
f2048a
f2048a
Name: %{repo}
f2048a
Epoch: 1
f2048a
Version: 0.1.32
39d5a4
Release: 4.git%{shortcommit0}%{?dist}
f2048a
Summary: Inspect Docker images and repositories on registries
f2048a
License: ASL 2.0
f2048a
URL: %{git0}
f2048a
Source0: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
f2048a
Source1: storage.conf
f2048a
Source2: containers-storage.conf.5.md
f2048a
Source3: mounts.conf
f2048a
Source4: registries.conf.5.md
f2048a
Source5: registries.conf
f2048a
Source6: policy.json.5.md
f2048a
Source7: seccomp.json
f2048a
BuildRequires: git
f2048a
# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
f2048a
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
f2048a
BuildRequires: golang-github-cpuguy83-go-md2man
f2048a
BuildRequires: gpgme-devel
f2048a
BuildRequires: libassuan-devel
f2048a
BuildRequires: pkgconfig(devmapper)
f2048a
BuildRequires: ostree-devel
f2048a
BuildRequires: glib2-devel
f2048a
Requires: containers-common = %{epoch}:%{version}-%{release}
f2048a
f2048a
%description
f2048a
Command line utility to inspect images and repositories directly on Docker
f2048a
registries without the need to pull them
f2048a
f2048a
%package -n containers-common
f2048a
Summary: Configuration files for working with image signatures
f2048a
Obsoletes: atomic <= 1:1.13.1-2
f2048a
Conflicts: atomic-registries <= 1:1.22.1-1
f2048a
Obsoletes: docker-rhsubscription <= 2:1.13.1-31
f2048a
Provides: %{name}-containers = %{epoch}:%{version}-%{release}
f2048a
Obsoletes: %{name}-containers <= 1:0.1.31-3
f2048a
Recommends: fuse-overlayfs
f2048a
Recommends: slirp4netns
f2048a
f2048a
%description -n containers-common
f2048a
This package installs a default signature store configuration and a default
f2048a
policy under `/etc/containers/`.
f2048a
f2048a
%prep
f2048a
%autosetup -Sgit -n %{name}-%{commit0}
f2048a
f2048a
%build
f2048a
mkdir -p src/github.com/containers
f2048a
ln -s ../../../ src/%{import_path}
f2048a
f2048a
mkdir -p vendor/src
f2048a
for v in vendor/*; do
f2048a
    if test ${v} = vendor/src; then continue; fi
f2048a
    if test -d ${v}; then
f2048a
	mv ${v} vendor/src/
f2048a
    fi
f2048a
done
f2048a
f2048a
export GOPATH=$(pwd):$(pwd)/vendor:%{gopath}
f2048a
#make BUILDTAGS='exclude_graphdriver_btrfs' binary-local docs
f2048a
export BUILDTAGS="exclude_graphdriver_btrfs"
f2048a
%gobuild -o %{name} ./cmd/%{name}
f2048a
make docs
f2048a
f2048a
%install
f2048a
make DESTDIR=%{buildroot} install
f2048a
mkdir -p %{buildroot}%{_sysconfdir}
f2048a
install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/storage.conf
f2048a
mkdir -p %{buildroot}%{_mandir}/man5
f2048a
go-md2man -in %{SOURCE2} -out %{buildroot}%{_mandir}/man5/containers-storage.conf.5
f2048a
go-md2man -in %{SOURCE4} -out %{buildroot}%{_mandir}/man5/registries.conf.5
f2048a
install -p -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/containers/
f2048a
go-md2man -in %{SOURCE6} -out %{buildroot}%{_mandir}/man5/policy.json.5
f2048a
f2048a
mkdir -p %{buildroot}%{_datadir}/containers
f2048a
install -m0644 %{SOURCE3} %{buildroot}%{_datadir}/containers/mounts.conf
f2048a
install -m0644 %{SOURCE7} %{buildroot}%{_datadir}/containers/seccomp.json
f2048a
f2048a
# install secrets patch directory
f2048a
install -d -p -m 750 %{buildroot}/%{_datadir}/rhel/secrets
f2048a
# rhbz#1110876 - update symlinks for subscription management
f2048a
ln -s %{_sysconfdir}/pki/entitlement %{buildroot}%{_datadir}/rhel/secrets/etc-pki-entitlement
f2048a
ln -s %{_sysconfdir}/rhsm %{buildroot}%{_datadir}/rhel/secrets/rhsm
f2048a
ln -s %{_sysconfdir}/yum.repos.d/redhat.repo %{buildroot}%{_datadir}/rhel/secrets/rhel7.repo
f2048a
f2048a
%check
f2048a
%if 0%{?with_check}
f2048a
export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
f2048a
%gotest %{import_path}/integration
f2048a
%endif
f2048a
f2048a
#define license tag if not already defined
f2048a
%{!?_licensedir:%global license %doc}
f2048a
f2048a
%files -n containers-common
f2048a
%dir %{_sysconfdir}/containers
f2048a
%dir %{_sysconfdir}/containers/registries.d
f2048a
%config(noreplace) %{_sysconfdir}/containers/policy.json
f2048a
%config(noreplace) %{_sysconfdir}/containers/registries.d/default.yaml
f2048a
%config(noreplace) %{_sysconfdir}/containers/storage.conf 
f2048a
%config(noreplace) %{_sysconfdir}/containers/registries.conf
f2048a
%dir %{_sharedstatedir}/atomic/sigstore
f2048a
%{_mandir}/man5/*
f2048a
%dir %{_datadir}/containers
f2048a
%{_datadir}/containers/mounts.conf
f2048a
%{_datadir}/containers/seccomp.json
f2048a
%dir %{_datadir}/rhel/secrets
f2048a
%{_datadir}/rhel/secrets/etc-pki-entitlement
f2048a
%{_datadir}/rhel/secrets/rhel7.repo
f2048a
%{_datadir}/rhel/secrets/rhsm
f2048a
f2048a
%files
f2048a
%license LICENSE
f2048a
%doc README.md
f2048a
%{_bindir}/%{name}
f2048a
%{_mandir}/man1/%{name}.1*
f2048a
%dir %{_datadir}/bash-completion
f2048a
%dir %{_datadir}/bash-completion/completions
f2048a
%{_datadir}/bash-completion/completions/%{name}
f2048a
f2048a
%changelog
39d5a4
* Thu Nov 28 2019 Jindrich Novy <jnovy@redhat.com> - 1:0.1.32-4.git1715c90
39d5a4
- rebuild because of CVE-2019-9512 and CVE-2019-9514
39d5a4
- Resolves: #1772130, #1772135
39d5a4
f2048a
* Tue Dec 18 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 1:0.1.32-3.git1715c90
f2048a
- rebase
f2048a
f2048a
* Mon Dec 17 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 1:0.1.32-2.git1715c90
f2048a
- re-enable debuginfo
f2048a
f2048a
* Mon Dec 17 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 1:0.1.31-12.gitb0b750d
f2048a
- go tools not in scl anymore
f2048a
f2048a
* Fri Sep 21 2018 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.31-11.gitb0b750d
f2048a
- Resolves: #1615609
f2048a
- built upstream tag v0.1.31
f2048a
f2048a
* Thu Aug 23 2018 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.31-10.git0144aa8
f2048a
- Resolves: #1616069 - correct order of registries
f2048a
f2048a
* Mon Aug 13 2018 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.31-9.git0144aa8
f2048a
- Resolves: #1615609 - rebuild with gobuild tag 'no_openssl'
f2048a
f2048a
* Fri Aug 10 2018 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.31-8.git0144aa8
f2048a
- Resolves: #1614934 - containers-common soft dep on slirp4netns and
f2048a
fuse-overlayfs
f2048a
f2048a
* Wed Aug 08 2018 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.31-7.git0144aa8
f2048a
- build with %%gobuild
f2048a
- use scl-ized go-toolset as dep
f2048a
- disable i686 builds temporarily because of go-toolset issues
f2048a
f2048a
* Wed Jul 18 2018 dwalsh <dwalsh@redhat.com> - 1:0.1.31-6.git0144aa8
f2048a
- add statx to seccomp.json to containers-config
f2048a
- add seccomp.json to containers-config
f2048a
f2048a
* Tue Jul 03 2018 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.31-4.git0144aa8
f2048a
- Resolves: #1597629 - handle dependency issue for skopeo-containers
f2048a
- rename skopeo-containers to containers-common as in Fedora
f2048a
f2048a
* Mon Jun 25 2018 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.31-3.git0144aa8
f2048a
- Resolves: #1583762 - btrfs dep removal needs exclude_graphdriver_btrfs
f2048a
buildtag
f2048a
f2048a
* Wed Jun 13 2018 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.31-2.git0144aa8
f2048a
- correct bz in previous changelog
f2048a
f2048a
* Wed Jun 13 2018 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.31-1.git0144aa8
f2048a
- Resolves: #1580938 - resolve FTBFS
f2048a
- Resolves: #1583762 - remove dependency on btrfs-progs-devel
f2048a
- bump to v0.1.31 (from master)
f2048a
- built commit ca3bff6
f2048a
- use go-toolset deps for rhel8
f2048a
f2048a
* Tue Apr 03 2018 baude <bbaude@redhat.com> - 0.1.29-5.git7add6fc
f2048a
- Fix small typo in registries.conf
f2048a
f2048a
* Tue Apr 3 2018 dwalsh <dwalsh@redhat.com> - 0.1.29-4.git
f2048a
- Add policy.json.5
f2048a
f2048a
* Mon Apr 2 2018 dwalsh <dwalsh@redhat.com> - 0.1.29-3.git
f2048a
- Add registries.conf
f2048a
f2048a
* Mon Apr 2 2018 dwalsh <dwalsh@redhat.com> - 0.1.29-2.git
f2048a
- Add registries.conf man page
f2048a
f2048a
* Thu Mar 29 2018 dwalsh <dwalsh@redhat.com> - 0.1.29-1.git
f2048a
- bump to 0.1.29-1
f2048a
- Updated containers/image
f2048a
    docker-archive generates docker legacy compatible images
f2048a
    Do not create $DiffID subdirectories for layers with no configs
f2048a
    Ensure the layer IDs in legacy docker/tarfile metadata are unique
f2048a
    docker-archive: repeated layers are symlinked in the tar file
f2048a
    sysregistries: remove all trailing slashes
f2048a
    Improve docker/* error messages
f2048a
    Fix failure to make auth directory
f2048a
    Create a new slice in Schema1.UpdateLayerInfos
f2048a
    Drop unused storageImageDestination.{image,systemContext}
f2048a
    Load a *storage.Image only once in storageImageSource
f2048a
    Support gzip for docker-archive files
f2048a
    Remove .tar extension from blob and config file names
f2048a
    ostree, src: support copy of compressed layers
f2048a
    ostree: re-pull layer if it misses uncompressed_digest|uncompressed_size
f2048a
    image: fix docker schema v1 -> OCI conversion
f2048a
    Add /etc/containers/certs.d as default certs directory
f2048a
f2048a
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.28-2.git0270e56
f2048a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
f2048a
f2048a
* Fri Feb 2 2018 dwalsh <dwalsh@redhat.com> - 0.1.28-1.git
f2048a
- Vendor in fixed libraries in containers/image and containers/storage
f2048a
f2048a
* Tue Nov 21 2017 dwalsh <dwalsh@redhat.com> - 0.1.27-1.git
f2048a
- Fix Conflicts to Obsoletes
f2048a
- Add better docs to man pages.
f2048a
- Use credentials from authfile for skopeo commands
f2048a
- Support storage="" in /etc/containers/storage.conf
f2048a
- Add global --override-arch and --override-os options
f2048a
f2048a
* Wed Nov 15 2017 dwalsh <dwalsh@redhat.com> - 0.1.25-2.git2e8377a7
f2048a
-  Add manifest type conversion to skopeo copy
f2048a
-  User can select from 3 manifest types: oci, v2s1, or v2s2
f2048a
-   e.g skopeo copy --format v2s1 --compress-blobs docker-archive:alp.tar dir:my-directory
f2048a
f2048a
* Wed Nov 8 2017 dwalsh <dwalsh@redhat.com> - 0.1.25-2.git7fd6f66b
f2048a
- Force storage.conf to default to overlay
f2048a
f2048a
* Wed Nov 8 2017 dwalsh <dwalsh@redhat.com> - 0.1.25-1.git7fd6f66b
f2048a
-   Fix CVE in tar-split
f2048a
-   copy: add shared blob directory support for OCI sources/destinations
f2048a
-   Aligning Docker version between containers/image and skopeo
f2048a
-   Update image-tools, and remove the duplicate Sirupsen/logrus vendor
f2048a
-   makefile: use -buildmode=pie
f2048a
  
f2048a
* Tue Nov 7 2017 dwalsh <dwalsh@redhat.com> - 0.1.24-8.git28d4e08a
f2048a
- Add /usr/share/containers/mounts.conf
f2048a
f2048a
* Sun Oct 22 2017 dwalsh <dwalsh@redhat.com> - 0.1.24-7.git28d4e08a
f2048a
- Bug fixes
f2048a
- Update to release
f2048a
f2048a
* Tue Oct 17 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.24-6.dev.git28d4e08
f2048a
- skopeo-containers conflicts with docker-rhsubscription <= 2:1.13.1-31
f2048a
f2048a
* Tue Oct 17 2017 dwalsh <dwalsh@redhat.com> - 0.1.24-5.dev.git28d4e08
f2048a
- Add rhel subscription secrets data to skopeo-containers
f2048a
f2048a
* Thu Oct 12 2017 dwalsh <dwalsh@redhat.com> - 0.1.24-4.dev.git28d4e08
f2048a
- Update container/storage.conf and containers-storage.conf man page
f2048a
- Default override to true so it is consistent with RHEL.
f2048a
f2048a
* Tue Oct 10 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.24-3.dev.git28d4e08
f2048a
- built commit 28d4e08
f2048a
f2048a
* Mon Sep 18 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.24-2.dev.git875dd2e
f2048a
- built commit 875dd2e
f2048a
- Resolves: gh#416
f2048a
f2048a
* Tue Sep 12 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.24-1.dev.gita41cd0
f2048a
- bump to 0.1.24-dev
f2048a
- correct a prior bogus date
f2048a
- fix macro in comment warning
f2048a
f2048a
* Mon Aug 21 2017 dwalsh <dwalsh@redhat.com> - 0.1.23-6.dev.git1bbd87
f2048a
- Change name of storage.conf.5 man page to containers-storage.conf.5, since
f2048a
it conflicts with inn package
f2048a
- Also remove default to "overalay" in the configuration, since we should
f2048a
- allow containers storage to pick the best default for the platform.
f2048a
f2048a
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.23-5.git1bbd87f
f2048a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
f2048a
f2048a
* Sun Jul 30 2017 Florian Weimer <fweimer@redhat.com> - 0.1.23-4.git1bbd87f
f2048a
- Rebuild with binutils fix for ppc64le (#1475636)
f2048a
f2048a
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.23-3.git1bbd87f
f2048a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f2048a
f2048a
* Tue Jul 25 2017 dwalsh <dwalsh@redhat.com> - 0.1.23-2.dev.git1bbd87
f2048a
- Fix storage.conf man page to be storage.conf.5.gz so that it works.
f2048a
f2048a
* Fri Jul 21 2017 dwalsh <dwalsh@redhat.com> - 0.1.23-1.dev.git1bbd87
f2048a
- Support for OCI V1.0 Images
f2048a
- Update to image-spec v1.0.0 and revendor
f2048a
- Fixes for authentication
f2048a
f2048a
* Sat Jul 01 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.22-2.dev.git5d24b67
f2048a
- Epoch: 1 for CentOS as CentOS Extras' build already has epoch set to 1
f2048a
f2048a
* Wed Jun 21 2017 dwalsh <dwalsh@redhat.com> - 0.1.22-1.dev.git5d24b67
f2048a
-  Give more useful help when explaining usage
f2048a
-  Also specify container-storage as a valid transport
f2048a
-  Remove docker reference wherever possible
f2048a
-  vendor in ostree fixes
f2048a
f2048a
* Thu Jun 15 2017 dwalsh <dwalsh@redhat.com> - 0.1.21-1.dev.git0b73154
f2048a
- Add support for storage.conf and storage-config.5.md from github container storage package
f2048a
- Bump to the latest version of skopeo
f2048a
- vendor.conf: add ostree-go
f2048a
- it is used by containers/image for pulling images to the OSTree storage.
f2048a
- fail early when image os does not match host os
f2048a
- Improve documentation on what to do with containers/image failures in test-skopeo
f2048a
-   We now have the docker-archive: transport
f2048a
-   Integration tests with built registries also exist
f2048a
- Support /etc/docker/certs.d
f2048a
- update image-spec to v1.0.0-rc6
f2048a
f2048a
* Tue May 23 2017 bbaude <bbaude@redhat.com> - 0.1.20-1.dev.git0224d8c
f2048a
- BZ #1380078 - New release
f2048a
f2048a
* Tue Apr 25 2017 bbaude <bbaude@redhat.com> - 0.1.19-2.dev.git0224d8c
f2048a
- No golang support for ppc64.  Adding exclude arch. BZ #1445490
f2048a
f2048a
* Tue Feb 28 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.19-1.dev.git0224d8c
f2048a
- bump to v0.1.19-dev
f2048a
- built commit 0224d8c
f2048a
f2048a
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.17-3.dev.git2b3af4a
f2048a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f2048a
f2048a
* Sat Dec 10 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.1.17-2.dev.git2b3af4a
f2048a
- Rebuild for gpgme 1.18
f2048a
f2048a
* Tue Dec 06 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.17-1.dev.git2b3af4a
f2048a
- bump to 0.1.17-dev
f2048a
f2048a
* Fri Nov 04 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.14-6.git550a480
f2048a
- Fix BZ#1391932
f2048a
f2048a
* Tue Oct 18 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.14-5.git550a480
f2048a
- Conflicts with atomic in skopeo-containers
f2048a
f2048a
* Wed Oct 12 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.14-4.git550a480
f2048a
- built skopeo-containers
f2048a
f2048a
* Wed Sep 21 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.14-3.gitd830391
f2048a
- built mtrmac/integrate-all-the-things commit d830391
f2048a
f2048a
* Thu Sep 08 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.14-2.git362bfc5
f2048a
- built commit 362bfc5
f2048a
f2048a
* Thu Aug 11 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.14-1.gitffe92ed
f2048a
- build origin/master commit ffe92ed
f2048a
f2048a
* Thu Jul 21 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.13-6
f2048a
- https://fedoraproject.org/wiki/Changes/golang1.7
f2048a
f2048a
* Tue Jun 21 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.13-5
f2048a
- include go-srpm-macros and compiler(go-compiler) in fedora conditionals
f2048a
- define %%gobuild if not already
f2048a
- add patch to build with older version of golang
f2048a
f2048a
* Thu Jun 02 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.13-4
f2048a
- update to v0.1.12
f2048a
f2048a
* Tue May 31 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.12-3
f2048a
- fix go build source path
f2048a
f2048a
* Fri May 27 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.12-2
f2048a
- update to v0.1.12
f2048a
f2048a
* Tue Mar 08 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.11-1
f2048a
- update to v0.1.11
f2048a
f2048a
* Tue Mar 08 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.10-1
f2048a
- update to v0.1.10
f2048a
- change runcom -> projectatomic
f2048a
f2048a
* Mon Feb 29 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.9-1
f2048a
- update to v0.1.9
f2048a
f2048a
* Mon Feb 29 2016 Antonio Murdaca <runcom@fedoraproject.org> - 0.1.8-1
f2048a
- update to v0.1.8
f2048a
f2048a
* Mon Feb 22 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.4-2
f2048a
- https://fedoraproject.org/wiki/Changes/golang1.6
f2048a
f2048a
* Fri Jan 29 2016 Antonio Murdaca <runcom@redhat.com> - 0.1.4
f2048a
- First package for Fedora