18e436
%global with_debug 1
18e436
%global with_check 0
18e436
18e436
%if 0%{?with_debug}
a2ca49
%global _find_debuginfo_dwz_opts %{nil}
18e436
%global _dwz_low_mem_die_limit 0
18e436
%else
44542a
%global debug_package %{nil}
18e436
%endif
18e436
44542a
%define gobuild(o:) 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 -x %{?**};
1adcb1
%define gogenerate(o:) go generate %{?**};
18e436
18e436
%global provider github
18e436
%global provider_tld com
18926c
%global project containers
18e436
%global repo libpod
1adcb1
# https://github.com/containers/libpod
1adcb1
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
18e436
%global git_podman https://%{provider}.%{provider_tld}/%{project}/%{repo}
1adcb1
%global commit b3f10c8be229bcc58c1673b0431285fd5fce1293
18e436
%global shortcommit %(c=%{commit}; echo ${c:0:7})
18e436
1adcb1
%global import_path_conmon github.com/containers/conmon
18e436
%global git_conmon https://%{import_path_conmon}
1adcb1
%global commit_conmon 8455ce1ef385120deb827d0f0588c04357bad4c4
18e436
%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7})
18e436
18e436
Name: podman
1adcb1
Version: 1.4.4
184798
Release: 4%{?dist}
18e436
Summary: Manage Pods, Containers and Container Images
18e436
License: ASL 2.0
1adcb1
URL: https://%{name}.io
18e436
Source0: %{git_podman}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz
1adcb1
Source1: %{git_conmon}/archive/%{commit_conmon}/conmon-%{shortcommit_conmon}.tar.gz
1adcb1
Patch0: bz1728242-1.patch
1adcb1
Patch1: bz1728242-2.patch
c1a36f
ExclusiveArch: aarch64 ppc64le s390x x86_64 %{ix86}
18e436
# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
c1a36f
%if 0%{?fedora}
538a8c
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
1cdf71
BuildRequires: make
538a8c
%else
564901
BuildRequires: go-toolset-1.10
564901
#BuildRequires: openssl-devel
538a8c
%endif #fedora
213397
%if 0%{?fedora} || 0%{?rhel} <= 7
18e436
BuildRequires: btrfs-progs-devel
213397
%endif
18e436
BuildRequires: glib2-devel
18e436
BuildRequires: glibc-devel
18e436
BuildRequires: glibc-static
18e436
BuildRequires: git
18e436
BuildRequires: go-md2man
18e436
BuildRequires: gpgme-devel
18e436
BuildRequires: libassuan-devel
18e436
BuildRequires: libgpg-error-devel
18e436
BuildRequires: libseccomp-devel
18e436
BuildRequires: libselinux-devel
18e436
BuildRequires: pkgconfig
1cdf71
BuildRequires: systemd-devel
18e436
Requires: runc
18e436
Requires: skopeo-containers >= 0.1.29-3
18e436
# can't use default conmon right now, so we ship our own
18e436
#Requires:       conmon
1adcb1
Requires: containernetworking-plugins >= 0.8.1-1
18e436
Requires: iptables
18926c
Requires: container-selinux
18e436
# vendored libraries
18e436
# awk '{print "Provides: bundled(golang("$1")) = "$2}' vendor.conf | sort
18e436
# [thanks to Carl George <carl@george.computer> for containerd.spec]
18e436
Provides: bundled(golang(github.com/asaskevich/govalidator)) = v6
18e436
Provides: bundled(golang(github.com/Azure/go-ansiterm)) = 19f72df4d05d31cbe1c56bfc8045c96babff6c7e
18e436
Provides: bundled(golang(github.com/beorn7/perks)) = 3ac7bf7a47d159a033b107610db8a1b6575507a4
18e436
Provides: bundled(golang(github.com/blang/semver)) = v3.5.0
18e436
Provides: bundled(golang(github.com/buger/goterm)) = 2f8dfbc7dbbff5dd1d391ed91482c24df243b2d3
18e436
Provides: bundled(golang(github.com/BurntSushi/toml)) = v0.2.0
18e436
Provides: bundled(golang(github.com/containerd/cgroups)) = 7a5fdd8330119dc70d850260db8f3594d89d6943
18e436
Provides: bundled(golang(github.com/containerd/continuity)) = master
18e436
Provides: bundled(golang(github.com/containernetworking/cni)) = v0.4.0
18e436
Provides: bundled(golang(github.com/containers/image)) = b129a8413fd1e8c53379acbbacfc7b667070ae50
18e436
Provides: bundled(golang(github.com/containers/storage)) = 1e5ce40cdb84ab66e26186435b1273e04b879fef
18e436
Provides: bundled(golang(github.com/coreos/go-systemd)) = v14
18e436
Provides: bundled(golang(github.com/cyphar/filepath-securejoin)) = v0.2.1
18e436
Provides: bundled(golang(github.com/davecgh/go-spew)) = v1.1.0
18e436
Provides: bundled(golang(github.com/dgrijalva/jwt-go)) = v3.0.0
18e436
Provides: bundled(golang(github.com/docker/distribution)) = 7a8efe719e55bbfaff7bc5718cdf0ed51ca821df
18e436
Provides: bundled(golang(github.com/docker/docker)) = ce452fb72ffcdb7605ce98bde9302238f47c63c5
18e436
Provides: bundled(golang(github.com/docker/docker-credential-helpers)) = d68f9aeca33f5fd3f08eeae5e9d175edf4e731d1
18e436
Provides: bundled(golang(github.com/docker/go-connections)) = 3ede32e2033de7505e6500d6c868c2b9ed9f169d
18e436
Provides: bundled(golang(github.com/docker/go-units)) = v0.3.2
18e436
Provides: bundled(golang(github.com/docker/libtrust)) = aabc10ec26b754e797f9028f4589c5b7bd90dc20
18e436
Provides: bundled(golang(github.com/docker/spdystream)) = ed496381df8283605c435b86d4fdd6f4f20b8c6e
18e436
Provides: bundled(golang(github.com/emicklei/go-restful)) = ff4f55a206334ef123e4f79bbf348980da81ca46
18e436
Provides: bundled(golang(github.com/emicklei/go-restful-swagger12)) = 1.0.1
18e436
Provides: bundled(golang(github.com/exponent-io/jsonpath)) = d6023ce2651d8eafb5c75bb0c7167536102ec9f5
18e436
Provides: bundled(golang(github.com/fatih/camelcase)) = f6a740d52f961c60348ebb109adde9f4635d7540
18e436
Provides: bundled(golang(github.com/ghodss/yaml)) = 04f313413ffd65ce25f2541bfd2b2ceec5c0908c
18e436
Provides: bundled(golang(github.com/godbus/dbus)) = a389bdde4dd695d414e47b755e95e72b7826432c
18e436
Provides: bundled(golang(github.com/gogo/protobuf)) = v0.3
18e436
Provides: bundled(golang(github.com/golang/glog)) = 23def4e6c14b4da8ac2ed8007337bc5eb5007998
18e436
Provides: bundled(golang(github.com/golang/groupcache)) = b710c8433bd175204919eb38776e944233235d03
18e436
Provides: bundled(golang(github.com/golang/protobuf)) = 748d386b5c1ea99658fd69fe9f03991ce86a90c1
18e436
Provides: bundled(golang(github.com/google/gofuzz)) = 44d81051d367757e1c7c6a5a86423ece9afcf63c
18e436
Provides: bundled(golang(github.com/go-openapi/analysis)) = b44dc874b601d9e4e2f6e19140e794ba24bead3b
18e436
Provides: bundled(golang(github.com/go-openapi/errors)) = d24ebc2075bad502fac3a8ae27aa6dd58e1952dc
18e436
Provides: bundled(golang(github.com/go-openapi/jsonpointer)) = 779f45308c19820f1a69e9a4cd965f496e0da10f
18e436
Provides: bundled(golang(github.com/go-openapi/jsonreference)) = 36d33bfe519efae5632669801b180bf1a245da3b
18e436
Provides: bundled(golang(github.com/go-openapi/loads)) = 18441dfa706d924a39a030ee2c3b1d8d81917b38
18e436
Provides: bundled(golang(github.com/go-openapi/spec)) = 6aced65f8501fe1217321abf0749d354824ba2ff
18e436
Provides: bundled(golang(github.com/go-openapi/strfmt)) = 93a31ef21ac23f317792fff78f9539219dd74619
18e436
Provides: bundled(golang(github.com/go-openapi/swag)) = 1d0bd113de87027671077d3c71eb3ac5d7dbba72
18e436
Provides: bundled(golang(github.com/gorilla/context)) = v1.1
18e436
Provides: bundled(golang(github.com/gorilla/mux)) = v1.3.0
18e436
Provides: bundled(golang(github.com/hashicorp/errwrap)) = 7554cd9344cec97297fa6649b055a8c98c2a1e55
18e436
Provides: bundled(golang(github.com/hashicorp/golang-lru)) = 0a025b7e63adc15a622f29b0b2c4c3848243bbf6
18e436
Provides: bundled(golang(github.com/hashicorp/go-multierror)) = 83588e72410abfbe4df460eeb6f30841ae47d4c4
18e436
Provides: bundled(golang(github.com/imdario/mergo)) = 0.2.2
18e436
Provides: bundled(golang(github.com/juju/ratelimit)) = 5b9ff866471762aa2ab2dced63c9fb6f53921342
18e436
Provides: bundled(golang(github.com/kr/pty)) = v1.0.0
18e436
Provides: bundled(golang(github.com/mailru/easyjson)) = 99e922cf9de1bc0ab38310c277cff32c2147e747
18e436
Provides: bundled(golang(github.com/mattn/go-runewidth)) = v0.0.1
18e436
Provides: bundled(golang(github.com/matttproud/golang_protobuf_extensions)) = fc2b8d3a73c4867e51861bbdd5ae3c1f0869dd6a
18e436
Provides: bundled(golang(github.com/Microsoft/go-winio)) = 78439966b38d69bf38227fbf57ac8a6fee70f69a
18e436
Provides: bundled(golang(github.com/Microsoft/hcsshim)) = 43f9725307998e09f2e3816c2c0c36dc98f0c982
18e436
Provides: bundled(golang(github.com/mistifyio/go-zfs)) = v2.1.1
18e436
Provides: bundled(golang(github.com/mitchellh/mapstructure)) = d0303fe809921458f417bcf828397a65db30a7e4
18e436
Provides: bundled(golang(github.com/mtrmac/gpgme)) = b2432428689ca58c2b8e8dea9449d3295cf96fc9
18e436
Provides: bundled(golang(github.com/opencontainers/go-digest)) = v1.0.0-rc0
18e436
Provides: bundled(golang(github.com/opencontainers/image-spec)) = v1.0.0
18e436
Provides: bundled(golang(github.com/opencontainers/runc)) = 6e15bc3f92fd4c58b3285e8f27eaeb6b22d62920
18e436
Provides: bundled(golang(github.com/opencontainers/runtime-spec)) = v1.0.0
18e436
Provides: bundled(golang(github.com/opencontainers/runtime-tools)) = 625e2322645b151a7cbb93a8b42920933e72167f
18e436
Provides: bundled(golang(github.com/opencontainers/selinux)) = b29023b86e4a69d1b46b7e7b4e2b6fda03f0b9cd
18e436
Provides: bundled(golang(github.com/ostreedev/ostree-go)) = master
18e436
Provides: bundled(golang(github.com/pkg/errors)) = v0.8.0
18e436
Provides: bundled(golang(github.com/pmezard/go-difflib)) = 792786c7400a136282c1664665ae0a8db921c6c2
18e436
Provides: bundled(golang(github.com/pquerna/ffjson)) = d49c2bc1aa135aad0c6f4fc2056623ec78f5d5ac
18e436
Provides: bundled(golang(github.com/prometheus/client_golang)) = e7e903064f5e9eb5da98208bae10b475d4db0f8c
18e436
Provides: bundled(golang(github.com/prometheus/client_model)) = fa8ad6fec33561be4280a8f0514318c79d7f6cb6
18e436
Provides: bundled(golang(github.com/prometheus/common)) = 13ba4ddd0caa9c28ca7b7bffe1dfa9ed8d5ef207
18e436
Provides: bundled(golang(github.com/prometheus/procfs)) = 65c1f6f8f0fc1e2185eb9863a3bc751496404259
18e436
Provides: bundled(golang(github.com/PuerkitoBio/purell)) = v1.1.0
18e436
Provides: bundled(golang(github.com/PuerkitoBio/urlesc)) = 5bd2802263f21d8788851d5305584c82a5c75d7e
18e436
Provides: bundled(golang(github.com/renstrom/dedent)) = v1.0.0
18e436
Provides: bundled(golang(github.com/seccomp/libseccomp-golang)) = v0.9.0
18e436
Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.0.0
18e436
Provides: bundled(golang(github.com/spf13/pflag)) = 9ff6c6923cfffbcd502984b8e0c80539a94968b7
18e436
Provides: bundled(golang(github.com/stretchr/testify)) = 4d4bfba8f1d1027c4fdbe371823030df51419987
18e436
Provides: bundled(golang(github.com/syndtr/gocapability)) = e7cb7fa329f456b3855136a2642b197bad7366ba
18e436
Provides: bundled(golang(github.com/tchap/go-patricia)) = v2.2.6
18e436
Provides: bundled(golang(github.com/ugorji/go)) = d23841a297e5489e787e72fceffabf9d2994b52a
18e436
Provides: bundled(golang(github.com/urfave/cli)) = 39908eb08fee7c10d842622a114a5c133fb0a3c6
18e436
Provides: bundled(golang(github.com/vbatts/tar-split)) = v0.10.2
18e436
Provides: bundled(golang(github.com/vishvananda/netlink)) = master
18e436
Provides: bundled(golang(github.com/vishvananda/netns)) = master
18e436
Provides: bundled(golang(github.com/xeipuuv/gojsonpointer)) = master
18e436
Provides: bundled(golang(github.com/xeipuuv/gojsonreference)) = master
18e436
Provides: bundled(golang(github.com/xeipuuv/gojsonschema)) = master
18e436
Provides: bundled(golang(golang.org/x/crypto)) = 3fbbcd23f1cb824e69491a5930cfeff09b12f4d2
18e436
Provides: bundled(golang(golang.org/x/net)) = c427ad74c6d7a814201695e9ffde0c5d400a7674
18e436
Provides: bundled(golang(golang.org/x/sys)) = 9aade4d3a3b7e6d876cd3823ad20ec45fc035402
18e436
Provides: bundled(golang(golang.org/x/text)) = f72d8390a633d5dfb0cc84043294db9f6c935756
18e436
Provides: bundled(golang(google.golang.org/grpc)) = v1.0.4
18e436
Provides: bundled(golang(gopkg.in/cheggaaa/pb.v1)) = v1.0.7
18e436
Provides: bundled(golang(gopkg.in/inf.v0)) = v0.9.0
18e436
Provides: bundled(golang(gopkg.in/mgo.v2)) = v2
18e436
Provides: bundled(golang(gopkg.in/yaml.v2)) = v2
18e436
18e436
%description
18e436
%{summary}
18e436
libpod provides a library for applications looking to use
18e436
the Container Pod concept popularized by Kubernetes.
18e436
44542a
%package docker
44542a
Summary: Emulate Docker CLI using podman
44542a
BuildArch: noarch
44542a
Requires: %{name} = %{version}-%{release}
44542a
Conflicts: docker
44542a
Conflicts: docker-latest
44542a
Conflicts: docker-ce
44542a
Conflicts: docker-ee
44542a
Conflicts: docker-common
44542a
44542a
%description docker
44542a
This package installs a script named docker that emulates the Docker CLI by
44542a
executing %{name} commands, it also creates links between all Docker CLI man
44542a
pages and %{name}.
44542a
213397
# Go Toolset
564901
%{?enable_gotoolset110}
18e436
18e436
%prep
18e436
%autosetup -Sgit -n %{repo}-%{commit}
a2ca49
mv pkg/hooks/README.md pkg/hooks/README-hooks.md
18e436
1adcb1
# untar conmon
18e436
tar zxf %{SOURCE1}
18e436
18e436
%build
18e436
mkdir -p $(pwd)/_build
18e436
pushd $(pwd)/_build
18e436
mkdir -p src/%{provider}.%{provider_tld}/%{project}
18e436
ln -s ../../../../ src/%{import_path}
18e436
popd
18e436
ln -s vendor src
18e436
44542a
export GOPATH=$(pwd):$(pwd)/_build
1adcb1
1adcb1
#%%gogenerate ./cmd/%%{name}/varlink/...
1adcb1
1adcb1
export GO111MODULE=off
1adcb1
export BUILDTAGS="systemd selinux seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) containers_image_ostree_stub"
44542a
%gobuild -o bin/%{name} %{import_path}/cmd/%{name}
1adcb1
44542a
make docs
18e436
18e436
# build conmon
1adcb1
pushd conmon-%{commit_conmon}
44542a
%{__make} all
18e436
popd
18e436
18e436
%install
44542a
%{__make} GOPATH=%{buildroot} PREFIX=%{buildroot}%{_usr} ETCDIR=%{buildroot}%{_sysconfdir} \
44542a
      SYSTEMDDIR=%{buildroot}%{_unitdir} MANDIR=%{buildroot}%{_mandir} \
