799950
%global with_debug 1
799950
%global with_check 0
799950
799950
%if 0%{?with_debug}
6709a8
%global _find_debuginfo_dwz_opts %{nil}
799950
%global _dwz_low_mem_die_limit 0
799950
%else
799950
%global debug_package   %{nil}
799950
%endif
799950
799950
%define gobuild(o:) go build -tags="$BUILDTAGS selinux seccomp" -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n')" -a -v -x %{?**};
799950
799950
%global provider github
799950
%global provider_tld com
c3ca7e
%global project containers
799950
%global repo libpod
799950
# https://github.com/projectatomic/libpod
799950
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
799950
%global import_path %{provider_prefix}
799950
%global git_podman https://%{provider}.%{provider_tld}/%{project}/%{repo}
2f149b
%global commit db08685af57206c21fd3dd150ecb70d7147ce7f4
799950
%global shortcommit %(c=%{commit}; echo ${c:0:7})
799950
c3ca7e
%global import_path_conmon github.com/kubernetes-sigs/cri-o
799950
%global git_conmon https://%{import_path_conmon}
2f149b
%global commit_conmon a30f93ca229c7fc68fb1d8c7a3342de3c3f54ae5
799950
%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7})
799950
799950
Name: podman
2f149b
Version: 0.10.1.3
2f149b
Release: 1.git%{shortcommit}%{?dist}
799950
Summary: Manage Pods, Containers and Container Images
799950
License: ASL 2.0
799950
URL: %{git_podman}
799950
Source0: %{git_podman}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz
799950
Source1: %{git_conmon}/archive/%{commit_conmon}/cri-o-%{shortcommit_conmon}.tar.gz
799950
799950
# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required
799950
#ExclusiveArch:  %%{?go_arches:%%{go_arches}}%%{!?go_arches:%%{ix86} x86_64 aarch64 %%{arm}}
799950
ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64
799950
# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
2f149b
%if 0%{?fedora}
2f149b
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
2f149b
%else
2f149b
BuildRequires: go-toolset-7-runtime
2f149b
BuildRequires: go-toolset-7-golang-bin
2f149b
%endif #fedora
32b680
%if 0%{?fedora} || 0%{?rhel} <= 7
799950
BuildRequires: btrfs-progs-devel
32b680
%endif
799950
BuildRequires: glib2-devel
799950
BuildRequires: glibc-devel
799950
BuildRequires: glibc-static
799950
BuildRequires: git
799950
BuildRequires: go-md2man
799950
BuildRequires: gpgme-devel
799950
BuildRequires: libassuan-devel
799950
BuildRequires: libgpg-error-devel
799950
BuildRequires: libseccomp-devel
799950
BuildRequires: libselinux-devel
799950
BuildRequires: pkgconfig
c3ca7e
BuildRequires: openssl-devel
799950
Requires: runc
799950
Requires: skopeo-containers >= 0.1.29-3
799950
# can't use default conmon right now, so we ship our own
799950
#Requires:       conmon
6709a8
Requires: containernetworking-plugins >= 0.7.0-101
799950
Requires: iptables
799950
Requires: atomic-registries >= 1.22.1-3
c3ca7e
Requires: container-selinux
799950
799950
# vendored libraries
799950
# awk '{print "Provides: bundled(golang("$1")) = "$2}' vendor.conf | sort
799950
# [thanks to Carl George <carl@george.computer> for containerd.spec]
799950
Provides: bundled(golang(github.com/asaskevich/govalidator)) = v6
799950
Provides: bundled(golang(github.com/Azure/go-ansiterm)) = 19f72df4d05d31cbe1c56bfc8045c96babff6c7e
799950
Provides: bundled(golang(github.com/beorn7/perks)) = 3ac7bf7a47d159a033b107610db8a1b6575507a4
799950
Provides: bundled(golang(github.com/blang/semver)) = v3.5.0
799950
Provides: bundled(golang(github.com/buger/goterm)) = 2f8dfbc7dbbff5dd1d391ed91482c24df243b2d3
799950
Provides: bundled(golang(github.com/BurntSushi/toml)) = v0.2.0
799950
Provides: bundled(golang(github.com/containerd/cgroups)) = 7a5fdd8330119dc70d850260db8f3594d89d6943
799950
Provides: bundled(golang(github.com/containerd/continuity)) = master
799950
Provides: bundled(golang(github.com/containernetworking/cni)) = v0.4.0
799950
Provides: bundled(golang(github.com/containers/image)) = b129a8413fd1e8c53379acbbacfc7b667070ae50
799950
Provides: bundled(golang(github.com/containers/storage)) = 1e5ce40cdb84ab66e26186435b1273e04b879fef
799950
Provides: bundled(golang(github.com/coreos/go-systemd)) = v14
799950
Provides: bundled(golang(github.com/cyphar/filepath-securejoin)) = v0.2.1
799950
Provides: bundled(golang(github.com/davecgh/go-spew)) = v1.1.0
799950
Provides: bundled(golang(github.com/dgrijalva/jwt-go)) = v3.0.0
799950
Provides: bundled(golang(github.com/docker/distribution)) = 7a8efe719e55bbfaff7bc5718cdf0ed51ca821df
799950
Provides: bundled(golang(github.com/docker/docker)) = ce452fb72ffcdb7605ce98bde9302238f47c63c5
799950
Provides: bundled(golang(github.com/docker/docker-credential-helpers)) = d68f9aeca33f5fd3f08eeae5e9d175edf4e731d1
799950
Provides: bundled(golang(github.com/docker/go-connections)) = 3ede32e2033de7505e6500d6c868c2b9ed9f169d
799950
Provides: bundled(golang(github.com/docker/go-units)) = v0.3.2
799950
Provides: bundled(golang(github.com/docker/libtrust)) = aabc10ec26b754e797f9028f4589c5b7bd90dc20
799950
Provides: bundled(golang(github.com/docker/spdystream)) = ed496381df8283605c435b86d4fdd6f4f20b8c6e
799950
Provides: bundled(golang(github.com/emicklei/go-restful)) = ff4f55a206334ef123e4f79bbf348980da81ca46
799950
Provides: bundled(golang(github.com/emicklei/go-restful-swagger12)) = 1.0.1
799950
Provides: bundled(golang(github.com/exponent-io/jsonpath)) = d6023ce2651d8eafb5c75bb0c7167536102ec9f5
799950
Provides: bundled(golang(github.com/fatih/camelcase)) = f6a740d52f961c60348ebb109adde9f4635d7540
799950
Provides: bundled(golang(github.com/ghodss/yaml)) = 04f313413ffd65ce25f2541bfd2b2ceec5c0908c
799950
Provides: bundled(golang(github.com/godbus/dbus)) = a389bdde4dd695d414e47b755e95e72b7826432c
799950
Provides: bundled(golang(github.com/gogo/protobuf)) = v0.3
799950
Provides: bundled(golang(github.com/golang/glog)) = 23def4e6c14b4da8ac2ed8007337bc5eb5007998
799950
Provides: bundled(golang(github.com/golang/groupcache)) = b710c8433bd175204919eb38776e944233235d03
799950
Provides: bundled(golang(github.com/golang/protobuf)) = 748d386b5c1ea99658fd69fe9f03991ce86a90c1
799950
Provides: bundled(golang(github.com/google/gofuzz)) = 44d81051d367757e1c7c6a5a86423ece9afcf63c
799950
Provides: bundled(golang(github.com/go-openapi/analysis)) = b44dc874b601d9e4e2f6e19140e794ba24bead3b
799950
Provides: bundled(golang(github.com/go-openapi/errors)) = d24ebc2075bad502fac3a8ae27aa6dd58e1952dc
799950
Provides: bundled(golang(github.com/go-openapi/jsonpointer)) = 779f45308c19820f1a69e9a4cd965f496e0da10f
799950
Provides: bundled(golang(github.com/go-openapi/jsonreference)) = 36d33bfe519efae5632669801b180bf1a245da3b
799950
Provides: bundled(golang(github.com/go-openapi/loads)) = 18441dfa706d924a39a030ee2c3b1d8d81917b38
799950
Provides: bundled(golang(github.com/go-openapi/spec)) = 6aced65f8501fe1217321abf0749d354824ba2ff
799950
Provides: bundled(golang(github.com/go-openapi/strfmt)) = 93a31ef21ac23f317792fff78f9539219dd74619
799950
Provides: bundled(golang(github.com/go-openapi/swag)) = 1d0bd113de87027671077d3c71eb3ac5d7dbba72
799950
Provides: bundled(golang(github.com/gorilla/context)) = v1.1
799950
Provides: bundled(golang(github.com/gorilla/mux)) = v1.3.0
799950
Provides: bundled(golang(github.com/hashicorp/errwrap)) = 7554cd9344cec97297fa6649b055a8c98c2a1e55
799950
Provides: bundled(golang(github.com/hashicorp/golang-lru)) = 0a025b7e63adc15a622f29b0b2c4c3848243bbf6
799950
Provides: bundled(golang(github.com/hashicorp/go-multierror)) = 83588e72410abfbe4df460eeb6f30841ae47d4c4
799950
Provides: bundled(golang(github.com/imdario/mergo)) = 0.2.2
799950
Provides: bundled(golang(github.com/juju/ratelimit)) = 5b9ff866471762aa2ab2dced63c9fb6f53921342
799950
Provides: bundled(golang(github.com/kr/pty)) = v1.0.0
799950
Provides: bundled(golang(github.com/mailru/easyjson)) = 99e922cf9de1bc0ab38310c277cff32c2147e747
799950
Provides: bundled(golang(github.com/mattn/go-runewidth)) = v0.0.1
799950
Provides: bundled(golang(github.com/matttproud/golang_protobuf_extensions)) = fc2b8d3a73c4867e51861bbdd5ae3c1f0869dd6a
799950
Provides: bundled(golang(github.com/Microsoft/go-winio)) = 78439966b38d69bf38227fbf57ac8a6fee70f69a
799950
Provides: bundled(golang(github.com/Microsoft/hcsshim)) = 43f9725307998e09f2e3816c2c0c36dc98f0c982
799950
Provides: bundled(golang(github.com/mistifyio/go-zfs)) = v2.1.1
799950
Provides: bundled(golang(github.com/mitchellh/mapstructure)) = d0303fe809921458f417bcf828397a65db30a7e4
799950
Provides: bundled(golang(github.com/mtrmac/gpgme)) = b2432428689ca58c2b8e8dea9449d3295cf96fc9
799950
Provides: bundled(golang(github.com/opencontainers/go-digest)) = v1.0.0-rc0
799950
Provides: bundled(golang(github.com/opencontainers/image-spec)) = v1.0.0
799950
Provides: bundled(golang(github.com/opencontainers/runc)) = 6e15bc3f92fd4c58b3285e8f27eaeb6b22d62920
799950
Provides: bundled(golang(github.com/opencontainers/runtime-spec)) = v1.0.0
799950
Provides: bundled(golang(github.com/opencontainers/runtime-tools)) = 625e2322645b151a7cbb93a8b42920933e72167f
799950
Provides: bundled(golang(github.com/opencontainers/selinux)) = b29023b86e4a69d1b46b7e7b4e2b6fda03f0b9cd
799950
Provides: bundled(golang(github.com/ostreedev/ostree-go)) = master
799950
Provides: bundled(golang(github.com/pkg/errors)) = v0.8.0
799950
Provides: bundled(golang(github.com/pmezard/go-difflib)) = 792786c7400a136282c1664665ae0a8db921c6c2
799950
Provides: bundled(golang(github.com/pquerna/ffjson)) = d49c2bc1aa135aad0c6f4fc2056623ec78f5d5ac
799950
Provides: bundled(golang(github.com/prometheus/client_golang)) = e7e903064f5e9eb5da98208bae10b475d4db0f8c
799950
Provides: bundled(golang(github.com/prometheus/client_model)) = fa8ad6fec33561be4280a8f0514318c79d7f6cb6
799950
Provides: bundled(golang(github.com/prometheus/common)) = 13ba4ddd0caa9c28ca7b7bffe1dfa9ed8d5ef207
799950
Provides: bundled(golang(github.com/prometheus/procfs)) = 65c1f6f8f0fc1e2185eb9863a3bc751496404259
799950
Provides: bundled(golang(github.com/PuerkitoBio/purell)) = v1.1.0
799950
Provides: bundled(golang(github.com/PuerkitoBio/urlesc)) = 5bd2802263f21d8788851d5305584c82a5c75d7e
799950
Provides: bundled(golang(github.com/renstrom/dedent)) = v1.0.0
799950
Provides: bundled(golang(github.com/seccomp/libseccomp-golang)) = v0.9.0
799950
Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.0.0
799950
Provides: bundled(golang(github.com/spf13/pflag)) = 9ff6c6923cfffbcd502984b8e0c80539a94968b7
799950
Provides: bundled(golang(github.com/stretchr/testify)) = 4d4bfba8f1d1027c4fdbe371823030df51419987
799950
Provides: bundled(golang(github.com/syndtr/gocapability)) = e7cb7fa329f456b3855136a2642b197bad7366ba
799950
Provides: bundled(golang(github.com/tchap/go-patricia)) = v2.2.6
799950
Provides: bundled(golang(github.com/ugorji/go)) = d23841a297e5489e787e72fceffabf9d2994b52a
799950
Provides: bundled(golang(github.com/urfave/cli)) = 39908eb08fee7c10d842622a114a5c133fb0a3c6
799950
Provides: bundled(golang(github.com/vbatts/tar-split)) = v0.10.2
799950
Provides: bundled(golang(github.com/vishvananda/netlink)) = master
799950
Provides: bundled(golang(github.com/vishvananda/netns)) = master
799950
Provides: bundled(golang(github.com/xeipuuv/gojsonpointer)) = master
799950
Provides: bundled(golang(github.com/xeipuuv/gojsonreference)) = master
799950
Provides: bundled(golang(github.com/xeipuuv/gojsonschema)) = master
799950
Provides: bundled(golang(golang.org/x/crypto)) = 3fbbcd23f1cb824e69491a5930cfeff09b12f4d2
799950
Provides: bundled(golang(golang.org/x/net)) = c427ad74c6d7a814201695e9ffde0c5d400a7674
799950
Provides: bundled(golang(golang.org/x/sys)) = 9aade4d3a3b7e6d876cd3823ad20ec45fc035402
799950
Provides: bundled(golang(golang.org/x/text)) = f72d8390a633d5dfb0cc84043294db9f6c935756
799950
Provides: bundled(golang(google.golang.org/grpc)) = v1.0.4
799950
Provides: bundled(golang(gopkg.in/cheggaaa/pb.v1)) = v1.0.7
799950
Provides: bundled(golang(gopkg.in/inf.v0)) = v0.9.0
799950
Provides: bundled(golang(gopkg.in/mgo.v2)) = v2
799950
Provides: bundled(golang(gopkg.in/yaml.v2)) = v2
799950
799950
%description
799950
%{summary}
799950
libpod provides a library for applications looking to use
799950
the Container Pod concept popularized by Kubernetes.
799950
32b680
# Go Toolset
32b680
%{?enable_gotoolset7}
799950
799950
%prep
799950
%autosetup -Sgit -n %{repo}-%{commit}
6709a8
sed -i '/\/bin\/env/d' completions/bash/%{name}
6709a8
mv pkg/hooks/README.md pkg/hooks/README-hooks.md
799950
799950
# untar cri-o
799950
tar zxf %{SOURCE1}
799950
799950
%build
799950
mkdir -p $(pwd)/_build
799950
pushd $(pwd)/_build
799950
mkdir -p src/%{provider}.%{provider_tld}/%{project}
799950
ln -s ../../../../ src/%{import_path}
799950
popd
799950
ln -s vendor src
c3ca7e
export GOPATH=$(pwd)/_build:$(pwd)
2f149b
export BUILDTAGS="selinux seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) containers_image_ostree_stub"
799950
6709a8
GOPATH=$GOPATH go generate ./cmd/%{name}/varlink/...
6709a8
GOPATH=$GOPATH BUILDTAGS="$BUILDTAGS" %gobuild -o bin/%{name} %{import_path}/cmd/%{name}
799950
#GOPATH=%{_prefix} make docs
799950
make GOPATH=%{buildroot} docs
799950
799950
# build conmon
799950
pushd cri-o-%{commit_conmon}
799950
mkdir _output
799950
pushd _output
c3ca7e
mkdir -p src/%{provider}.%{provider_tld}/{kubernetes-sigs,opencontainers}
799950
ln -s $(dirs +1 -l) src/%{import_path_conmon}
799950
popd
799950
799950
ln -s vendor src
c3ca7e
export GOPATH=$(pwd)/_output:$(pwd)
799950
export BUILDTAGS="selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) containers_image_ostree_stub"
6709a8
make BUILDTAGS="$BUILDTAGS" GOPATH=$GOPATH bin/conmon
799950
popd
799950
799950
%install
c3ca7e
%{__make} PREFIX=%{buildroot}%{_usr} ETCDIR=%{buildroot}%{_sysconfdir} \
c3ca7e
        install.bin \