18926c
        install.bin \
18926c
        install.man \
18926c
        install.cni \
44542a
        install.docker \
18926c
        install.systemd \
18926c
        install.completions
18e436
18e436
# install libpod.conf
18e436
install -dp %{buildroot}%{_datadir}/containers
18e436
install -p -m 644 %{repo}.conf %{buildroot}%{_datadir}/containers
18e436
18e436
# install conmon
1adcb1
pushd conmon-%{commit_conmon}
1adcb1
%{__make} LIBEXECDIR=%{buildroot}%{_libexecdir} install.%{name}
1adcb1
popd
18e436
1cdf71
rm -rf %{buildroot}/src/github.com
44542a
564901
#https://bugzilla.redhat.com/show_bug.cgi?id=1657303 varlink not in rhel7
564901
rm -f %{buildroot}/%{_unitdir}/io.%{name}.service %{buildroot}/%{_unitdir}/io.%{name}.socket
564901
18e436
%check
213397
%if 0%{?with_check}
18e436
ln -s ./ ./vendor/src # ./vendor/src -> ./vendor
18e436
export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
18e436
18e436
%if ! 0%{?gotest:1}
18e436
%global gotest go test
18e436
%endif
18e436
18e436
%gotest %{import_path}/cmd/%{name}
18e436
%gotest %{import_path}/libkpod
18e436
%gotest %{import_path}/libpod
18e436
%gotest %{import_path}/pkg/registrar
18e436
%endif
18e436
1cdf71
%triggerpostun -- %{name} < 1.1
1cdf71
%{_bindir}/%{name} system renumber
1cdf71
exit 0
1cdf71
18e436
#define license tag if not already defined
18e436
%{!?_licensedir:%global license %doc}
18e436
18e436
%files
18e436
%license LICENSE
a2ca49
%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md
18e436
%{_bindir}/%{name}
18e436
%{_datadir}/bash-completion/completions/*
1cdf71
%{_datadir}/zsh/site-functions/_%{name}
1adcb1
%{_mandir}/man1/%{name}*.1*
1adcb1
%{_mandir}/man5/*.5*
1adcb1
%dir %{_libexecdir}/%{name}
18e436
%{_libexecdir}/%{name}/conmon
18e436
%config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist
18e436
%{_datadir}/containers/%{repo}.conf
1cdf71
%{_usr}/lib/tmpfiles.d/%{name}.conf
18e436
44542a
%files docker
44542a
%{_bindir}/docker
44542a
%{_mandir}/man1/docker*.1*
44542a
213397
%changelog
184798
* Wed Aug 14 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.4-4
184798
- Resolves: #1741264 - remove unnecessary dep on atomic-registries
184798
457f96
* Fri Aug 02 2019 Jindrich Novy <jnovy@redhat.com> - 1.4.4-3
457f96
- use 1.4.4 in RHEL7u7
457f96
1adcb1
* Tue Jul 23 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.4-2
1adcb1
- Resolves: #1728242
1adcb1
1adcb1
* Thu Jul 04 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.4-1
1adcb1
- bump to v1.4.4
1adcb1
1adcb1
* Thu Jun 27 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.3-1
1adcb1
- bump to v1.4.3
1adcb1
1adcb1
* Tue Jun 25 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-1
1adcb1
- bump to v1.4.1
1adcb1
- bump conmon to v0.3.0
1adcb1
1adcb1
* Sat Jun 08 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.0-2
1adcb1
- build only supported arches
1adcb1
1adcb1
* Sat Jun 08 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.0-1
1adcb1
- rebase to v1.4.0
1adcb1
- use conmon v0.2.0
1adcb1
1cdf71
* Wed May 29 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.3.2-1.git14fdcd0
1cdf71
- Resolves: #1714700
1cdf71
- bump to v1.3.2
1cdf71
1cdf71
* Thu May 23 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.3.1-1.git7210727
1cdf71
- Resolves: #1710265
1cdf71
- bump to v1.3.1
1cdf71
1cdf71
* Tue May 14 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.3.0-1.git139afa7
1cdf71
- Resolves: #1701922, #1689862, #1418418, #1418422, #1649044, #1534505
1cdf71
- BR: systemd-devel
1cdf71
1cdf71
* Tue Apr 02 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.2.0-3.git3bd528e
1cdf71
- Ensure correct upstream version number
1cdf71
1cdf71
* Mon Apr 01 2019 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.2-2.git3bd528e
1cdf71
- rebase
1cdf71
1cdf71
* Wed Mar 06 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.1.2-2.git0ad9b6b
1cdf71
- system renumber when upgrading from version lower than 1.1
1cdf71
- centos build envs don't have make by default
1cdf71
1cdf71
* Wed Mar 06 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.1.2-1.git0ad9b6b
1cdf71
- bump to v1.1.2
1cdf71
1cdf71
* Fri Feb 15 2019 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.0.1-2.git921f98f
1cdf71
- last rebase was to version 1.0.1 actually
1cdf71
1cdf71
* Mon Feb 11 2019 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.0.0-3.git921f98f
1cdf71
- rebase
1cdf71
1cdf71
* Mon Feb 11 2019 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.0.0-2.git6d7d90e
1cdf71
- rebase
1cdf71
1cdf71
* Tue Jan 15 2019 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.0.0-1.git82e8011
1cdf71
- rebase to v1, yay!
1cdf71
- rebase conmon to 9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2
498711
564901
* Fri Dec 14 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.12.1.2-2.git9551f6b
564901
- rebase
564901
564901
* Mon Dec 10 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.11.1.1-5.git594495d
564901
- varlink not in rhel7, remove unitfiles. https://bugzilla.redhat.com/show_bug.cgi?id=1657303
564901
564901
* Wed Nov 21 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.11.1.1-4.git594495d
564901
- openssl-devel needed only with scl go toolset
b766ec
44542a
* Thu Nov 15 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1.1-3.git594495d
44542a
- correctly generate debuginfo by updating gobuild def
44542a
44542a
* Thu Nov 15 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1.1-2.git594495d
44542a
- enable debuginfo for conmon
44542a
44542a
* Thu Nov 15 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1.1-1.git594495d
44542a
- Resolves: #1649563, #1648429
44542a
- bump to v0.11.1.1
44542a
- built libpod commit 594495d
44542a
44542a
* Wed Nov 14 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.11.1-2.gita4adfe5
44542a
- fix conflicts with docker and docker-common
44542a
44542a
* Tue Nov 13 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-1.gita4adfe5
44542a
- bump to v0.11.1
44542a
- subpackage podman-docker
44542a
- built libpod commit a4adfe5
44542a
- built conmon from cri-o commit 464dba6
44542a
44542a
* Fri Nov 02 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.10.1.3-4.gitee513cc
44542a
- rpm macro for centos
44542a
44542a
* Wed Oct 31 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.10.1.3-3.gitee513cc
44542a
- rebase
44542a
44542a
* Fri Oct 26 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.10.1.3-2.git6e1aeb0
44542a
- rebase to 6e1aeb06f86bfed7045be19c8e8b09c1bf5ba55f
44542a
- rebase cri-o to 1.12
44542a
538a8c
* Thu Oct 18 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.3-1.gitdb08685
538a8c
- Resolves: #1640342 - update vendored buildah to allow building when there are
538a8c
containers running
538a8c
538a8c
* Wed Oct 17 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.2-1.git2b4f8d1
538a8c
- Resolves: #1627891
538a8c
- bump to v0.10.1.2
538a8c
- built podman commit 2b4f8d1
538a8c
538a8c
* Tue Oct 16 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.1.1-1.git4bea3e9
538a8c
- bump podman to v0.10.1.1
538a8c
- built podman commit 4bea3e9
538a8c
- built conmon from cri-o commit a30f93c
538a8c
538a8c
* Wed Oct 03 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.9.3.1-4.gita3c4ce6
538a8c
- rebased cri-o to 1.11.6
538a8c
538a8c
* Wed Oct 03 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.9.3.1-3.gita3c4ce6
538a8c
- rebase
538a8c
538a8c
* Wed Sep 26 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.9.3.1-2.git1cd906d
538a8c
- rebase
538a8c
538a8c
* Tue Sep 25 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.9.3-2.gita723353
538a8c
- rebase
538a8c
538a8c
* Mon Sep 17 2018 Dan Walsh <dwalsh@redhat.com> - 0.9.2.1-1.git19cb754
538a8c
- Merge in fixes for podman build, to handle symbolic links and running sudo in Dockerfile
538a8c
18926c
* Mon Sep 17 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.9.2-5.git37a2afe
18926c
- rebase to podman 0.9.2
18926c
- rebase to cri-o 0.11.4
18926c
18926c
* Fri Sep 14 2018 dwalsh <dwalsh@redhat.com> - 0.9.1-4.gitaba58d1
18926c
- podman no longer requires oci-systemd-hook
18926c
18926c
* Sun Sep 09 2018 baude <bbaude@redhat.com> - 0.9.1-3.gitaba58d1
18926c
- Grab correct commit for podman-0.9.1
18926c
18926c
* Wed Sep 05 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.8.5-3.gitdc5a711
18926c
- rebased cri-o to 1.11.2
18926c
18926c
* Tue Sep 04 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.8.5-2.gitdc5a711
18926c
- rebase
18926c
18926c
* Tue Sep 04 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.8.4-3.git9f9b8cf
18926c
- depend on oci-systemd-hook
18926c
18926c
* Thu Aug 30 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.8.4-2.git9f9b8cf
18926c
- rebase
18926c
18926c
* Sun Aug 12 2018 Dan Walsh <dwalsh@redhat.com> - 0.8.2.1-1.git7a526bb
18926c
- Upstream 0.8.2.1 release
18926c
18926c
* Sat Aug 4 2018 Dan Walsh <dwalsh@redhat.com> - 0.8.1-1.git6b4ab2a
18926c
- Bump to v0.8.1
18926c
213397
* Sat Jul 21 2018 Dan Walsh <dwalsh@redhat.com> - 0.7.3-2.git079121
213397
- Turn on ostree support
213397
- Upstream 0.7.3
18e436
213397
* Sat Jul 14 2018 Dan Walsh <dwalsh@redhat.com> - 0.7.2-2.git4ca4c5f
213397
- Upstream 0.7.2 release
213397
213397
* Wed Jul 11 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.7.1-3.git84cfdb2
213397
- rebuilt
213397
213397
* Wed Jul 11 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.7.1-2.git84cfdb2
213397
- rebase to 84cfdb2
213397
213397
* Sun Jul 08 2018 Dan Walsh <dwalsh@redhat.com> - 0.7.1-1.git802d4f2
213397
- Upstream 0.7.1 release
213397
213397
* Mon Jun 25 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.6.4-2.gitd5beb2f
213397
- disable devel and unittest subpackages
213397
- include conditionals for rhel-8.0
213397
213397
* Fri Jun 22 2018 Dan Walsh <dwalsh@redhat.com> - 0.6.4-1.gitd5beb2f
213397
- do not compress debuginfo with dwz to support delve debugger
18e436
a2ca49
* Mon Jun 04 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.6.1-3.git3e0ff12
a2ca49
- do not compress debuginfo with dwz to support delve debugger
a2ca49
a2ca49
* Mon Jun 04 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.6.1-2.git3e0ff12
a2ca49
- bash completion shouldn't have shebang
a2ca49
a2ca49
* Mon Jun 04 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.6.1-1.git3e0ff12
a2ca49
- Resolves: #1584429 - drop capabilities when running a container as non-root
a2ca49
- bump to v0.6.1
a2ca49
- built podman commit 3e0ff12
a2ca49
- built conmon from cri-o commit 1c0c3b0
a2ca49
- drop containernetworking-plugins subpackage, it's now split out into a standalone
a2ca49
package
a2ca49
18e436
* Fri Apr 27 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.4.1-4.gitb51d327
18e436
- Resolves: #1572538 - build host-device and portmap plugins
18e436
18e436
* Thu Apr 12 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.4.1-3.gitb51d327
18e436
- correct dep on containernetworking-plugins
18e436
18e436
* Thu Apr 12 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.4.1-2.gitb51d327
18e436
- add containernetworking-plugins v0.7.0 as a subpackage (podman dep)
18e436
- release tag for the containernetworking-plugins is actually gotten from
18e436
podman release tag.
18e436
18e436
* Wed Apr 11 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.4.1-1.gitb51d327
18e436
- bump to v0.4.1
18e436
- built commit b51d327
18e436
18e436
* Wed Mar 14 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.3.3-1.dev.gitbc358eb
18e436
- built podman commit bc358eb
18e436
- built conmon from cri-o commit 712f3b8
18e436
18e436
* Fri Mar 09 2018 baude <bbaude@redhat.com> - 0.3.2-1.gitf79a39a
18e436
- Release 0.3.2-1
18e436
18e436
* Sun Mar 04 2018 baude <bbaude@redhat.com> - 0.3.1-2.git98b95ff
18e436
- Correct RPM version
18e436
18e436
* Fri Mar 02 2018 baude <bbaude@redhat.com> - 0.3.1-1-gitc187538
18e436
- Release 0.3.1-1
18e436
18e436
* Sun Feb 25 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.2.2-2.git525e3b1
18e436
- Build on ARMv7 too (Fedora supports containers on that arch too)
18e436
18e436
* Fri Feb 23 2018 baude <bbaude@redhat.com> - 0.2.2-1.git525e3b1
18e436
- Release 0.2.2
18e436
18e436
* Fri Feb 16 2018 baude <bbaude@redhat.com> - 0.2.1-1.git3d0100b
18e436
- Release 0.2.1
18e436
18e436
* Wed Feb 14 2018 baude <bbaude@redhat.com> - 0.2-3.git3d0100b
18e436
- Add dep for atomic-registries
18e436
18e436
* Tue Feb 13 2018 baude <bbaude@redhat.com> - 0.2-2.git3d0100b
18e436
- Add more 64bit arches
18e436
- Add containernetworking-cni dependancy
18e436
- Add iptables dependancy
18e436
18e436
* Mon Feb 12 2018 baude <bbaude@redhat.com> - 0-2.1.git3d0100
18e436
- Release 0.2
18e436
18e436
* Tue Feb 06 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.3.git367213a
18e436
- Resolves: #1541554 - first official build
18e436
- built commit 367213a
18e436
18e436
* Fri Feb 02 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.2.git0387f69
18e436
- built commit 0387f69
18e436
18e436
* Wed Jan 10 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0-0.1.gitc1b2278
18e436
- First package for Fedora
18e436