c3ca7e
        install.man \
c3ca7e
        install.cni \
c3ca7e
        install.systemd \
c3ca7e
        install.completions
799950
799950
# install libpod.conf
799950
install -dp %{buildroot}%{_datadir}/containers
799950
install -p -m 644 %{repo}.conf %{buildroot}%{_datadir}/containers
799950
799950
# install conmon
799950
install -dp %{buildroot}%{_libexecdir}/%{name}
799950
install -p -m 755 cri-o-%{commit_conmon}/bin/conmon %{buildroot}%{_libexecdir}/%{name}
799950
799950
%check
32b680
%if 0%{?with_check}
799950
ln -s ./ ./vendor/src # ./vendor/src -> ./vendor
799950
export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
799950
799950
%if ! 0%{?gotest:1}
799950
%global gotest go test
799950
%endif
799950
799950
%gotest %{import_path}/cmd/%{name}
799950
%gotest %{import_path}/libkpod
799950
%gotest %{import_path}/libpod
799950
%gotest %{import_path}/pkg/registrar
799950
%endif
799950
799950
#define license tag if not already defined
799950
%{!?_licensedir:%global license %doc}
799950
799950
%files
799950
%license LICENSE
6709a8
%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md
799950
%{_bindir}/%{name}
799950
%{_mandir}/man1/*.1*
6709a8
%{_mandir}/man5/*.5*
799950
%{_datadir}/bash-completion/completions/*
799950
%{_libexecdir}/%{name}/conmon
799950
%config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist
799950
%{_datadir}/containers/%{repo}.conf
6709a8
%{_prefix}/lib/tmpfiles.d/%{name}.conf
c3ca7e
%{_unitdir}/io.%{name}.service
c3ca7e
%{_unitdir}/io.%{name}.socket
799950
32b680
%changelog
2f149b
* Thu Oct 18 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.3-1.gitdb08685
2f149b
- Resolves: #1640342 - update vendored buildah to allow building when there are
2f149b
containers running
2f149b
2f149b
* Wed Oct 17 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.2-1.git2b4f8d1
2f149b
- Resolves: #1627891
2f149b
- bump to v0.10.1.2
2f149b
- built podman commit 2b4f8d1
2f149b
2f149b
* Tue Oct 16 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.1-1.git4bea3e9
2f149b
- bump podman to v0.10.1.1
2f149b
- built podman commit 4bea3e9
2f149b
- built conmon from cri-o commit a30f93c
2f149b
2f149b
* Wed Oct 03 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.9.3.1-4.gita3c4ce6
2f149b
- rebased cri-o to 1.11.6
2f149b
2f149b
* Wed Oct 03 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.9.3.1-3.gita3c4ce6
2f149b
- rebase
2f149b
2f149b
* Wed Sep 26 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.9.3.1-2.git1cd906d
2f149b
- rebase
2f149b
2f149b
* Tue Sep 25 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.9.3-2.gita723353
2f149b
- rebase
2f149b
2f149b
* Mon Sep 17 2018 Dan Walsh <dwalsh@redhat.com> - 0.9.2.1-1.git19cb754
2f149b
- Merge in fixes for podman build, to handle symbolic links and running sudo in Dockerfile
2f149b
c3ca7e
* Mon Sep 17 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.9.2-5.git37a2afe
c3ca7e
- rebase to podman 0.9.2
c3ca7e
- rebase to cri-o 0.11.4
c3ca7e
c3ca7e
* Fri Sep 14 2018 dwalsh <dwalsh@redhat.com> - 0.9.1-4.gitaba58d1
c3ca7e
- podman no longer requires oci-systemd-hook
c3ca7e
c3ca7e
* Sun Sep 09 2018 baude <bbaude@redhat.com> - 0.9.1-3.gitaba58d1
c3ca7e
- Grab correct commit for podman-0.9.1
c3ca7e
c3ca7e
* Wed Sep 05 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.8.5-3.gitdc5a711
c3ca7e
- rebased cri-o to 1.11.2
c3ca7e
c3ca7e
* Tue Sep 04 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.8.5-2.gitdc5a711
c3ca7e
- rebase
c3ca7e
c3ca7e
* Tue Sep 04 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.8.4-3.git9f9b8cf
c3ca7e
- depend on oci-systemd-hook
c3ca7e
c3ca7e
* Thu Aug 30 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.8.4-2.git9f9b8cf
c3ca7e
- rebase
c3ca7e
c3ca7e
* Sun Aug 12 2018 Dan Walsh <dwalsh@redhat.com> - 0.8.2.1-1.git7a526bb
c3ca7e
- Upstream 0.8.2.1 release
c3ca7e
c3ca7e
* Sat Aug 4 2018 Dan Walsh <dwalsh@redhat.com> - 0.8.1-1.git6b4ab2a
c3ca7e
- Bump to v0.8.1
c3ca7e
32b680
* Sat Jul 21 2018 Dan Walsh <dwalsh@redhat.com> - 0.7.3-2.git079121
32b680
- Turn on ostree support
32b680
- Upstream 0.7.3
799950
32b680
* Sat Jul 14 2018 Dan Walsh <dwalsh@redhat.com> - 0.7.2-2.git4ca4c5f
32b680
- Upstream 0.7.2 release
32b680
32b680
* Wed Jul 11 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.7.1-3.git84cfdb2
32b680
- rebuilt
32b680
32b680
* Wed Jul 11 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.7.1-2.git84cfdb2
32b680
- rebase to 84cfdb2
32b680
32b680
* Sun Jul 08 2018 Dan Walsh <dwalsh@redhat.com> - 0.7.1-1.git802d4f2
32b680
- Upstream 0.7.1 release
32b680
32b680
* Mon Jun 25 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.6.4-2.gitd5beb2f
32b680
- disable devel and unittest subpackages
32b680
- include conditionals for rhel-8.0
32b680
32b680
* Fri Jun 22 2018 Dan Walsh <dwalsh@redhat.com> - 0.6.4-1.gitd5beb2f
32b680
- do not compress debuginfo with dwz to support delve debugger
799950
6709a8
* Mon Jun 04 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.6.1-3.git3e0ff12
6709a8
- do not compress debuginfo with dwz to support delve debugger
6709a8
6709a8
* Mon Jun 04 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.6.1-2.git3e0ff12
6709a8
- bash completion shouldn't have shebang
6709a8
6709a8
* Mon Jun 04 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.6.1-1.git3e0ff12
6709a8
- Resolves: #1584429 - drop capabilities when running a container as non-root
6709a8
- bump to v0.6.1
6709a8
- built podman commit 3e0ff12
6709a8
- built conmon from cri-o commit 1c0c3b0
6709a8
- drop containernetworking-plugins subpackage, it's now split out into a standalone
6709a8
package
6709a8
799950
* Fri Apr 27 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.4.1-4.gitb51d327
799950
- Resolves: #1572538 - build host-device and portmap plugins
799950
799950
* Thu Apr 12 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.4.1-3.gitb51d327
799950
- correct dep on containernetworking-plugins
799950
799950
* Thu Apr 12 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.4.1-2.gitb51d327
799950
- add containernetworking-plugins v0.7.0 as a subpackage (podman dep)
799950
- release tag for the containernetworking-plugins is actually gotten from
799950
podman release tag.
799950
799950
* Wed Apr 11 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.4.1-1.gitb51d327
799950
- bump to v0.4.1
799950
- built commit b51d327
799950
799950
* Wed Mar 14 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.3.3-1.dev.gitbc358eb
799950
- built podman commit bc358eb
799950
- built conmon from cri-o commit 712f3b8
799950
799950
* Fri Mar 09 2018 baude <bbaude@redhat.com> - 0.3.2-1.gitf79a39a
799950
- Release 0.3.2-1
799950
799950
* Sun Mar 04 2018 baude <bbaude@redhat.com> - 0.3.1-2.git98b95ff
799950
- Correct RPM version
799950
799950
* Fri Mar 02 2018 baude <bbaude@redhat.com> - 0.3.1-1-gitc187538
799950
- Release 0.3.1-1
799950
799950
* Sun Feb 25 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.2.2-2.git525e3b1
799950
- Build on ARMv7 too (Fedora supports containers on that arch too)
799950
799950
* Fri Feb 23 2018 baude <bbaude@redhat.com> - 0.2.2-1.git525e3b1
799950
- Release 0.2.2
799950
799950
* Fri Feb 16 2018 baude <bbaude@redhat.com> - 0.2.1-1.git3d0100b
799950
- Release 0.2.1
799950
799950
* Wed Feb 14 2018 baude <bbaude@redhat.com> - 0.2-3.git3d0100b
799950
- Add dep for atomic-registries
799950
799950
* Tue Feb 13 2018 baude <bbaude@redhat.com> - 0.2-2.git3d0100b
799950
- Add more 64bit arches
799950
- Add containernetworking-cni dependancy
799950
- Add iptables dependancy
799950
799950
* Mon Feb 12 2018 baude <bbaude@redhat.com> - 0-2.1.git3d0100
799950
- Release 0.2
799950
799950
* Tue Feb 06 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.3.git367213a
799950
- Resolves: #1541554 - first official build
799950
- built commit 367213a
799950
799950
* Fri Feb 02 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.2.git0387f69
799950
- built commit 0387f69
799950
799950
* Wed Jan 10 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0-0.1.gitc1b2278
799950
- First package for Fedora
799950