2018-02-06 22:05:10 +00:00
|
|
|
%global with_devel 0
|
|
|
|
%global with_bundled 1
|
|
|
|
%global with_check 0
|
|
|
|
%global with_unit_test 0
|
|
|
|
|
2020-02-03 15:02:40 +00:00
|
|
|
%if 0%{?fedora} || 0%{?centos} >= 8
|
2019-07-07 19:16:20 +00:00
|
|
|
#### DO NOT REMOVE - NEEDED FOR CENTOS
|
2018-05-18 15:18:40 +00:00
|
|
|
%bcond_without varlink
|
2020-02-03 15:02:40 +00:00
|
|
|
%global with_debug 1
|
2019-07-07 19:16:20 +00:00
|
|
|
%else
|
|
|
|
%bcond_with varlink
|
2020-02-03 15:02:40 +00:00
|
|
|
%global with_debug 0
|
2019-07-07 19:16:20 +00:00
|
|
|
%endif
|
2018-05-18 15:18:40 +00:00
|
|
|
|
2018-02-06 22:05:10 +00:00
|
|
|
%if 0%{?with_debug}
|
2018-05-17 03:58:22 +00:00
|
|
|
%global _find_debuginfo_dwz_opts %{nil}
|
2018-02-06 22:05:10 +00:00
|
|
|
%global _dwz_low_mem_die_limit 0
|
|
|
|
%else
|
2018-08-12 03:03:46 +00:00
|
|
|
%global debug_package %{nil}
|
2018-02-06 22:05:10 +00:00
|
|
|
%endif
|
|
|
|
|
2020-02-03 15:02:40 +00:00
|
|
|
%if ! 0%{?gobuild:1}
|
|
|
|
%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 -x %{?**};
|
|
|
|
%endif
|
|
|
|
%define gogenerate go generate
|
|
|
|
|
2018-03-27 14:24:36 +00:00
|
|
|
%global provider github
|
|
|
|
%global provider_tld com
|
2018-08-30 13:25:40 +00:00
|
|
|
%global project containers
|
2018-03-27 14:24:36 +00:00
|
|
|
%global repo libpod
|
2018-08-30 13:25:40 +00:00
|
|
|
# https://github.com/containers/libpod
|
2020-05-12 18:38:05 +00:00
|
|
|
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
|
|
|
|
%global git0 https://%{import_path}
|
2020-05-22 00:08:29 +00:00
|
|
|
%global commit0 be43536c0a7597075b0bd297993752f9994f12ed
|
2018-03-27 14:24:36 +00:00
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
|
2019-10-18 13:02:37 +00:00
|
|
|
%global repo_plugins dnsname
|
|
|
|
# https://github.com/containers/libpod
|
|
|
|
%global import_path_plugins %%{provider}.%{provider_tld}/%{project}/%{repo_plugins}
|
|
|
|
%global git_plugins https://%{import_path_plugins}
|
|
|
|
%global commit_plugins f5af33dedcfc5e707e5560baa4a72f8d96a968fe
|
|
|
|
%global shortcommit_plugins %(c=%{commit_plugins}; echo ${c:0:7})
|
|
|
|
|
2019-07-30 23:27:52 +00:00
|
|
|
# Used for comparing with latest upstream tag
|
|
|
|
# to decide whether to autobuild (non-rawhide only)
|
2020-05-18 21:08:19 +00:00
|
|
|
%define built_tag v2.0.0-rc1
|
2019-07-30 23:27:52 +00:00
|
|
|
|
2018-03-27 14:24:36 +00:00
|
|
|
Name: podman
|
2019-07-07 19:16:20 +00:00
|
|
|
%if 0%{?fedora}
|
2018-11-15 03:41:51 +00:00
|
|
|
Epoch: 2
|
2020-02-03 15:46:53 +00:00
|
|
|
%else
|
|
|
|
Epoch: 0
|
2019-07-07 19:16:20 +00:00
|
|
|
%endif
|
2020-04-15 16:08:18 +00:00
|
|
|
Version: 2.0.0
|
2019-05-24 14:43:28 +00:00
|
|
|
# Rawhide almost always ships unreleased builds,
|
|
|
|
# so release tag should be of the form 0.N.blahblah
|
2020-05-22 00:08:29 +00:00
|
|
|
Release: 0.55.dev.git%{shortcommit0}%{?dist}
|
2018-03-27 14:24:36 +00:00
|
|
|
Summary: Manage Pods, Containers and Container Images
|
|
|
|
License: ASL 2.0
|
2019-05-24 14:43:28 +00:00
|
|
|
URL: https://%{name}.io/
|
2018-03-27 14:24:36 +00:00
|
|
|
Source0: %{git0}/archive/%{commit0}/%{repo}-%{shortcommit0}.tar.gz
|
2019-10-18 13:02:37 +00:00
|
|
|
Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{shortcommit_plugins}.tar.gz
|
2020-01-06 15:54:08 +00:00
|
|
|
Provides: %{name}-manpages = %{epoch}:%{version}-%{release}
|
2020-01-06 16:20:35 +00:00
|
|
|
Obsoletes: %{name}-manpages < %{epoch}:%{version}-%{release}
|
2018-02-06 22:05:10 +00:00
|
|
|
# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
|
2020-02-03 15:02:40 +00:00
|
|
|
BuildRequires: golang
|
2018-04-16 03:12:23 +00:00
|
|
|
BuildRequires: glib2-devel
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: glibc-static
|
|
|
|
BuildRequires: git
|
2020-02-03 15:02:40 +00:00
|
|
|
BuildRequires: go-md2man
|
2018-04-16 03:12:23 +00:00
|
|
|
BuildRequires: gpgme-devel
|
|
|
|
BuildRequires: libassuan-devel
|
|
|
|
BuildRequires: libgpg-error-devel
|
|
|
|
BuildRequires: libseccomp-devel
|
|
|
|
BuildRequires: libselinux-devel
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: make
|
2019-03-19 11:55:36 +00:00
|
|
|
BuildRequires: systemd
|
2019-05-24 14:43:28 +00:00
|
|
|
BuildRequires: systemd-devel
|
2018-06-02 09:21:47 +00:00
|
|
|
Requires: containers-common
|
2020-05-15 00:56:26 +00:00
|
|
|
Requires: containernetworking-plugins >= 0.8.6-1
|
2018-04-16 03:12:23 +00:00
|
|
|
Requires: iptables
|
2018-08-20 19:31:47 +00:00
|
|
|
Requires: nftables
|
2020-05-15 00:56:26 +00:00
|
|
|
Requires: conmon >= 2:2.0.16-1
|
2020-05-14 13:13:31 +00:00
|
|
|
Requires: oci-runtime
|
2019-10-18 13:02:37 +00:00
|
|
|
Requires: %{name}-plugins = %{epoch}:%{version}-%{release}
|
2020-02-20 13:19:58 +00:00
|
|
|
Obsoletes: oci-systemd-hook <= 0.2.0-3
|
2019-07-07 19:16:20 +00:00
|
|
|
%if 0%{?fedora}
|
2020-02-03 15:38:42 +00:00
|
|
|
BuildRequires: btrfs-progs-devel
|
|
|
|
BuildRequires: ostree-devel
|
2019-05-17 16:56:00 +00:00
|
|
|
Recommends: fuse-overlayfs >= 0.3-8
|
2020-05-14 13:13:31 +00:00
|
|
|
Recommends: crun >= 0.13-2
|
2020-04-29 13:52:28 +00:00
|
|
|
%endif
|
|
|
|
%if 0%{?fedora} || 0%{?centos} >= 8
|
|
|
|
Recommends: catatonit
|
|
|
|
Recommends: container-selinux
|
|
|
|
Recommends: libvarlink-util
|
|
|
|
Recommends: runc
|
|
|
|
Recommends: slirp4netns >= 0.3.0-2
|
2019-07-07 19:16:20 +00:00
|
|
|
%else
|
2020-04-29 13:52:28 +00:00
|
|
|
Requires: catatonit
|
|
|
|
Requires: container-selinux
|
2019-10-08 17:21:12 +00:00
|
|
|
Requires: runc
|
2020-04-29 13:52:28 +00:00
|
|
|
Requires: slirp4netns >= 0.3.0-2
|
2019-07-07 19:16:20 +00:00
|
|
|
%endif
|
2018-02-06 22:05:10 +00:00
|
|
|
|
|
|
|
# vendored libraries
|
2018-03-14 18:08:03 +00:00
|
|
|
# awk '{print "Provides: bundled(golang("$1")) = "$2}' vendor.conf | sort
|
2018-02-06 22:05:10 +00:00
|
|
|
# [thanks to Carl George <carl@george.computer> for containerd.spec]
|
|
|
|
Provides: bundled(golang(github.com/Azure/go-ansiterm)) = 19f72df4d05d31cbe1c56bfc8045c96babff6c7e
|
|
|
|
Provides: bundled(golang(github.com/blang/semver)) = v3.5.0
|
2018-07-23 20:27:22 +00:00
|
|
|
Provides: bundled(golang(github.com/boltdb/bolt)) = master
|
2018-02-06 22:05:10 +00:00
|
|
|
Provides: bundled(golang(github.com/buger/goterm)) = 2f8dfbc7dbbff5dd1d391ed91482c24df243b2d3
|
|
|
|
Provides: bundled(golang(github.com/BurntSushi/toml)) = v0.2.0
|
2018-09-17 17:33:11 +00:00
|
|
|
Provides: bundled(golang(github.com/containerd/cgroups)) = 58556f5ad8448d99a6f7bea69ea4bdb7747cfeb0
|
2018-02-06 22:05:10 +00:00
|
|
|
Provides: bundled(golang(github.com/containerd/continuity)) = master
|
2018-08-30 13:25:40 +00:00
|
|
|
#Provides: bundled(golang(github.com/containernetworking/cni)) = v0.7.0-alpha1
|
2018-08-12 03:03:46 +00:00
|
|
|
Provides: bundled(golang(github.com/containernetworking/plugins)) = 1562a1e60ed101aacc5e08ed9dbeba8e9f3d4ec1
|
2018-09-17 17:33:11 +00:00
|
|
|
Provides: bundled(golang(github.com/containers/image)) = 85d7559d44fd71f30e46e43d809bfbf88d11d916
|
2018-08-30 13:25:40 +00:00
|
|
|
Provides: bundled(golang(github.com/containers/psgo)) = 5dde6da0bc8831b35243a847625bcf18183bd1ee
|
2018-09-17 17:33:11 +00:00
|
|
|
Provides: bundled(golang(github.com/containers/storage)) = 243c4cd616afdf06b4a975f18c4db083d26b1641
|
|
|
|
Provides: bundled(golang(github.com/coreos/go-iptables)) = 25d087f3cffd9aedc0c2b7eff25f23cbf3c20fe1
|
2018-02-06 22:05:10 +00:00
|
|
|
Provides: bundled(golang(github.com/coreos/go-systemd)) = v14
|
2018-07-23 20:27:22 +00:00
|
|
|
Provides: bundled(golang(github.com/cri-o/ocicni)) = master
|
2018-03-14 18:08:03 +00:00
|
|
|
Provides: bundled(golang(github.com/cyphar/filepath-securejoin)) = v0.2.1
|
2018-02-06 22:05:10 +00:00
|
|
|
Provides: bundled(golang(github.com/davecgh/go-spew)) = v1.1.0
|
|
|
|
Provides: bundled(golang(github.com/docker/distribution)) = 7a8efe719e55bbfaff7bc5718cdf0ed51ca821df
|
2018-07-23 20:27:22 +00:00
|
|
|
Provides: bundled(golang(github.com/docker/docker)) = 86f080cff0914e9694068ed78d503701667c4c00
|
2018-02-06 22:05:10 +00:00
|
|
|
Provides: bundled(golang(github.com/docker/docker-credential-helpers)) = d68f9aeca33f5fd3f08eeae5e9d175edf4e731d1
|
|
|
|
Provides: bundled(golang(github.com/docker/go-connections)) = 3ede32e2033de7505e6500d6c868c2b9ed9f169d
|
|
|
|
Provides: bundled(golang(github.com/docker/go-units)) = v0.3.2
|
|
|
|
Provides: bundled(golang(github.com/docker/libtrust)) = aabc10ec26b754e797f9028f4589c5b7bd90dc20
|
|
|
|
Provides: bundled(golang(github.com/docker/spdystream)) = ed496381df8283605c435b86d4fdd6f4f20b8c6e
|
|
|
|
Provides: bundled(golang(github.com/fatih/camelcase)) = f6a740d52f961c60348ebb109adde9f4635d7540
|
2018-07-23 20:27:22 +00:00
|
|
|
Provides: bundled(golang(github.com/fsnotify/fsnotify)) = 7d7316ed6e1ed2de075aab8dfc76de5d158d66e1
|
|
|
|
Provides: bundled(golang(github.com/fsouza/go-dockerclient)) = master
|
2018-02-06 22:05:10 +00:00
|
|
|
Provides: bundled(golang(github.com/ghodss/yaml)) = 04f313413ffd65ce25f2541bfd2b2ceec5c0908c
|
|
|
|
Provides: bundled(golang(github.com/godbus/dbus)) = a389bdde4dd695d414e47b755e95e72b7826432c
|
2018-07-23 20:27:22 +00:00
|
|
|
Provides: bundled(golang(github.com/gogo/protobuf)) = c0656edd0d9eab7c66d1eb0c568f9039345796f7
|
2018-02-06 22:05:10 +00:00
|
|
|
Provides: bundled(golang(github.com/golang/glog)) = 23def4e6c14b4da8ac2ed8007337bc5eb5007998
|
|
|
|
Provides: bundled(golang(github.com/golang/groupcache)) = b710c8433bd175204919eb38776e944233235d03
|
2018-07-23 20:27:22 +00:00
|
|
|
Provides: bundled(golang(github.com/golang/protobuf)) = 4bd1920723d7b7c925de087aa32e2187708897f7
|
|
|
|
Provides: bundled(golang(github.com/googleapis/gnostic)) = 0c5108395e2debce0d731cf0287ddf7242066aba
|
2018-02-06 22:05:10 +00:00
|
|
|
Provides: bundled(golang(github.com/google/gofuzz)) = 44d81051d367757e1c7c6a5a86423ece9afcf63c
|
|
|
|
Provides: bundled(golang(github.com/gorilla/context)) = v1.1
|
|
|
|
Provides: bundled(golang(github.com/gorilla/mux)) = v1.3.0
|
|
|
|
Provides: bundled(golang(github.com/hashicorp/errwrap)) = 7554cd9344cec97297fa6649b055a8c98c2a1e55
|
|
|
|
Provides: bundled(golang(github.com/hashicorp/golang-lru)) = 0a025b7e63adc15a622f29b0b2c4c3848243bbf6
|
|
|
|
Provides: bundled(golang(github.com/hashicorp/go-multierror)) = 83588e72410abfbe4df460eeb6f30841ae47d4c4
|
|
|
|
Provides: bundled(golang(github.com/imdario/mergo)) = 0.2.2
|
2018-07-23 20:27:22 +00:00
|
|
|
Provides: bundled(golang(github.com/json-iterator/go)) = 1.0.0
|
2018-02-06 22:05:10 +00:00
|
|
|
Provides: bundled(golang(github.com/kr/pty)) = v1.0.0
|
2018-08-30 13:25:40 +00:00
|
|
|
Provides: bundled(golang(github.com/mailru/easyjson)) = 03f2033d19d5860aef995fe360ac7d395cd8ce65
|
2018-02-06 22:05:10 +00:00
|
|
|
Provides: bundled(golang(github.com/mattn/go-runewidth)) = v0.0.1
|
|
|
|
Provides: bundled(golang(github.com/Microsoft/go-winio)) = 78439966b38d69bf38227fbf57ac8a6fee70f69a
|
|
|
|
Provides: bundled(golang(github.com/Microsoft/hcsshim)) = 43f9725307998e09f2e3816c2c0c36dc98f0c982
|
|
|
|
Provides: bundled(golang(github.com/mistifyio/go-zfs)) = v2.1.1
|
2018-07-23 20:27:22 +00:00
|
|
|
Provides: bundled(golang(github.com/mrunalp/fileutils)) = master
|
2018-02-06 22:05:10 +00:00
|
|
|
Provides: bundled(golang(github.com/mtrmac/gpgme)) = b2432428689ca58c2b8e8dea9449d3295cf96fc9
|
2018-07-23 20:27:22 +00:00
|
|
|
Provides: bundled(golang(github.com/Nvveen/Gotty)) = master
|
2018-08-30 13:25:40 +00:00
|
|
|
#Provides: bundled(golang(github.com/opencontainers/go-digest)) = v1.0.0-rc0
|
2018-02-06 22:05:10 +00:00
|
|
|
Provides: bundled(golang(github.com/opencontainers/image-spec)) = v1.0.0
|
2018-08-12 03:03:46 +00:00
|
|
|
Provides: bundled(golang(github.com/opencontainers/runc)) = b4e2ecb452d9ee4381137cc0a7e6715b96bed6de
|
2018-09-17 17:33:11 +00:00
|
|
|
Provides: bundled(golang(github.com/opencontainers/runtime-spec)) = d810dbc60d8c5aeeb3d054bd1132fab2121968ce
|
2018-08-30 13:25:40 +00:00
|
|
|
Provides: bundled(golang(github.com/opencontainers/runtime-tools)) = master
|
2018-07-23 20:27:22 +00:00
|
|
|
Provides: bundled(golang(github.com/opencontainers/selinux)) = b6fa367ed7f534f9ba25391cc2d467085dbb445a
|
|
|
|
Provides: bundled(golang(github.com/openshift/imagebuilder)) = master
|
2018-02-06 22:05:10 +00:00
|
|
|
Provides: bundled(golang(github.com/ostreedev/ostree-go)) = master
|
|
|
|
Provides: bundled(golang(github.com/pkg/errors)) = v0.8.0
|
|
|
|
Provides: bundled(golang(github.com/pmezard/go-difflib)) = 792786c7400a136282c1664665ae0a8db921c6c2
|
|
|
|
Provides: bundled(golang(github.com/pquerna/ffjson)) = d49c2bc1aa135aad0c6f4fc2056623ec78f5d5ac
|
2018-09-17 17:33:11 +00:00
|
|
|
Provides: bundled(golang(github.com/projectatomic/buildah)) = af5bbde0180026ae87b7fc81c2dc124aa73ec959
|
2018-07-23 20:27:22 +00:00
|
|
|
Provides: bundled(golang(github.com/seccomp/containers-golang)) = master
|
2018-02-06 22:05:10 +00:00
|
|
|
Provides: bundled(golang(github.com/seccomp/libseccomp-golang)) = v0.9.0
|
|
|
|
Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.0.0
|
|
|
|
Provides: bundled(golang(github.com/spf13/pflag)) = 9ff6c6923cfffbcd502984b8e0c80539a94968b7
|
|
|
|
Provides: bundled(golang(github.com/stretchr/testify)) = 4d4bfba8f1d1027c4fdbe371823030df51419987
|
|
|
|
Provides: bundled(golang(github.com/syndtr/gocapability)) = e7cb7fa329f456b3855136a2642b197bad7366ba
|
|
|
|
Provides: bundled(golang(github.com/tchap/go-patricia)) = v2.2.6
|
2018-07-23 20:27:22 +00:00
|
|
|
Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.4
|
|
|
|
Provides: bundled(golang(github.com/ulule/deepcopier)) = master
|
2018-08-30 13:25:40 +00:00
|
|
|
Provides: bundled(golang(github.com/urfave/cli)) = 934abfb2f102315b5794e15ebc7949e4ca253920
|
2018-07-23 20:27:22 +00:00
|
|
|
Provides: bundled(golang(github.com/varlink/go)) = master
|
2018-02-06 22:05:10 +00:00
|
|
|
Provides: bundled(golang(github.com/vbatts/tar-split)) = v0.10.2
|
|
|
|
Provides: bundled(golang(github.com/vishvananda/netlink)) = master
|
|
|
|
Provides: bundled(golang(github.com/vishvananda/netns)) = master
|
|
|
|
Provides: bundled(golang(github.com/xeipuuv/gojsonpointer)) = master
|
|
|
|
Provides: bundled(golang(github.com/xeipuuv/gojsonreference)) = master
|
|
|
|
Provides: bundled(golang(github.com/xeipuuv/gojsonschema)) = master
|
2018-07-23 20:27:22 +00:00
|
|
|
Provides: bundled(golang(golang.org/x/crypto)) = 81e90905daefcd6fd217b62423c0908922eadb30
|
2018-02-06 22:05:10 +00:00
|
|
|
Provides: bundled(golang(golang.org/x/net)) = c427ad74c6d7a814201695e9ffde0c5d400a7674
|
2018-07-23 20:27:22 +00:00
|
|
|
Provides: bundled(golang(golang.org/x/sys)) = master
|
2018-02-06 22:05:10 +00:00
|
|
|
Provides: bundled(golang(golang.org/x/text)) = f72d8390a633d5dfb0cc84043294db9f6c935756
|
2018-07-23 20:27:22 +00:00
|
|
|
Provides: bundled(golang(golang.org/x/time)) = f51c12702a4d776e4c1fa9b0fabab841babae631
|
2018-02-06 22:05:10 +00:00
|
|
|
Provides: bundled(golang(google.golang.org/grpc)) = v1.0.4
|
|
|
|
Provides: bundled(golang(gopkg.in/cheggaaa/pb.v1)) = v1.0.7
|
|
|
|
Provides: bundled(golang(gopkg.in/inf.v0)) = v0.9.0
|
|
|
|
Provides: bundled(golang(gopkg.in/mgo.v2)) = v2
|
2018-07-23 20:27:22 +00:00
|
|
|
Provides: bundled(golang(gopkg.in/square/go-jose.v2)) = v2.1.3
|
2018-02-06 22:05:10 +00:00
|
|
|
Provides: bundled(golang(gopkg.in/yaml.v2)) = v2
|
2018-07-23 20:27:22 +00:00
|
|
|
Provides: bundled(golang(k8s.io/api)) = 5ce4aa0bf2f097f6021127b3d879eeda82026be8
|
|
|
|
Provides: bundled(golang(k8s.io/apiextensions-apiserver)) = 1b31e26d82f1ec2e945c560790e98f34bb5f2e63
|
|
|
|
Provides: bundled(golang(k8s.io/apimachinery)) = 616b23029fa3dc3e0ccefd47963f5651a6543d94
|
|
|
|
Provides: bundled(golang(k8s.io/apiserver)) = 4d1163080139f1f9094baf8a3a6099e85e1867f6
|
|
|
|
Provides: bundled(golang(k8s.io/client-go)) = 7cd1d3291b7d9b1e2d54d4b69eb65995eaf8888e
|
|
|
|
Provides: bundled(golang(k8s.io/kube-openapi)) = 275e2ce91dec4c05a4094a7b1daee5560b555ac9
|
|
|
|
Provides: bundled(golang(k8s.io/utils)) = 258e2a2fa64568210fbd6267cf1d8fd87c3cb86e
|
2018-02-06 22:05:10 +00:00
|
|
|
|
|
|
|
%description
|
2019-05-24 14:43:28 +00:00
|
|
|
%{name} (Pod Manager) is a fully featured container engine that is a simple
|
|
|
|
daemonless tool. %{name} provides a Docker-CLI comparable command line that
|
|
|
|
eases the transition from other container engines and allows the management of
|
|
|
|
pods, containers and images. Simply put: alias docker=%{name}.
|
2019-09-17 18:06:00 +00:00
|
|
|
Most %{name} commands can be run as a regular user, without requiring
|
|
|
|
additional privileges.
|
2019-05-17 16:56:00 +00:00
|
|
|
|
2019-09-17 18:06:00 +00:00
|
|
|
%{name} uses Buildah(1) internally to create container images.
|
|
|
|
Both tools share image (not container) storage, hence each can use or
|
|
|
|
manipulate images (but not containers) created by the other.
|
2019-05-17 16:56:00 +00:00
|
|
|
|
2018-02-06 22:05:10 +00:00
|
|
|
%{summary}
|
2019-05-17 16:56:00 +00:00
|
|
|
%{repo} Simple management tool for pods, containers and images
|
2018-02-06 22:05:10 +00:00
|
|
|
|
2018-08-12 10:30:14 +00:00
|
|
|
%package docker
|
2019-05-24 14:43:28 +00:00
|
|
|
Summary: Emulate Docker CLI using %{name}
|
2018-08-20 19:31:47 +00:00
|
|
|
BuildArch: noarch
|
2018-10-18 18:55:59 +00:00
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
2018-08-20 19:31:47 +00:00
|
|
|
Conflicts: docker
|
|
|
|
Conflicts: docker-latest
|
|
|
|
Conflicts: docker-ce
|
|
|
|
Conflicts: docker-ee
|
2019-01-18 17:59:24 +00:00
|
|
|
Conflicts: moby-engine
|
2018-08-12 10:30:14 +00:00
|
|
|
|
|
|
|
%description docker
|
|
|
|
This package installs a script named docker that emulates the Docker CLI by
|
2019-05-24 14:43:28 +00:00
|
|
|
executes %{name} commands, it also creates links between all Docker CLI man
|
|
|
|
pages and %{name}.
|
2018-08-12 10:30:14 +00:00
|
|
|
|
2018-02-06 22:05:10 +00:00
|
|
|
%if 0%{?with_devel}
|
2018-03-27 14:24:36 +00:00
|
|
|
%package devel
|
2018-09-17 17:33:11 +00:00
|
|
|
Summary: Library for applications looking to use Container Pods
|
|
|
|
BuildArch: noarch
|
2018-10-18 18:55:59 +00:00
|
|
|
Provides: %{repo}-devel = %{epoch}:%{version}-%{release}
|
2018-02-06 22:05:10 +00:00
|
|
|
|
|
|
|
%if 0%{?with_check} && ! 0%{?with_bundled}
|
|
|
|
BuildRequires: golang(github.com/BurntSushi/toml)
|
|
|
|
BuildRequires: golang(github.com/containerd/cgroups)
|
|
|
|
BuildRequires: golang(github.com/containernetworking/plugins/pkg/ns)
|
|
|
|
BuildRequires: golang(github.com/containers/image/copy)
|
|
|
|
BuildRequires: golang(github.com/containers/image/directory)
|
|
|
|
BuildRequires: golang(github.com/containers/image/docker)
|
|
|
|
BuildRequires: golang(github.com/containers/image/docker/archive)
|
|
|
|
BuildRequires: golang(github.com/containers/image/docker/reference)
|
|
|
|
BuildRequires: golang(github.com/containers/image/docker/tarfile)
|
|
|
|
BuildRequires: golang(github.com/containers/image/image)
|
|
|
|
BuildRequires: golang(github.com/containers/image/oci/archive)
|
|
|
|
BuildRequires: golang(github.com/containers/image/pkg/strslice)
|
|
|
|
BuildRequires: golang(github.com/containers/image/pkg/sysregistries)
|
|
|
|
BuildRequires: golang(github.com/containers/image/signature)
|
|
|
|
BuildRequires: golang(github.com/containers/image/storage)
|
|
|
|
BuildRequires: golang(github.com/containers/image/tarball)
|
|
|
|
BuildRequires: golang(github.com/containers/image/transports/alltransports)
|
|
|
|
BuildRequires: golang(github.com/containers/image/types)
|
|
|
|
BuildRequires: golang(github.com/containers/storage)
|
|
|
|
BuildRequires: golang(github.com/containers/storage/pkg/archive)
|
|
|
|
BuildRequires: golang(github.com/containers/storage/pkg/idtools)
|
|
|
|
BuildRequires: golang(github.com/containers/storage/pkg/reexec)
|
|
|
|
BuildRequires: golang(github.com/coreos/go-systemd/dbus)
|
|
|
|
BuildRequires: golang(github.com/cri-o/ocicni/pkg/ocicni)
|
|
|
|
BuildRequires: golang(github.com/docker/distribution/reference)
|
|
|
|
BuildRequires: golang(github.com/docker/docker/daemon/caps)
|
|
|
|
BuildRequires: golang(github.com/docker/docker/pkg/mount)
|
|
|
|
BuildRequires: golang(github.com/docker/docker/pkg/namesgenerator)
|
|
|
|
BuildRequires: golang(github.com/docker/docker/pkg/stringid)
|
|
|
|
BuildRequires: golang(github.com/docker/docker/pkg/system)
|
|
|
|
BuildRequires: golang(github.com/docker/docker/pkg/term)
|
|
|
|
BuildRequires: golang(github.com/docker/docker/pkg/truncindex)
|
|
|
|
BuildRequires: golang(github.com/ghodss/yaml)
|
|
|
|
BuildRequires: golang(github.com/godbus/dbus)
|
|
|
|
BuildRequires: golang(github.com/mattn/go-sqlite3)
|
|
|
|
BuildRequires: golang(github.com/mrunalp/fileutils)
|
|
|
|
BuildRequires: golang(github.com/opencontainers/go-digest)
|
|
|
|
BuildRequires: golang(github.com/opencontainers/image-spec/specs-go/v1)
|
|
|
|
BuildRequires: golang(github.com/opencontainers/runc/libcontainer)
|
|
|
|
BuildRequires: golang(github.com/opencontainers/runtime-spec/specs-go)
|
|
|
|
BuildRequires: golang(github.com/opencontainers/runtime-tools/generate)
|
|
|
|
BuildRequires: golang(github.com/opencontainers/selinux/go-selinux)
|
|
|
|
BuildRequires: golang(github.com/opencontainers/selinux/go-selinux/label)
|
|
|
|
BuildRequires: golang(github.com/pkg/errors)
|
|
|
|
BuildRequires: golang(github.com/sirupsen/logrus)
|
|
|
|
BuildRequires: golang(github.com/ulule/deepcopier)
|
|
|
|
BuildRequires: golang(golang.org/x/crypto/ssh/terminal)
|
|
|
|
BuildRequires: golang(golang.org/x/sys/unix)
|
|
|
|
BuildRequires: golang(k8s.io/apimachinery/pkg/util/wait)
|
|
|
|
BuildRequires: golang(k8s.io/client-go/tools/remotecommand)
|
|
|
|
BuildRequires: golang(k8s.io/kubernetes/pkg/kubelet/container)
|
|
|
|
%endif
|
|
|
|
|
2018-08-12 04:29:38 +00:00
|
|
|
Requires: golang(github.com/BurntSushi/toml)
|
|
|
|
Requires: golang(github.com/containerd/cgroups)
|
|
|
|
Requires: golang(github.com/containernetworking/plugins/pkg/ns)
|
|
|
|
Requires: golang(github.com/containers/image/copy)
|
|
|
|
Requires: golang(github.com/containers/image/directory)
|
|
|
|
Requires: golang(github.com/containers/image/docker)
|
|
|
|
Requires: golang(github.com/containers/image/docker/archive)
|
|
|
|
Requires: golang(github.com/containers/image/docker/reference)
|
|
|
|
Requires: golang(github.com/containers/image/docker/tarfile)
|
|
|
|
Requires: golang(github.com/containers/image/image)
|
|
|
|
Requires: golang(github.com/containers/image/oci/archive)
|
|
|
|
Requires: golang(github.com/containers/image/pkg/strslice)
|
|
|
|
Requires: golang(github.com/containers/image/pkg/sysregistries)
|
|
|
|
Requires: golang(github.com/containers/image/signature)
|
|
|
|
Requires: golang(github.com/containers/image/storage)
|
|
|
|
Requires: golang(github.com/containers/image/tarball)
|
|
|
|
Requires: golang(github.com/containers/image/transports/alltransports)
|
|
|
|
Requires: golang(github.com/containers/image/types)
|
|
|
|
Requires: golang(github.com/containers/storage)
|
|
|
|
Requires: golang(github.com/containers/storage/pkg/archive)
|
|
|
|
Requires: golang(github.com/containers/storage/pkg/idtools)
|
|
|
|
Requires: golang(github.com/containers/storage/pkg/reexec)
|
|
|
|
Requires: golang(github.com/coreos/go-systemd/dbus)
|
|
|
|
Requires: golang(github.com/cri-o/ocicni/pkg/ocicni)
|
|
|
|
Requires: golang(github.com/docker/distribution/reference)
|
|
|
|
Requires: golang(github.com/docker/docker/daemon/caps)
|
|
|
|
Requires: golang(github.com/docker/docker/pkg/mount)
|
|
|
|
Requires: golang(github.com/docker/docker/pkg/namesgenerator)
|
|
|
|
Requires: golang(github.com/docker/docker/pkg/stringid)
|
|
|
|
Requires: golang(github.com/docker/docker/pkg/system)
|
|
|
|
Requires: golang(github.com/docker/docker/pkg/term)
|
|
|
|
Requires: golang(github.com/docker/docker/pkg/truncindex)
|
|
|
|
Requires: golang(github.com/ghodss/yaml)
|
|
|
|
Requires: golang(github.com/godbus/dbus)
|
|
|
|
Requires: golang(github.com/mattn/go-sqlite3)
|
|
|
|
Requires: golang(github.com/mrunalp/fileutils)
|
|
|
|
Requires: golang(github.com/opencontainers/go-digest)
|
|
|
|
Requires: golang(github.com/opencontainers/image-spec/specs-go/v1)
|
|
|
|
Requires: golang(github.com/opencontainers/runc/libcontainer)
|
|
|
|
Requires: golang(github.com/opencontainers/runtime-spec/specs-go)
|
|
|
|
Requires: golang(github.com/opencontainers/runtime-tools/generate)
|
|
|
|
Requires: golang(github.com/opencontainers/selinux/go-selinux)
|
|
|
|
Requires: golang(github.com/opencontainers/selinux/go-selinux/label)
|
|
|
|
Requires: golang(github.com/pkg/errors)
|
|
|
|
Requires: golang(github.com/sirupsen/logrus)
|
|
|
|
Requires: golang(github.com/ulule/deepcopier)
|
|
|
|
Requires: golang(golang.org/x/crypto/ssh/terminal)
|
|
|
|
Requires: golang(golang.org/x/sys/unix)
|
|
|
|
Requires: golang(k8s.io/apimachinery/pkg/util/wait)
|
|
|
|
Requires: golang(k8s.io/client-go/tools/remotecommand)
|
|
|
|
Requires: golang(k8s.io/kubernetes/pkg/kubelet/container)
|
|
|
|
|
2018-10-18 18:55:59 +00:00
|
|
|
Provides: golang(%{import_path}/cmd/%{name}/docker) = %{epoch}:%{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/cmd/%{name}/formats) = %{epoch}:%{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/libkpod) = %{epoch}:%{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/libpod) = %{epoch}:%{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/libpod/common) = %{epoch}:%{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/libpod/driver) = %{epoch}:%{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/libpod/layers) = %{epoch}:%{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/pkg/annotations) = %{epoch}:%{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/pkg/chrootuser) = %{epoch}:%{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/pkg/registrar) = %{epoch}:%{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/pkg/storage) = %{epoch}:%{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/utils) = %{epoch}:%{version}-%{release}
|
2018-08-12 04:29:38 +00:00
|
|
|
|
|
|
|
%description -n libpod-devel
|
2018-02-06 22:05:10 +00:00
|
|
|
%{summary}
|
|
|
|
|
|
|
|
This package contains library source intended for
|
|
|
|
building other packages which use import path with
|
|
|
|
%{import_path} prefix.
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?with_unit_test} && 0%{?with_devel}
|
|
|
|
%package unit-test-devel
|
2019-07-07 17:54:36 +00:00
|
|
|
Summary: Unit tests for %{name} package
|
2018-02-06 22:05:10 +00:00
|
|
|
%if 0%{?with_check}
|
|
|
|
#Here comes all BuildRequires: PACKAGE the unit tests
|
|
|
|
#in %%check section need for running
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# test subpackage tests code from devel subpackage
|
2018-10-18 18:55:59 +00:00
|
|
|
Requires: %{name}-devel = %{epoch}:%{version}-%{release}
|
2018-02-06 22:05:10 +00:00
|
|
|
|
|
|
|
%if 0%{?with_check} && ! 0%{?with_bundled}
|
|
|
|
BuildRequires: golang(github.com/stretchr/testify/assert)
|
|
|
|
BuildRequires: golang(github.com/urfave/cli)
|
|
|
|
%endif
|
|
|
|
|
2018-08-12 04:29:38 +00:00
|
|
|
Requires: golang(github.com/stretchr/testify/assert)
|
|
|
|
Requires: golang(github.com/urfave/cli)
|
2018-02-06 22:05:10 +00:00
|
|
|
|
|
|
|
%description unit-test-devel
|
|
|
|
%{summary}
|
2019-09-17 18:06:00 +00:00
|
|
|
%{repo} provides a library for applications looking to use the
|
|
|
|
Container Pod concept popularized by Kubernetes.
|
2018-02-06 22:05:10 +00:00
|
|
|
|
|
|
|
This package contains unit tests for project
|
|
|
|
providing packages with %{import_path} prefix.
|
|
|
|
%endif
|
|
|
|
|
2019-07-07 19:16:20 +00:00
|
|
|
%if 0%{?fedora}
|
2019-01-18 17:59:24 +00:00
|
|
|
%package tests
|
2019-05-24 14:43:28 +00:00
|
|
|
Summary: Tests for %{name}
|
2019-01-18 17:59:24 +00:00
|
|
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
Requires: bats
|
|
|
|
Requires: jq
|
2020-02-20 13:19:58 +00:00
|
|
|
Requires: skopeo
|
2019-01-18 17:59:24 +00:00
|
|
|
|
|
|
|
%description tests
|
|
|
|
%{summary}
|
|
|
|
|
|
|
|
This package contains system tests for %{name}
|
|
|
|
|
2019-07-07 17:54:36 +00:00
|
|
|
%package remote
|
|
|
|
Summary: (Experimental) Remote client for managing %{name} containers
|
|
|
|
|
|
|
|
%description remote
|
|
|
|
Remote client for managing %{name} containers.
|
|
|
|
|
|
|
|
This experimental remote client is under heavy development. Please do not
|
|
|
|
run %{name}-remote in production.
|
|
|
|
|
|
|
|
%{name}-remote uses the varlink connection to connect to a %{name} client to
|
|
|
|
manage pods, containers and container images. %{name}-remote supports ssh
|
|
|
|
connections as well.
|
2019-07-07 19:16:20 +00:00
|
|
|
%endif
|
|
|
|
|
2019-10-18 13:02:37 +00:00
|
|
|
%package plugins
|
|
|
|
Summary: Plugins for %{name}
|
|
|
|
|
|
|
|
%description plugins
|
|
|
|
This plugin sets up the use of dnsmasq on a given CNI network so
|
|
|
|
that Pods can resolve each other by name. When configured,
|
|
|
|
the pod and its IP address are added to a network specific hosts file
|
|
|
|
that dnsmasq will read in. Similarly, when a pod
|
|
|
|
is removed from the network, it will remove the entry from the hosts
|
|
|
|
file. Each CNI network will have its own dnsmasq instance.
|
|
|
|
|
2018-02-06 22:05:10 +00:00
|
|
|
%prep
|
2018-03-27 14:24:36 +00:00
|
|
|
%autosetup -Sgit -n %{repo}-%{commit0}
|
2018-02-06 22:05:10 +00:00
|
|
|
|
2019-10-18 13:02:37 +00:00
|
|
|
# untar dnsname
|
|
|
|
tar zxf %{SOURCE1}
|
|
|
|
|
2018-02-06 22:05:10 +00:00
|
|
|
%build
|
2019-10-18 13:02:37 +00:00
|
|
|
export GO111MODULE=off
|
|
|
|
export GOPATH=$(pwd)/_build:$(pwd)
|
|
|
|
|
2018-02-06 22:05:10 +00:00
|
|
|
mkdir _build
|
|
|
|
pushd _build
|
|
|
|
mkdir -p src/%{provider}.%{provider_tld}/%{project}
|
|
|
|
ln -s ../../../../ src/%{import_path}
|
|
|
|
popd
|
|
|
|
ln -s vendor src
|
2020-04-01 17:53:59 +00:00
|
|
|
%gogenerate ./pkg/varlink/...
|
2019-05-24 14:43:28 +00:00
|
|
|
|
|
|
|
# build %%{name}
|
2020-03-23 11:56:55 +00:00
|
|
|
export BUILDTAGS="systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/selinux_tag.sh)"
|
2020-02-03 15:38:42 +00:00
|
|
|
%if 0%{?centos}
|
|
|
|
export BUILDTAGS+="exclude_graphdriver_btrfs containers_image_ostree_stub"
|
|
|
|
%endif
|
2018-08-12 03:03:46 +00:00
|
|
|
%gobuild -o bin/%{name} %{import_path}/cmd/%{name}
|
2018-02-06 22:05:10 +00:00
|
|
|
|
2019-05-24 14:43:28 +00:00
|
|
|
# build %%{name}-remote
|
2020-05-12 18:38:05 +00:00
|
|
|
#export BUILDTAGS+=" remoteclient"
|
|
|
|
#%%gobuild -o bin/%%{name}-remote %%{import_path}/cmd/%%{name}
|
2019-05-24 14:43:28 +00:00
|
|
|
|
2019-10-18 13:02:37 +00:00
|
|
|
pushd dnsname-%{commit_plugins}
|
|
|
|
mkdir _build
|
|
|
|
pushd _build
|
|
|
|
mkdir -p src/%{provider}.%{provider_tld}/%{project}
|
|
|
|
ln -s ../../../../ src/%{import_path_plugins}
|
|
|
|
popd
|
|
|
|
ln -s vendor src
|
|
|
|
export GOPATH=$(pwd)/_build:$(pwd)
|
|
|
|
%gobuild -o bin/dnsname %{import_path_plugins}/plugins/meta/dnsname
|
|
|
|
popd
|
|
|
|
|
2018-02-06 22:05:10 +00:00
|
|
|
%install
|
2019-08-27 20:12:47 +00:00
|
|
|
rm -rf docs/containers-mounts.conf.5.md
|
|
|
|
|
2018-04-24 19:27:43 +00:00
|
|
|
install -dp %{buildroot}%{_unitdir}
|
2018-11-10 15:30:54 +00:00
|
|
|
PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \
|
2018-07-23 20:27:22 +00:00
|
|
|
install.bin \
|
|
|
|
install.man \
|
|
|
|
install.cni \
|
|
|
|
install.systemd \
|
2018-08-12 10:30:14 +00:00
|
|
|
install.completions \
|
|
|
|
install.docker
|
2020-05-12 18:38:05 +00:00
|
|
|
#%%if 0%%{?fedora}
|
|
|
|
#install.remote \
|
|
|
|
#%%endif
|
|
|
|
|
|
|
|
rm %{buildroot}%{_mandir}/man1/*remote*
|
|
|
|
rm %{buildroot}%{_mandir}/man5/*remote*
|
2018-02-06 22:05:10 +00:00
|
|
|
|
2018-11-10 15:30:54 +00:00
|
|
|
mv pkg/hooks/README.md pkg/hooks/README-hooks.md
|
|
|
|
|
2019-10-18 13:02:37 +00:00
|
|
|
# install plugins
|
|
|
|
pushd dnsname-%{commit_plugins}
|
|
|
|
%{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install
|
|
|
|
popd
|
|
|
|
|
2020-01-08 13:51:56 +00:00
|
|
|
# do not include docker and podman-remote man pages in main package
|
|
|
|
for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},," | grep -v -e remote -e docker`; do
|
|
|
|
echo "$file*" >> podman.file-list
|
|
|
|
done
|
|
|
|
|
2020-02-06 11:50:12 +00:00
|
|
|
# do not install remote manpages on centos7
|
2020-02-18 21:16:48 +00:00
|
|
|
%if 0%{?centos} && 0%{?centos} < 8
|
2020-05-12 18:38:05 +00:00
|
|
|
#rm -rf %%{buildroot}%%{_mandir}/man1/docker-remote.1
|
|
|
|
#rm -rf %%{buildroot}%%{_mandir}/man1/%%{name}-remote.1
|
|
|
|
#rm -rf %%{buildroot}%%{_mandir}/man5/%%{name}-remote.conf.5
|
2020-02-06 11:50:12 +00:00
|
|
|
%endif
|
|
|
|
|
2018-02-06 22:05:10 +00:00
|
|
|
# source codes for building projects
|
|
|
|
%if 0%{?with_devel}
|
|
|
|
install -d -p %{buildroot}/%{gopath}/src/%{import_path}/
|
|
|
|
|
|
|
|
echo "%%dir %%{gopath}/src/%%{import_path}/." >> devel.file-list
|
|
|
|
# find all *.go but no *_test.go files and generate devel.file-list
|
|
|
|
for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go" | grep -v "vendor") ; do
|
|
|
|
dirprefix=$(dirname $file)
|
|
|
|
install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$dirprefix
|
|
|
|
cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file
|
|
|
|
echo "%%{gopath}/src/%%{import_path}/$file" >> devel.file-list
|
|
|
|
|
|
|
|
while [ "$dirprefix" != "." ]; do
|
|
|
|
echo "%%dir %%{gopath}/src/%%{import_path}/$dirprefix" >> devel.file-list
|
|
|
|
dirprefix=$(dirname $dirprefix)
|
|
|
|
done
|
|
|
|
done
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# testing files for this project
|
|
|
|
%if 0%{?with_unit_test} && 0%{?with_devel}
|
|
|
|
install -d -p %{buildroot}/%{gopath}/src/%{import_path}/
|
|
|
|
# find all *_test.go files and generate unit-test-devel.file-list
|
|
|
|
for file in $(find . -iname "*_test.go" | grep -v "vendor") ; do
|
|
|
|
dirprefix=$(dirname $file)
|
|
|
|
install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$dirprefix
|
|
|
|
cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file
|
|
|
|
echo "%%{gopath}/src/%%{import_path}/$file" >> unit-test-devel.file-list
|
|
|
|
|
|
|
|
while [ "$dirprefix" != "." ]; do
|
|
|
|
echo "%%dir %%{gopath}/src/%%{import_path}/$dirprefix" >> devel.file-list
|
|
|
|
dirprefix=$(dirname $dirprefix)
|
|
|
|
done
|
|
|
|
done
|
|
|
|
%endif
|
|
|
|
|
2020-03-20 11:44:01 +00:00
|
|
|
#TODO Next release this section should be removed, since the make install will handle it
|
|
|
|
# install service
|
|
|
|
install -m 644 contrib/systemd/user/podman.socket %{buildroot}/%{_userunitdir}/podman.socket
|
|
|
|
install -m 644 contrib/systemd/user/podman.service %{buildroot}/%{_userunitdir}/podman.service
|
|
|
|
install -m 644 contrib/systemd/system/podman.socket %{buildroot}/%{_unitdir}/podman.socket
|
|
|
|
install -m 644 contrib/systemd/system/podman.service %{buildroot}/%{_unitdir}/podman.service
|
|
|
|
|
2018-02-06 22:05:10 +00:00
|
|
|
%if 0%{?with_devel}
|
|
|
|
sort -u -o devel.file-list devel.file-list
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%check
|
|
|
|
%if 0%{?with_check} && 0%{?with_unit_test} && 0%{?with_devel}
|
|
|
|
%if ! 0%{?with_bundled}
|
|
|
|
export GOPATH=%{buildroot}/%{gopath}:%{gopath}
|
|
|
|
%else
|
|
|
|
# Since we aren't packaging up the vendor directory we need to link
|
|
|
|
# back to it somehow. Hack it up so that we can add the vendor
|
|
|
|
# directory from BUILD dir as a gopath to be searched when executing
|
|
|
|
# tests from the BUILDROOT dir.
|
|
|
|
ln -s ./ ./vendor/src # ./vendor/src -> ./vendor
|
|
|
|
|
|
|
|
export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if ! 0%{?gotest:1}
|
|
|
|
%global gotest go test
|
|
|
|
%endif
|
2019-01-18 17:59:24 +00:00
|
|
|
|
2018-02-06 22:05:10 +00:00
|
|
|
%gotest %{import_path}/cmd/%{name}
|
|
|
|
%gotest %{import_path}/libkpod
|
|
|
|
%gotest %{import_path}/libpod
|
|
|
|
%gotest %{import_path}/pkg/registrar
|
|
|
|
%endif
|
|
|
|
|
2019-01-18 17:59:24 +00:00
|
|
|
install -d -p %{buildroot}/%{_datadir}/%{name}/test/system
|
|
|
|
cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/
|
|
|
|
|
2019-05-24 14:43:28 +00:00
|
|
|
%triggerpostun -- %{name} < 1.1
|
|
|
|
%{_bindir}/%{name} system renumber
|
|
|
|
exit 0
|
|
|
|
|
2018-02-06 22:05:10 +00:00
|
|
|
#define license tag if not already defined
|
|
|
|
%{!?_licensedir:%global license %doc}
|
|
|
|
|
2020-03-30 15:49:05 +00:00
|
|
|
%files -f %{name}.file-list
|
2018-02-06 22:05:10 +00:00
|
|
|
%license LICENSE
|
2020-02-17 20:53:55 +00:00
|
|
|
%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md transfer.md
|
2018-02-06 22:05:10 +00:00
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_datadir}/bash-completion/completions/*
|
2019-03-17 15:16:57 +00:00
|
|
|
# By "owning" the site-functions dir, we don't need to Require zsh
|
2019-05-24 11:52:44 +00:00
|
|
|
%dir %{_datadir}/zsh/site-functions
|
2019-05-24 14:43:28 +00:00
|
|
|
%{_datadir}/zsh/site-functions/_%{name}
|
2018-02-06 22:05:10 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist
|
2018-08-12 03:03:46 +00:00
|
|
|
%{_unitdir}/io.%{name}.service
|
|
|
|
%{_unitdir}/io.%{name}.socket
|
2019-08-13 18:17:36 +00:00
|
|
|
%{_userunitdir}/io.%{name}.service
|
|
|
|
%{_userunitdir}/io.%{name}.socket
|
2018-07-23 20:27:22 +00:00
|
|
|
%{_usr}/lib/tmpfiles.d/%{name}.conf
|
2020-03-20 11:44:01 +00:00
|
|
|
%{_unitdir}/%{name}.service
|
|
|
|
%{_unitdir}/%{name}.socket
|
|
|
|
%{_userunitdir}/%{name}.service
|
|
|
|
%{_userunitdir}/%{name}.socket
|
2018-02-06 22:05:10 +00:00
|
|
|
|
2018-08-20 19:31:47 +00:00
|
|
|
%files docker
|
|
|
|
%{_bindir}/docker
|
|
|
|
%{_mandir}/man1/docker*.1*
|
2020-01-30 16:14:54 +00:00
|
|
|
%{_usr}/lib/tmpfiles.d/%{name}-docker.conf
|
2018-08-20 19:31:47 +00:00
|
|
|
|
2018-02-06 22:05:10 +00:00
|
|
|
%if 0%{?with_devel}
|
|
|
|
%files -n libpod-devel -f devel.file-list
|
|
|
|
%license LICENSE
|
2020-02-17 20:53:55 +00:00
|
|
|
%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md transfer.md
|
2018-02-06 22:05:10 +00:00
|
|
|
%dir %{gopath}/src/%{provider}.%{provider_tld}/%{project}
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?with_unit_test} && 0%{?with_devel}
|
|
|
|
%files unit-test-devel -f unit-test-devel.file-list
|
|
|
|
%license LICENSE
|
2020-02-17 20:53:55 +00:00
|
|
|
%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md transfer.md
|
2018-02-06 22:05:10 +00:00
|
|
|
%endif
|
|
|
|
|
2019-07-07 19:16:20 +00:00
|
|
|
#### DO NOT REMOVE - NEEDED FOR CENTOS
|
|
|
|
%if 0%{?fedora}
|
2020-05-12 18:38:05 +00:00
|
|
|
#%%files remote
|
|
|
|
#%%license LICENSE
|
|
|
|
#%%{_bindir}/%%{name}-remote
|
|
|
|
#%%{_datadir}/man/man1/%%{name}-remote*.*
|
|
|
|
#%%{_datadir}/man/man5/%%{name}-remote*.*
|
2019-02-26 22:44:04 +00:00
|
|
|
|
2019-01-18 17:59:24 +00:00
|
|
|
%files tests
|
|
|
|
%license LICENSE
|
|
|
|
%{_datadir}/%{name}/test
|
2019-07-07 19:16:20 +00:00
|
|
|
%endif
|
2019-01-18 17:59:24 +00:00
|
|
|
|
2019-10-18 13:02:37 +00:00
|
|
|
%files plugins
|
|
|
|
%license dnsname-%{commit_plugins}/LICENSE
|
|
|
|
%doc dnsname-%{commit_plugins}/{README.md,README_PODMAN.md}
|
|
|
|
%{_libexecdir}/cni/dnsname
|
|
|
|
|
2018-02-06 22:05:10 +00:00
|
|
|
%changelog
|
2020-05-22 00:08:29 +00:00
|
|
|
* Fri May 22 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.55.dev.gitbe43536
|
|
|
|
- autobuilt be43536
|
|
|
|
|
2020-05-21 22:08:13 +00:00
|
|
|
* Thu May 21 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.54.dev.gitb023d6d
|
|
|
|
- autobuilt b023d6d
|
|
|
|
|
2020-05-21 21:08:25 +00:00
|
|
|
* Thu May 21 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.53.dev.gitd688851
|
|
|
|
- autobuilt d688851
|
|
|
|
|
2020-05-21 20:08:11 +00:00
|
|
|
* Thu May 21 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.52.dev.gitf6aa620
|
|
|
|
- autobuilt f6aa620
|
|
|
|
|
2020-05-21 18:08:26 +00:00
|
|
|
* Thu May 21 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.51.dev.git9d3b466
|
|
|
|
- autobuilt 9d3b466
|
|
|
|
|
2020-05-21 16:08:23 +00:00
|
|
|
* Thu May 21 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.50.dev.git6409ff6
|
|
|
|
- autobuilt 6409ff6
|
|
|
|
|
2020-05-21 15:08:22 +00:00
|
|
|
* Thu May 21 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.49.dev.gitfeb97bb
|
|
|
|
- autobuilt feb97bb
|
|
|
|
|
2020-05-21 14:08:28 +00:00
|
|
|
* Thu May 21 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.48.dev.git6668b13
|
|
|
|
- autobuilt 6668b13
|
|
|
|
|
2020-05-21 13:08:15 +00:00
|
|
|
* Thu May 21 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.47.dev.git72e8803
|
|
|
|
- autobuilt 72e8803
|
|
|
|
|
2020-05-21 00:08:11 +00:00
|
|
|
* Thu May 21 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.46.dev.git8db7b9e
|
|
|
|
- autobuilt 8db7b9e
|
|
|
|
|
2020-05-20 22:08:13 +00:00
|
|
|
* Wed May 20 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.45.dev.git02b29db
|
|
|
|
- autobuilt 02b29db
|
|
|
|
|
2020-05-20 21:08:15 +00:00
|
|
|
* Wed May 20 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.44.dev.gite8e5a5f
|
|
|
|
- autobuilt e8e5a5f
|
|
|
|
|
2020-05-20 20:08:22 +00:00
|
|
|
* Wed May 20 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.43.dev.git6a75dfa
|
|
|
|
- autobuilt 6a75dfa
|
|
|
|
|
2020-05-20 19:08:14 +00:00
|
|
|
* Wed May 20 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.42.dev.gitb0bfa0e
|
|
|
|
- autobuilt b0bfa0e
|
|
|
|
|
2020-05-20 17:08:04 +00:00
|
|
|
* Wed May 20 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.41.dev.git09f8f14
|
|
|
|
- autobuilt 09f8f14
|
|
|
|
|
2020-05-20 16:08:35 +00:00
|
|
|
* Wed May 20 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.40.dev.git70d89bf
|
|
|
|
- autobuilt 70d89bf
|
|
|
|
|
2020-05-20 15:08:31 +00:00
|
|
|
* Wed May 20 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.39.dev.gita670014
|
|
|
|
- autobuilt a670014
|
|
|
|
|
2020-05-20 00:08:23 +00:00
|
|
|
* Wed May 20 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.38.dev.git4eee0d8
|
|
|
|
- autobuilt 4eee0d8
|
|
|
|
|
2020-05-18 21:08:19 +00:00
|
|
|
* Mon May 18 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.37.dev.git0f8ad03
|
|
|
|
- autobuilt 0f8ad03
|
|
|
|
|
2020-05-18 20:08:41 +00:00
|
|
|
* Mon May 18 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.36.dev.git9fe4933
|
|
|
|
- autobuilt 9fe4933
|
|
|
|
|
2020-05-18 19:08:11 +00:00
|
|
|
* Mon May 18 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.35.dev.gitd6d4500
|
|
|
|
- autobuilt d6d4500
|
|
|
|
|
2020-05-18 16:08:59 +00:00
|
|
|
* Mon May 18 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.34.dev.gitd4587c6
|
|
|
|
- autobuilt d4587c6
|
|
|
|
|
2020-05-17 11:09:58 +00:00
|
|
|
* Sun May 17 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.33.dev.gitbfcec32
|
|
|
|
- autobuilt bfcec32
|
|
|
|
|
2020-05-15 21:08:11 +00:00
|
|
|
* Fri May 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.32.dev.git343ab99
|
|
|
|
- autobuilt 343ab99
|
|
|
|
|
2020-05-15 18:08:30 +00:00
|
|
|
* Fri May 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.31.dev.gitc61a45c
|
|
|
|
- autobuilt c61a45c
|
|
|
|
|
2020-05-15 17:08:22 +00:00
|
|
|
* Fri May 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.30.dev.git59dd341
|
|
|
|
- autobuilt 59dd341
|
|
|
|
|
2020-05-15 15:09:13 +00:00
|
|
|
* Fri May 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.29.dev.gitd5358e6
|
|
|
|
- autobuilt d5358e6
|
|
|
|
|
2020-05-15 14:08:41 +00:00
|
|
|
* Fri May 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.28.dev.gita88cd9a
|
|
|
|
- autobuilt a88cd9a
|
|
|
|
|
2020-05-14 23:08:56 +00:00
|
|
|
* Thu May 14 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.27.dev.git4611ff5
|
|
|
|
- autobuilt 4611ff5
|
|
|
|
|
2020-05-14 20:08:34 +00:00
|
|
|
* Thu May 14 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.26.dev.git0d96251
|
|
|
|
- autobuilt 0d96251
|
|
|
|
|
2020-05-14 19:09:04 +00:00
|
|
|
* Thu May 14 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.25.dev.git77dbfc7
|
|
|
|
- autobuilt 77dbfc7
|
|
|
|
|
2020-05-14 14:34:38 +00:00
|
|
|
* Thu May 14 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.24.dev.git7e9ed37
|
|
|
|
- autobuilt 7e9ed37
|
|
|
|
|
2020-05-14 13:47:05 +00:00
|
|
|
* Thu May 14 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.23.dev.gite35edb6
|
|
|
|
- autobuilt e35edb6
|
|
|
|
|
2020-05-14 13:13:31 +00:00
|
|
|
* Thu May 14 2020 Daniel J Walsh <dwalsh@redhat.com> - 2:2.0.0-0.22.dev.gitf2f0de4
|
|
|
|
- Add requires for oci-runtime
|
|
|
|
- Change crun to Recommends
|
|
|
|
|
2020-05-14 12:25:54 +00:00
|
|
|
* Thu May 14 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.21.dev.gitf2f0de4
|
|
|
|
- autobuilt f2f0de4
|
|
|
|
|
2020-05-14 09:10:50 +00:00
|
|
|
* Thu May 14 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.20.dev.git150679d
|
|
|
|
- autobuilt 150679d
|
|
|
|
|
2020-05-13 21:08:11 +00:00
|
|
|
* Wed May 13 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.19.dev.gitfa5b33e
|
|
|
|
- autobuilt fa5b33e
|
|
|
|
|
2020-05-13 20:08:36 +00:00
|
|
|
* Wed May 13 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.18.dev.git3c58e4f
|
|
|
|
- autobuilt 3c58e4f
|
|
|
|
|
2020-05-13 12:10:41 +00:00
|
|
|
* Wed May 13 2020 Eduardo Santiago <santiago@redhat.com> - 2:2.0.0-0.17.dev.gitd147b3e
|
|
|
|
- libpod.conf has been removed from the repo
|
|
|
|
|
2020-05-13 11:08:18 +00:00
|
|
|
* Wed May 13 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.16.dev.gitd147b3e
|
|
|
|
- autobuilt d147b3e
|
|
|
|
|
2020-05-13 10:08:42 +00:00
|
|
|
* Wed May 13 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.15.dev.gitb364420
|
|
|
|
- autobuilt b364420
|
|
|
|
|
2020-05-12 21:10:04 +00:00
|
|
|
* Tue May 12 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.14.dev.git486a117
|
|
|
|
- autobuilt 486a117
|
|
|
|
|
2020-05-12 18:38:05 +00:00
|
|
|
* Tue May 12 2020 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.0.0-0.13.dev.git5b4e91d
|
|
|
|
- disable remote package
|
|
|
|
|
2020-05-11 20:44:11 +00:00
|
|
|
* Mon May 11 2020 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.0.0-0.12.dev.git8857ba2
|
|
|
|
- gating test fix attempt by Ed Santiago <santiago@redhat.com>
|
|
|
|
|
2020-05-11 17:13:40 +00:00
|
|
|
* Mon May 11 2020 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.0.0-0.11.dev.git8857ba2
|
|
|
|
- do not modprobe br_netfilter
|
|
|
|
|
2020-04-16 14:08:21 +00:00
|
|
|
* Thu Apr 16 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.10.dev.git8857ba2
|
|
|
|
- autobuilt 8857ba2
|
|
|
|
|
2020-04-16 13:08:28 +00:00
|
|
|
* Thu Apr 16 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.9.dev.git155a7d6
|
|
|
|
- autobuilt 155a7d6
|
|
|
|
|
2020-04-16 11:08:03 +00:00
|
|
|
* Thu Apr 16 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.8.dev.git084cfb8
|
|
|
|
- autobuilt 084cfb8
|
|
|
|
|
2020-04-16 01:08:21 +00:00
|
|
|
* Thu Apr 16 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.7.dev.gitd6b3bc1
|
|
|
|
- autobuilt d6b3bc1
|
|
|
|
|
2020-04-15 22:07:56 +00:00
|
|
|
* Wed Apr 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.6.dev.gitc7d1761
|
|
|
|
- autobuilt c7d1761
|
|
|
|
|
2020-04-15 21:08:02 +00:00
|
|
|
* Wed Apr 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.5.dev.git3500a8b
|
|
|
|
- autobuilt 3500a8b
|
|
|
|
|
2020-04-15 19:08:03 +00:00
|
|
|
* Wed Apr 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.4.dev.git97bded8
|
|
|
|
- autobuilt 97bded8
|
|
|
|
|
2020-04-15 18:08:08 +00:00
|
|
|
* Wed Apr 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.3.dev.gitef297d4
|
|
|
|
- autobuilt ef297d4
|
|
|
|
|
2020-04-15 17:08:06 +00:00
|
|
|
* Wed Apr 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.2.dev.git9b78bf9
|
|
|
|
- autobuilt 9b78bf9
|
|
|
|
|
2020-04-15 16:08:18 +00:00
|
|
|
* Wed Apr 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.0-0.1.dev.gitcc9b78f
|
|
|
|
- bump to 2.0.0
|
|
|
|
- autobuilt cc9b78f
|
|
|
|
|
2020-04-15 15:08:02 +00:00
|
|
|
* Wed Apr 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.9.0-14.1.dev.git37ed662
|
|
|
|
- autobuilt 37ed662
|
|
|
|
|
2020-04-15 14:08:12 +00:00
|
|
|
* Wed Apr 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.9.0-13.1.dev.gita756161
|
|
|
|
- autobuilt a756161
|
|
|
|
|
2020-04-15 11:08:03 +00:00
|
|
|
* Wed Apr 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.9.0-12.1.dev.gitffcb99d
|
|
|
|
- autobuilt ffcb99d
|
|
|
|
|
2020-04-15 00:08:07 +00:00
|
|
|
* Wed Apr 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.9.0-11.1.dev.gitf0b6cde
|
|
|
|
- autobuilt f0b6cde
|
|
|
|
|
2020-04-14 18:07:39 +00:00
|
|
|
* Tue Apr 14 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.9.0-10.1.dev.git0d01f09
|
|
|
|
- autobuilt 0d01f09
|
|
|
|
|
2020-04-14 16:07:32 +00:00
|
|
|
* Tue Apr 14 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.9.0-9.1.dev.gita6caae0
|
|
|
|
- autobuilt a6caae0
|
|
|
|
|
2020-04-14 15:07:27 +00:00
|
|
|
* Tue Apr 14 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.9.0-8.1.dev.gite2a1373
|
|
|
|
- autobuilt e2a1373
|
|
|
|
|
2020-04-14 13:42:44 +00:00
|
|
|
* Tue Apr 14 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.9.0-7.1.dev.git26c1535
|
|
|
|
- autobuilt 26c1535
|
|
|
|
|
2020-04-14 13:08:36 +00:00
|
|
|
* Tue Apr 14 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.9.0-6.1.dev.gitd885342
|
|
|
|
- autobuilt d885342
|
|
|
|
|
2020-04-13 21:08:44 +00:00
|
|
|
* Mon Apr 13 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.9.0-5.1.dev.git5cf64ae
|
|
|
|
- autobuilt 5cf64ae
|
|
|
|
|
2020-04-13 20:08:39 +00:00
|
|
|
* Mon Apr 13 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.9.0-4.1.dev.git0b067b6
|
|
|
|
- autobuilt 0b067b6
|
|
|
|
|
2020-04-13 19:08:30 +00:00
|
|
|
* Mon Apr 13 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.9.0-3.1.dev.gitd7695dd
|
|
|
|
- autobuilt d7695dd
|
|
|
|
|
2020-04-13 18:07:00 +00:00
|
|
|
* Mon Apr 13 2020 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.9.0-2.1.dev.git465b4bc
|
|
|
|
- bump release tag to preserve clean upgrade path
|
|
|
|
|
2020-04-13 16:10:38 +00:00
|
|
|
* Mon Apr 13 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.9.0-0.2.dev.git465b4bc
|
|
|
|
- autobuilt 465b4bc
|
|
|
|
|
2020-04-13 15:08:41 +00:00
|
|
|
* Mon Apr 13 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.9.0-0.1.dev.git309a7f7
|
|
|
|
- bump to 1.9.0
|
|
|
|
- autobuilt 309a7f7
|
|
|
|
|
2020-04-10 17:08:34 +00:00
|
|
|
* Fri Apr 10 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.102.dev.git1593d4c
|
|
|
|
- autobuilt 1593d4c
|
|
|
|
|
2020-04-10 13:08:35 +00:00
|
|
|
* Fri Apr 10 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.101.dev.git2a8db9d
|
|
|
|
- autobuilt 2a8db9d
|
|
|
|
|
2020-04-10 02:08:22 +00:00
|
|
|
* Fri Apr 10 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.100.dev.git838b5e1
|
|
|
|
- autobuilt 838b5e1
|
|
|
|
|
2020-04-09 15:08:43 +00:00
|
|
|
* Thu Apr 09 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.99.dev.git3a4bd39
|
|
|
|
- autobuilt 3a4bd39
|
|
|
|
|
2020-04-09 14:08:31 +00:00
|
|
|
* Thu Apr 09 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.98.dev.git1662310
|
|
|
|
- autobuilt 1662310
|
|
|
|
|
2020-04-09 13:08:22 +00:00
|
|
|
* Thu Apr 09 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.97.dev.git555b30e
|
|
|
|
- autobuilt 555b30e
|
|
|
|
|
2020-04-09 09:09:01 +00:00
|
|
|
* Thu Apr 09 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.96.dev.git46227e0
|
|
|
|
- autobuilt 46227e0
|
|
|
|
|
2020-04-09 01:08:35 +00:00
|
|
|
* Thu Apr 09 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.95.dev.git3c94fa9
|
|
|
|
- autobuilt 3c94fa9
|
|
|
|
|
2020-04-08 20:08:22 +00:00
|
|
|
* Wed Apr 08 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.94.dev.gitf71e4d3
|
|
|
|
- autobuilt f71e4d3
|
|
|
|
|
2020-04-08 19:08:07 +00:00
|
|
|
* Wed Apr 08 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.93.dev.git1791fe6
|
|
|
|
- autobuilt 1791fe6
|
|
|
|
|
2020-04-08 14:49:49 +00:00
|
|
|
* Wed Apr 08 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.92.dev.git291ad7f
|
|
|
|
- autobuilt 291ad7f
|
|
|
|
|
2020-04-08 11:08:48 +00:00
|
|
|
* Wed Apr 08 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.91.dev.git522dcd6
|
|
|
|
- autobuilt 522dcd6
|
|
|
|
|
2020-04-07 21:08:18 +00:00
|
|
|
* Tue Apr 07 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.90.dev.gitb4840ec
|
|
|
|
- autobuilt b4840ec
|
|
|
|
|
2020-04-07 20:08:16 +00:00
|
|
|
* Tue Apr 07 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.89.dev.git11c8b01
|
|
|
|
- autobuilt 11c8b01
|
|
|
|
|
2020-04-07 19:08:38 +00:00
|
|
|
* Tue Apr 07 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.88.dev.git08fa3d5
|
|
|
|
- autobuilt 08fa3d5
|
|
|
|
|
2020-04-07 18:08:21 +00:00
|
|
|
* Tue Apr 07 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.87.dev.git9d0d9df
|
|
|
|
- autobuilt 9d0d9df
|
|
|
|
|
2020-04-07 17:08:37 +00:00
|
|
|
* Tue Apr 07 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.86.dev.git8289805
|
|
|
|
- autobuilt 8289805
|
|
|
|
|
2020-04-07 14:08:58 +00:00
|
|
|
* Tue Apr 07 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.85.dev.git44f910c
|
|
|
|
- autobuilt 44f910c
|
|
|
|
|
2020-04-07 11:08:41 +00:00
|
|
|
* Tue Apr 07 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.84.dev.gitc0e29b4
|
|
|
|
- autobuilt c0e29b4
|
|
|
|
|
2020-04-06 22:08:32 +00:00
|
|
|
* Mon Apr 06 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.83.dev.git64b6a19
|
|
|
|
- autobuilt 64b6a19
|
|
|
|
|
2020-04-06 20:08:55 +00:00
|
|
|
* Mon Apr 06 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.82.dev.git843fa25
|
|
|
|
- autobuilt 843fa25
|
|
|
|
|
2020-04-06 19:08:25 +00:00
|
|
|
* Mon Apr 06 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.81.dev.gita858b3a
|
|
|
|
- autobuilt a858b3a
|
|
|
|
|
2020-04-06 17:08:18 +00:00
|
|
|
* Mon Apr 06 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.80.dev.gite318b09
|
|
|
|
- autobuilt e318b09
|
|
|
|
|
2020-04-06 16:08:41 +00:00
|
|
|
* Mon Apr 06 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.79.dev.git09f553c
|
|
|
|
- autobuilt 09f553c
|
|
|
|
|
2020-04-06 15:08:33 +00:00
|
|
|
* Mon Apr 06 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.78.dev.git4b69cf0
|
|
|
|
- autobuilt 4b69cf0
|
|
|
|
|
2020-04-06 14:08:36 +00:00
|
|
|
* Mon Apr 06 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.77.dev.git5b853bb
|
|
|
|
- autobuilt 5b853bb
|
|
|
|
|
2020-04-06 13:08:36 +00:00
|
|
|
* Mon Apr 06 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.76.dev.git8dea3c3
|
|
|
|
- autobuilt 8dea3c3
|
|
|
|
|
2020-04-03 22:08:26 +00:00
|
|
|
* Fri Apr 03 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.75.dev.gitf7dffed
|
|
|
|
- autobuilt f7dffed
|
|
|
|
|
2020-04-03 21:08:26 +00:00
|
|
|
* Fri Apr 03 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.74.dev.git35f5867
|
|
|
|
- autobuilt 35f5867
|
|
|
|
|
2020-04-03 18:08:17 +00:00
|
|
|
* Fri Apr 03 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.73.dev.git64cade0
|
|
|
|
- autobuilt 64cade0
|
|
|
|
|
2020-04-03 17:08:28 +00:00
|
|
|
* Fri Apr 03 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.72.dev.git2d9b9e8
|
|
|
|
- autobuilt 2d9b9e8
|
|
|
|
|
2020-04-03 16:08:57 +00:00
|
|
|
* Fri Apr 03 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.71.dev.gita168dcc
|
|
|
|
- autobuilt a168dcc
|
|
|
|
|
2020-04-03 10:09:01 +00:00
|
|
|
* Fri Apr 03 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.70.dev.gitccb9e57
|
|
|
|
- autobuilt ccb9e57
|
|
|
|
|
2020-04-02 23:08:30 +00:00
|
|
|
* Thu Apr 02 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.69.dev.gitccf0e0d
|
|
|
|
- autobuilt ccf0e0d
|
|
|
|
|
2020-04-02 15:08:39 +00:00
|
|
|
* Thu Apr 02 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.68.dev.gitc3c6a7c
|
|
|
|
- autobuilt c3c6a7c
|
|
|
|
|
2020-04-02 14:08:21 +00:00
|
|
|
* Thu Apr 02 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.67.dev.gitffd2d78
|
|
|
|
- autobuilt ffd2d78
|
|
|
|
|
2020-04-02 13:08:25 +00:00
|
|
|
* Thu Apr 02 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.66.dev.git82610d6
|
|
|
|
- autobuilt 82610d6
|
|
|
|
|
2020-04-02 01:08:19 +00:00
|
|
|
* Thu Apr 02 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.65.dev.git88455fe
|
|
|
|
- autobuilt 88455fe
|
|
|
|
|
2020-04-01 23:08:09 +00:00
|
|
|
* Wed Apr 01 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.64.dev.gita8cde90
|
|
|
|
- autobuilt a8cde90
|
|
|
|
|
2020-04-01 21:08:17 +00:00
|
|
|
* Wed Apr 01 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.63.dev.git0f357be
|
|
|
|
- autobuilt 0f357be
|
|
|
|
|
2020-04-01 19:08:12 +00:00
|
|
|
* Wed Apr 01 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.62.dev.git0a16372
|
|
|
|
- autobuilt 0a16372
|
|
|
|
|
2020-04-01 18:08:41 +00:00
|
|
|
* Wed Apr 01 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.61.dev.gitd534e52
|
|
|
|
- autobuilt d534e52
|
|
|
|
|
2020-04-01 15:08:54 +00:00
|
|
|
* Wed Apr 01 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.60.dev.git82cbebc
|
|
|
|
- autobuilt 82cbebc
|
|
|
|
|
2020-04-01 14:09:08 +00:00
|
|
|
* Wed Apr 01 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.59.dev.git394f1c2
|
|
|
|
- autobuilt 394f1c2
|
|
|
|
|
2020-03-31 22:08:21 +00:00
|
|
|
* Tue Mar 31 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.58.dev.git6d36d05
|
|
|
|
- autobuilt 6d36d05
|
|
|
|
|
2020-03-31 21:08:07 +00:00
|
|
|
* Tue Mar 31 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.57.dev.git9f5fcc3
|
|
|
|
- autobuilt 9f5fcc3
|
|
|
|
|
2020-03-31 20:08:42 +00:00
|
|
|
* Tue Mar 31 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.56.dev.git6e8f6ca
|
|
|
|
- autobuilt 6e8f6ca
|
|
|
|
|
2020-03-31 18:39:53 +00:00
|
|
|
* Tue Mar 31 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.55.dev.git56ab9e4
|
|
|
|
- autobuilt 56ab9e4
|
|
|
|
|
2020-03-31 15:08:33 +00:00
|
|
|
* Tue Mar 31 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.54.dev.git4e3010d
|
|
|
|
- autobuilt 4e3010d
|
|
|
|
|
2020-03-30 20:08:24 +00:00
|
|
|
* Mon Mar 30 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.53.dev.git9c7410d
|
|
|
|
- autobuilt 9c7410d
|
|
|
|
|
2020-03-30 18:08:18 +00:00
|
|
|
* Mon Mar 30 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.52.dev.gitedd623c
|
|
|
|
- autobuilt edd623c
|
|
|
|
|
2020-03-30 16:09:16 +00:00
|
|
|
* Mon Mar 30 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.51.dev.git95d9a1e
|
|
|
|
- autobuilt 95d9a1e
|
|
|
|
|
2020-03-30 15:49:05 +00:00
|
|
|
* Mon Mar 30 2020 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.8.3-0.50.dev.git0fa01c8
|
|
|
|
- Resolves: gh#5316
|
|
|
|
|
2020-03-30 15:08:24 +00:00
|
|
|
* Mon Mar 30 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.49.dev.git0fa01c8
|
|
|
|
- autobuilt 0fa01c8
|
|
|
|
|
2020-03-30 14:08:15 +00:00
|
|
|
* Mon Mar 30 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.48.dev.gitcc22b94
|
|
|
|
- autobuilt cc22b94
|
|
|
|
|
2020-03-30 12:08:27 +00:00
|
|
|
* Mon Mar 30 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.47.dev.git8193751
|
|
|
|
- autobuilt 8193751
|
|
|
|
|
2020-03-29 13:08:51 +00:00
|
|
|
* Sun Mar 29 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.46.dev.git598bb53
|
|
|
|
- autobuilt 598bb53
|
|
|
|
|
2020-03-29 12:09:42 +00:00
|
|
|
* Sun Mar 29 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.45.dev.gitdabfa10
|
|
|
|
- autobuilt dabfa10
|
|
|
|
|
2020-03-28 16:09:32 +00:00
|
|
|
* Sat Mar 28 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.44.dev.git684b4bd
|
|
|
|
- autobuilt 684b4bd
|
|
|
|
|
2020-03-28 10:07:56 +00:00
|
|
|
* Sat Mar 28 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.43.dev.git21b67e6
|
|
|
|
- autobuilt 21b67e6
|
|
|
|
|
2020-03-27 20:07:54 +00:00
|
|
|
* Fri Mar 27 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.42.dev.git3336b10
|
|
|
|
- autobuilt 3336b10
|
|
|
|
|
2020-03-27 19:07:55 +00:00
|
|
|
* Fri Mar 27 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.41.dev.git1fe2fbb
|
|
|
|
- autobuilt 1fe2fbb
|
|
|
|
|
2020-03-27 18:07:59 +00:00
|
|
|
* Fri Mar 27 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.40.dev.git2c5c198
|
|
|
|
- autobuilt 2c5c198
|
|
|
|
|
2020-03-27 16:09:22 +00:00
|
|
|
* Fri Mar 27 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.39.dev.git4233250
|
|
|
|
- autobuilt 4233250
|
|
|
|
|
2020-03-27 15:08:57 +00:00
|
|
|
* Fri Mar 27 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.38.dev.git3ddb5b1
|
|
|
|
- autobuilt 3ddb5b1
|
|
|
|
|
2020-03-27 13:07:59 +00:00
|
|
|
* Fri Mar 27 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.37.dev.git7007680
|
|
|
|
- autobuilt 7007680
|
|
|
|
|
2020-03-27 12:07:54 +00:00
|
|
|
* Fri Mar 27 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.36.dev.git340312c
|
|
|
|
- autobuilt 340312c
|
|
|
|
|
2020-03-26 22:07:34 +00:00
|
|
|
* Thu Mar 26 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.35.dev.git1710eca
|
|
|
|
- autobuilt 1710eca
|
|
|
|
|
2020-03-26 21:07:37 +00:00
|
|
|
* Thu Mar 26 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.34.dev.git6a46a87
|
|
|
|
- autobuilt 6a46a87
|
|
|
|
|
2020-03-26 20:08:03 +00:00
|
|
|
* Thu Mar 26 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.33.dev.git913426c
|
|
|
|
- autobuilt 913426c
|
|
|
|
|
2020-03-26 18:07:44 +00:00
|
|
|
* Thu Mar 26 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.32.dev.git14ece7e
|
|
|
|
- autobuilt 14ece7e
|
|
|
|
|
2020-03-26 15:07:58 +00:00
|
|
|
* Thu Mar 26 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.31.dev.git8cccac5
|
|
|
|
- autobuilt 8cccac5
|
|
|
|
|
2020-03-26 14:07:58 +00:00
|
|
|
* Thu Mar 26 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.30.dev.gitc869b96
|
|
|
|
- autobuilt c869b96
|
|
|
|
|
2020-03-26 08:08:07 +00:00
|
|
|
* Thu Mar 26 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.29.dev.git18c1530
|
|
|
|
- autobuilt 18c1530
|
|
|
|
|
2020-03-25 17:07:40 +00:00
|
|
|
* Wed Mar 25 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.28.dev.gitff0124a
|
|
|
|
- autobuilt ff0124a
|
|
|
|
|
2020-03-25 14:07:33 +00:00
|
|
|
* Wed Mar 25 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.27.dev.git852dd7f
|
|
|
|
- autobuilt 852dd7f
|
|
|
|
|
2020-03-25 01:07:33 +00:00
|
|
|
* Wed Mar 25 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.26.dev.git69b011d
|
|
|
|
- autobuilt 69b011d
|
|
|
|
|
2020-03-24 23:07:49 +00:00
|
|
|
* Tue Mar 24 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.25.dev.gitb452064
|
|
|
|
- autobuilt b452064
|
|
|
|
|
2020-03-24 21:07:34 +00:00
|
|
|
* Tue Mar 24 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.24.dev.git0c084d9
|
|
|
|
- autobuilt 0c084d9
|
|
|
|
|
2020-03-24 18:07:39 +00:00
|
|
|
* Tue Mar 24 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.23.dev.gitc29a4c6
|
|
|
|
- autobuilt c29a4c6
|
|
|
|
|
2020-03-24 17:07:40 +00:00
|
|
|
* Tue Mar 24 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.22.dev.git14050c6
|
|
|
|
- autobuilt 14050c6
|
|
|
|
|
2020-03-24 14:07:51 +00:00
|
|
|
* Tue Mar 24 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.21.dev.git0334c8d
|
|
|
|
- autobuilt 0334c8d
|
|
|
|
|
2020-03-24 13:07:40 +00:00
|
|
|
* Tue Mar 24 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.20.dev.git0275eed
|
|
|
|
- autobuilt 0275eed
|
|
|
|
|
2020-03-24 08:08:08 +00:00
|
|
|
* Tue Mar 24 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.19.dev.gita2ffd5c
|
|
|
|
- autobuilt a2ffd5c
|
|
|
|
|
2020-03-23 21:07:43 +00:00
|
|
|
* Mon Mar 23 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.18.dev.git02de8d5
|
|
|
|
- autobuilt 02de8d5
|
|
|
|
|
2020-03-23 15:07:48 +00:00
|
|
|
* Mon Mar 23 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.17.dev.git48b3143
|
|
|
|
- autobuilt 48b3143
|
|
|
|
|
2020-03-23 14:07:39 +00:00
|
|
|
* Mon Mar 23 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.16.dev.gitb743f60
|
|
|
|
- autobuilt b743f60
|
|
|
|
|
2020-03-23 12:28:56 +00:00
|
|
|
* Mon Mar 23 2020 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.8.3-0.15.dev.gite34ec61
|
|
|
|
- do not use hack/ostree_tag.sh
|
|
|
|
|
2020-03-23 11:48:25 +00:00
|
|
|
* Mon Mar 23 2020 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.8.3-0.14.dev.gite34ec61
|
|
|
|
- Add APIv2 service files
|
|
|
|
|
2020-03-23 11:07:42 +00:00
|
|
|
* Mon Mar 23 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.13.dev.gite34ec61
|
|
|
|
- autobuilt e34ec61
|
|
|
|
|
2020-03-23 10:07:47 +00:00
|
|
|
* Mon Mar 23 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.12.dev.gitd6c9f3e
|
|
|
|
- autobuilt d6c9f3e
|
|
|
|
|
2020-03-22 22:07:36 +00:00
|
|
|
* Sun Mar 22 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.11.dev.git31d1445
|
|
|
|
- autobuilt 31d1445
|
|
|
|
|
2020-03-22 20:09:03 +00:00
|
|
|
* Sun Mar 22 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.10.dev.git98687ad
|
|
|
|
- autobuilt 98687ad
|
|
|
|
|
2020-03-21 16:13:16 +00:00
|
|
|
* Sat Mar 21 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.9.dev.git2ffff3c
|
|
|
|
- autobuilt 2ffff3c
|
|
|
|
|
2020-03-21 14:12:01 +00:00
|
|
|
* Sat Mar 21 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.8.dev.git89a3e59
|
|
|
|
- autobuilt 89a3e59
|
|
|
|
|
2020-03-21 12:13:44 +00:00
|
|
|
* Sat Mar 21 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.7.dev.gite1f2851
|
|
|
|
- autobuilt e1f2851
|
|
|
|
|
2020-03-21 00:12:12 +00:00
|
|
|
* Sat Mar 21 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.6.dev.git77187da
|
|
|
|
- autobuilt 77187da
|
|
|
|
|
2020-03-20 22:12:13 +00:00
|
|
|
* Fri Mar 20 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.5.dev.git7a095af
|
|
|
|
- autobuilt 7a095af
|
|
|
|
|
2020-03-20 20:11:45 +00:00
|
|
|
* Fri Mar 20 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.4.dev.git6df1d20
|
|
|
|
- autobuilt 6df1d20
|
|
|
|
|
2020-03-20 11:11:47 +00:00
|
|
|
* Fri Mar 20 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.3.dev.gitccc30c6
|
|
|
|
- autobuilt ccc30c6
|
|
|
|
|
2020-03-19 23:11:27 +00:00
|
|
|
* Thu Mar 19 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.2.dev.gitd927b43
|
|
|
|
- autobuilt d927b43
|
|
|
|
|
2020-03-19 21:11:15 +00:00
|
|
|
* Thu Mar 19 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.3-0.1.dev.gitaa6c8c2
|
|
|
|
- bump to 1.8.3
|
|
|
|
- autobuilt aa6c8c2
|
|
|
|
|
2020-03-19 19:11:33 +00:00
|
|
|
* Thu Mar 19 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.2-0.9.dev.gitcccd05c
|
|
|
|
- autobuilt cccd05c
|
|
|
|
|
2020-03-19 17:26:43 +00:00
|
|
|
* Thu Mar 19 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.2-0.8.dev.git1cb3e3a
|
|
|
|
- autobuilt 1cb3e3a
|
|
|
|
|
2020-03-19 15:12:23 +00:00
|
|
|
* Thu Mar 19 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.2-0.7.dev.gitedcc73e
|
|
|
|
- autobuilt edcc73e
|
|
|
|
|
2020-03-19 14:30:21 +00:00
|
|
|
* Thu Mar 19 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.2-0.6.dev.gite87fe4d
|
|
|
|
- autobuilt e87fe4d
|
|
|
|
|
2020-03-19 04:13:07 +00:00
|
|
|
* Thu Mar 19 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.2-0.5.dev.gitbd9386d
|
|
|
|
- autobuilt bd9386d
|
|
|
|
|
2020-03-18 19:21:39 +00:00
|
|
|
* Wed Mar 18 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.2-0.4.dev.git45e7cbf
|
|
|
|
- autobuilt 45e7cbf
|
|
|
|
|
2020-03-18 04:13:34 +00:00
|
|
|
* Wed Mar 18 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.2-0.3.dev.gitf3a28de
|
|
|
|
- autobuilt f3a28de
|
|
|
|
|
2020-03-17 17:28:47 +00:00
|
|
|
* Tue Mar 17 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.2-0.2.dev.git8f1ce4b
|
|
|
|
- autobuilt 8f1ce4b
|
|
|
|
|
2020-03-16 16:33:28 +00:00
|
|
|
* Mon Mar 16 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.2-0.1.dev.git412a114
|
|
|
|
- bump to 1.8.2
|
|
|
|
- autobuilt 412a114
|
|
|
|
|
2020-03-02 14:57:45 +00:00
|
|
|
* Mon Mar 02 2020 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.8.1-0.4.dev.git275e9b8
|
|
|
|
- bump release tag for smooth upgrade path
|
|
|
|
|
2020-03-02 14:43:04 +00:00
|
|
|
* Mon Mar 02 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.1-0.3.dev.git275e9b8
|
|
|
|
- autobuilt 275e9b8
|
|
|
|
|
2020-02-22 21:19:44 +00:00
|
|
|
* Sat Feb 22 2020 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.8.1-0.2.dev.git0bd29f8
|
|
|
|
- bump release tag
|
|
|
|
|
2020-02-17 20:53:55 +00:00
|
|
|
* Mon Feb 17 2020 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.8.1-0.1.dev.git0bd29f8
|
|
|
|
- bump to 1.8.1-dev
|
|
|
|
- built commit 0bd29f8
|
|
|
|
|
2020-02-06 16:27:22 +00:00
|
|
|
* Thu Feb 06 2020 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.8.0-0.4.dev.git5092c07
|
|
|
|
- bump crun dependency
|
|
|
|
|
2020-02-05 04:17:39 +00:00
|
|
|
* Wed Feb 05 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.0-0.3.dev.git5092c07
|
|
|
|
- autobuilt 5092c07
|
|
|
|
|
2020-02-04 04:16:17 +00:00
|
|
|
* Tue Feb 04 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.0-0.2.dev.gitc4f6d56
|
|
|
|
- autobuilt c4f6d56
|
|
|
|
|
2020-02-02 04:25:39 +00:00
|
|
|
* Sun Feb 02 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.8.0-0.1.dev.git4699d5e
|
|
|
|
- bump to 1.8.0
|
|
|
|
- autobuilt 4699d5e
|
|
|
|
|
2020-01-31 04:11:39 +00:00
|
|
|
* Fri Jan 31 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.66.dev.git36af283
|
|
|
|
- autobuilt 36af283
|
|
|
|
|
2020-01-30 04:12:17 +00:00
|
|
|
* Thu Jan 30 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.65.dev.giteb28365
|
|
|
|
- autobuilt eb28365
|
|
|
|
|
2020-01-29 04:14:56 +00:00
|
|
|
* Wed Jan 29 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.64.dev.gitb2ae45c
|
|
|
|
- autobuilt b2ae45c
|
|
|
|
|
2020-01-28 04:11:28 +00:00
|
|
|
* Tue Jan 28 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.63.dev.git326cdf9
|
|
|
|
- autobuilt 326cdf9
|
|
|
|
|
2020-01-27 04:12:00 +00:00
|
|
|
* Mon Jan 27 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.62.dev.gitc28af15
|
|
|
|
- autobuilt c28af15
|
|
|
|
|
2020-01-25 04:15:22 +00:00
|
|
|
* Sat Jan 25 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.61.dev.git975854a
|
|
|
|
- autobuilt 975854a
|
|
|
|
|
2020-01-23 20:10:36 +00:00
|
|
|
* Thu Jan 23 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.60.dev.git5bad873
|
|
|
|
- autobuilt 5bad873
|
|
|
|
|
2020-01-23 16:10:34 +00:00
|
|
|
* Thu Jan 23 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.59.dev.git8beeb06
|
|
|
|
- autobuilt 8beeb06
|
|
|
|
|
2020-01-23 15:11:49 +00:00
|
|
|
* Thu Jan 23 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.58.dev.git6518421
|
|
|
|
- autobuilt 6518421
|
|
|
|
|
2020-01-23 14:10:34 +00:00
|
|
|
* Thu Jan 23 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.57.dev.gite6cf0ec
|
|
|
|
- autobuilt e6cf0ec
|
|
|
|
|
2020-01-22 23:10:31 +00:00
|
|
|
* Wed Jan 22 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.56.dev.gitac3a6b8
|
|
|
|
- autobuilt ac3a6b8
|
|
|
|
|
2020-01-22 21:10:17 +00:00
|
|
|
* Wed Jan 22 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.55.dev.git8b377a7
|
|
|
|
- autobuilt 8b377a7
|
|
|
|
|
2020-01-22 19:10:19 +00:00
|
|
|
* Wed Jan 22 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.54.dev.gitc42383f
|
|
|
|
- autobuilt c42383f
|
|
|
|
|
2020-01-22 18:10:38 +00:00
|
|
|
* Wed Jan 22 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.53.dev.gitc40664d
|
|
|
|
- autobuilt c40664d
|
|
|
|
|
2020-01-22 16:10:28 +00:00
|
|
|
* Wed Jan 22 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.52.dev.git9f146b1
|
|
|
|
- autobuilt 9f146b1
|
|
|
|
|
2020-01-22 15:10:19 +00:00
|
|
|
* Wed Jan 22 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.51.dev.git7e1afe0
|
|
|
|
- autobuilt 7e1afe0
|
|
|
|
|
2020-01-22 14:10:16 +00:00
|
|
|
* Wed Jan 22 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.50.dev.git55abb6d
|
|
|
|
- autobuilt 55abb6d
|
|
|
|
|
2020-01-22 10:10:26 +00:00
|
|
|
* Wed Jan 22 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.49.dev.gitd52132b
|
|
|
|
- autobuilt d52132b
|
|
|
|
|
2020-01-22 00:11:40 +00:00
|
|
|
* Wed Jan 22 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.48.dev.gitaa13779
|
|
|
|
- autobuilt aa13779
|
|
|
|
|
2020-01-21 22:10:31 +00:00
|
|
|
* Tue Jan 21 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.47.dev.gitf63005e
|
|
|
|
- autobuilt f63005e
|
|
|
|
|
2020-01-21 21:10:39 +00:00
|
|
|
* Tue Jan 21 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.46.dev.gitf467bb2
|
|
|
|
- autobuilt f467bb2
|
|
|
|
|
2020-01-21 16:10:34 +00:00
|
|
|
* Tue Jan 21 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.45.dev.gitfb2bd26
|
|
|
|
- autobuilt fb2bd26
|
|
|
|
|
2020-01-18 11:11:46 +00:00
|
|
|
* Sat Jan 18 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.44.dev.git9be6430
|
|
|
|
- autobuilt 9be6430
|
|
|
|
|
2020-01-17 22:10:42 +00:00
|
|
|
* Fri Jan 17 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.43.dev.gitce4bf33
|
|
|
|
- autobuilt ce4bf33
|
|
|
|
|
2020-01-17 21:10:22 +00:00
|
|
|
* Fri Jan 17 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.42.dev.git3b6a843
|
|
|
|
- autobuilt 3b6a843
|
|
|
|
|
2020-01-17 18:10:30 +00:00
|
|
|
* Fri Jan 17 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.41.dev.gitab7e1a4
|
|
|
|
- autobuilt ab7e1a4
|
|
|
|
|
2020-01-17 17:10:18 +00:00
|
|
|
* Fri Jan 17 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.40.dev.gitf5e614b
|
|
|
|
- autobuilt f5e614b
|
|
|
|
|
2020-01-17 15:10:33 +00:00
|
|
|
* Fri Jan 17 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.39.dev.gitacbb6c0
|
|
|
|
- autobuilt acbb6c0
|
|
|
|
|
2020-01-16 21:10:16 +00:00
|
|
|
* Thu Jan 16 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.38.dev.git74b89da
|
|
|
|
- autobuilt 74b89da
|
|
|
|
|
2020-01-16 20:10:37 +00:00
|
|
|
* Thu Jan 16 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.37.dev.git79fbe72
|
|
|
|
- autobuilt 79fbe72
|
|
|
|
|
2020-01-16 18:10:45 +00:00
|
|
|
* Thu Jan 16 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.36.dev.git30245af
|
|
|
|
- autobuilt 30245af
|
|
|
|
|
2020-01-16 16:11:02 +00:00
|
|
|
* Thu Jan 16 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.35.dev.git1d7176b
|
|
|
|
- autobuilt 1d7176b
|
|
|
|
|
2020-01-16 15:10:28 +00:00
|
|
|
* Thu Jan 16 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.34.dev.gitdb00ee9
|
|
|
|
- autobuilt db00ee9
|
|
|
|
|
2020-01-16 12:10:25 +00:00
|
|
|
* Thu Jan 16 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.33.dev.git61fbce7
|
|
|
|
- autobuilt 61fbce7
|
|
|
|
|
2020-01-15 23:10:28 +00:00
|
|
|
* Wed Jan 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.32.dev.gite1e405b
|
|
|
|
- autobuilt e1e405b
|
|
|
|
|
2020-01-15 21:10:27 +00:00
|
|
|
* Wed Jan 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.31.dev.git978b891
|
|
|
|
- autobuilt 978b891
|
|
|
|
|
2020-01-15 18:10:29 +00:00
|
|
|
* Wed Jan 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.30.dev.git34429f3
|
|
|
|
- autobuilt 34429f3
|
|
|
|
|
2020-01-15 16:10:26 +00:00
|
|
|
* Wed Jan 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.29.dev.gite025b43
|
|
|
|
- autobuilt e025b43
|
|
|
|
|
2020-01-15 12:10:38 +00:00
|
|
|
* Wed Jan 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.28.dev.gitd914cc2
|
|
|
|
- autobuilt d914cc2
|
|
|
|
|
2020-01-15 01:10:25 +00:00
|
|
|
* Wed Jan 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.27.dev.git12aa9ca
|
|
|
|
- autobuilt 12aa9ca
|
|
|
|
|
2020-01-14 22:10:22 +00:00
|
|
|
* Tue Jan 14 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.26.dev.gitad5137b
|
|
|
|
- autobuilt ad5137b
|
|
|
|
|
2020-01-14 15:10:21 +00:00
|
|
|
* Tue Jan 14 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.25.dev.git564bd69
|
|
|
|
- autobuilt 564bd69
|
|
|
|
|
2020-01-14 14:10:17 +00:00
|
|
|
* Tue Jan 14 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.24.dev.git3961882
|
|
|
|
- autobuilt 3961882
|
|
|
|
|
2020-01-13 23:10:40 +00:00
|
|
|
* Mon Jan 13 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.23.dev.git79ec2a9
|
|
|
|
- autobuilt 79ec2a9
|
|
|
|
|
2020-01-13 21:10:16 +00:00
|
|
|
* Mon Jan 13 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.22.dev.git6c3d383
|
|
|
|
- autobuilt 6c3d383
|
|
|
|
|
2020-01-13 20:10:46 +00:00
|
|
|
* Mon Jan 13 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.21.dev.git796ae87
|
|
|
|
- autobuilt 796ae87
|
|
|
|
|
2020-01-13 17:10:34 +00:00
|
|
|
* Mon Jan 13 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.20.dev.gite83a1b8
|
|
|
|
- autobuilt e83a1b8
|
|
|
|
|
2020-01-13 08:10:33 +00:00
|
|
|
* Mon Jan 13 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.19.dev.git9e2e4d7
|
|
|
|
- autobuilt 9e2e4d7
|
|
|
|
|
2020-01-12 23:10:59 +00:00
|
|
|
* Sun Jan 12 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.18.dev.git55dd73c
|
|
|
|
- autobuilt 55dd73c
|
|
|
|
|
2020-01-11 18:11:14 +00:00
|
|
|
* Sat Jan 11 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.17.dev.git2d5fd7c
|
|
|
|
- autobuilt 2d5fd7c
|
|
|
|
|
2020-01-10 23:10:21 +00:00
|
|
|
* Fri Jan 10 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.16.dev.git0e9c208
|
|
|
|
- autobuilt 0e9c208
|
|
|
|
|
2020-01-10 21:10:48 +00:00
|
|
|
* Fri Jan 10 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.15.dev.gite1ffac6
|
|
|
|
- autobuilt e1ffac6
|
|
|
|
|
2020-01-10 12:10:32 +00:00
|
|
|
* Fri Jan 10 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.14.dev.git6ed88e0
|
|
|
|
- autobuilt 6ed88e0
|
|
|
|
|
2020-01-09 14:10:02 +00:00
|
|
|
* Thu Jan 09 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.13.dev.gitf57fdd0
|
|
|
|
- autobuilt f57fdd0
|
|
|
|
|
2020-01-09 13:10:10 +00:00
|
|
|
* Thu Jan 09 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.12.dev.git154b5ca
|
|
|
|
- autobuilt 154b5ca
|
|
|
|
|
2020-01-09 10:10:47 +00:00
|
|
|
* Thu Jan 09 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.11.dev.gitf3fc10f
|
|
|
|
- autobuilt f3fc10f
|
|
|
|
|
2020-01-08 18:10:25 +00:00
|
|
|
* Wed Jan 08 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.10.dev.gitc99b413
|
|
|
|
- autobuilt c99b413
|
|
|
|
|
2020-01-08 16:10:20 +00:00
|
|
|
* Wed Jan 08 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.9.dev.gitc6ad42a
|
|
|
|
- autobuilt c6ad42a
|
|
|
|
|
2020-01-08 14:09:59 +00:00
|
|
|
* Wed Jan 08 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.8.dev.git27caffb
|
|
|
|
- autobuilt 27caffb
|
|
|
|
|
2020-01-08 13:51:56 +00:00
|
|
|
* Wed Jan 08 2020 Jindrich Novy <jnovy@redhat.com> - 2:1.7.1-0.7.dev.git0b9dd1a
|
|
|
|
- require container-selinux only when selinux-policy is installed and
|
|
|
|
move podman-remote man pages to dedicated package (#1765818)
|
|
|
|
|
2020-01-08 13:10:19 +00:00
|
|
|
* Wed Jan 08 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.6.dev.git0b9dd1a
|
|
|
|
- autobuilt 0b9dd1a
|
|
|
|
|
2020-01-07 22:10:15 +00:00
|
|
|
* Tue Jan 07 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.5.dev.gitc41fd09
|
|
|
|
- autobuilt c41fd09
|
|
|
|
|
2020-01-07 18:10:29 +00:00
|
|
|
* Tue Jan 07 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.4.dev.gitbd3d8f4
|
|
|
|
- autobuilt bd3d8f4
|
|
|
|
|
2020-01-07 16:10:35 +00:00
|
|
|
* Tue Jan 07 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.3.dev.gitf85b3a0
|
|
|
|
- autobuilt f85b3a0
|
|
|
|
|
2020-01-07 11:15:45 +00:00
|
|
|
* Tue Jan 07 2020 Jindrich Novy <jnovy@redhat.com> - 2:1.7.1-0.2.dev.gite362220
|
|
|
|
- always require container-selinux (#1765818)
|
|
|
|
|
2020-01-06 22:10:05 +00:00
|
|
|
* Mon Jan 06 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.1-0.1.dev.gite362220
|
|
|
|
- bump to 1.7.1
|
|
|
|
- autobuilt e362220
|
|
|
|
|
2020-01-06 19:10:16 +00:00
|
|
|
* Mon Jan 06 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.0-0.28.dev.git2d8f1c8
|
|
|
|
- autobuilt 2d8f1c8
|
|
|
|
|
2020-01-06 17:10:10 +00:00
|
|
|
* Mon Jan 06 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.0-0.27.dev.git2e0157a
|
|
|
|
- autobuilt 2e0157a
|
|
|
|
|
2020-01-06 16:20:35 +00:00
|
|
|
* Mon Jan 06 2020 Jindrich Novy <jnovy@redhat.com> - 2:1.7.0-0.26.dev.git9758a97
|
|
|
|
- also obsolete former podman-manpages package
|
|
|
|
|
2020-01-06 15:54:08 +00:00
|
|
|
* Mon Jan 06 2020 Jindrich Novy <jnovy@redhat.com> - 2:1.7.0-0.25.dev.git9758a97
|
|
|
|
- add podman-manpages provide to main podman package
|
|
|
|
|
2020-01-06 14:25:10 +00:00
|
|
|
* Mon Jan 06 2020 Jindrich Novy <jnovy@redhat.com> - 2:1.7.0-0.24.dev.git9758a97
|
|
|
|
- merge podman-manpages with podman package
|
|
|
|
|
2020-01-03 18:10:16 +00:00
|
|
|
* Fri Jan 03 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.0-0.23.dev.git9758a97
|
|
|
|
- autobuilt 9758a97
|
|
|
|
|
2020-01-02 21:10:24 +00:00
|
|
|
* Thu Jan 02 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.0-0.22.dev.git50b4446
|
|
|
|
- autobuilt 50b4446
|
|
|
|
|
2020-01-02 20:10:15 +00:00
|
|
|
* Thu Jan 02 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.0-0.21.dev.git1faa5bb
|
|
|
|
- autobuilt 1faa5bb
|
|
|
|
|
2019-12-31 13:41:19 +00:00
|
|
|
* Tue Dec 31 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.0-0.20.dev.git6a370cb
|
|
|
|
- autobuilt 6a370cb
|
|
|
|
|
2019-12-20 17:15:45 +00:00
|
|
|
* Fri Dec 20 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.0-0.19.dev.gitfcd48db
|
|
|
|
- autobuilt fcd48db
|
|
|
|
|
2019-12-20 12:10:36 +00:00
|
|
|
* Fri Dec 20 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.0-0.18.dev.gite33d7e9
|
|
|
|
- autobuilt e33d7e9
|
|
|
|
|
2019-12-19 19:10:24 +00:00
|
|
|
* Thu Dec 19 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.0-0.17.dev.git1ba6d0f
|
|
|
|
- autobuilt 1ba6d0f
|
|
|
|
|
2019-12-19 15:10:25 +00:00
|
|
|
* Thu Dec 19 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.0-0.16.dev.gitc1a7911
|
|
|
|
- autobuilt c1a7911
|
|
|
|
|
2019-12-17 18:10:27 +00:00
|
|
|
* Tue Dec 17 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.0-0.15.dev.gite6b8433
|
|
|
|
- autobuilt e6b8433
|
|
|
|
|
2019-12-17 16:10:18 +00:00
|
|
|
* Tue Dec 17 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.0-0.14.dev.gitfab67f3
|
|
|
|
- autobuilt fab67f3
|
|
|
|
|
2019-12-17 13:10:26 +00:00
|
|
|
* Tue Dec 17 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.0-0.13.dev.git1e440a3
|
|
|
|
- autobuilt 1e440a3
|
|
|
|
|
2019-12-17 09:10:37 +00:00
|
|
|
* Tue Dec 17 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.0-0.12.dev.git4329204
|
|
|
|
- autobuilt 4329204
|
|
|
|
|
2019-12-16 20:10:28 +00:00
|
|
|
* Mon Dec 16 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.0-0.11.dev.git1162183
|
|
|
|
- autobuilt 1162183
|
|
|
|
|
2019-12-16 17:10:30 +00:00
|
|
|
* Mon Dec 16 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.0-0.10.dev.gitb2f05e0
|
|
|
|
- autobuilt b2f05e0
|
|
|
|
|
2019-12-16 16:10:14 +00:00
|
|
|
* Mon Dec 16 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.0-0.9.dev.git19064e5
|
|
|
|
- autobuilt 19064e5
|
|
|
|
|
2019-12-14 21:12:36 +00:00
|
|
|
* Sat Dec 14 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.0-0.8.dev.git6c7b6d9
|
|
|
|
- autobuilt 6c7b6d9
|
|
|
|
|
2019-12-13 21:10:12 +00:00
|
|
|
* Fri Dec 13 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.0-0.7.dev.git885967f
|
|
|
|
- autobuilt 885967f
|
|
|
|
|
2019-12-13 13:10:23 +00:00
|
|
|
* Fri Dec 13 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.0-0.6.dev.git22849ff
|
|
|
|
- autobuilt 22849ff
|
|
|
|
|
2019-12-13 10:10:17 +00:00
|
|
|
* Fri Dec 13 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.0-0.5.dev.git71a0c0f
|
|
|
|
- autobuilt 71a0c0f
|
|
|
|
|
2019-12-13 00:10:37 +00:00
|
|
|
* Fri Dec 13 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.0-0.4.dev.git123e7ea
|
|
|
|
- autobuilt 123e7ea
|
|
|
|
|
2019-12-12 16:10:40 +00:00
|
|
|
* Thu Dec 12 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.0-0.3.dev.git16de498
|
|
|
|
- autobuilt 16de498
|
|
|
|
|
2019-12-11 21:10:18 +00:00
|
|
|
* Wed Dec 11 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.0-0.2.dev.gitf81f15f
|
|
|
|
- autobuilt f81f15f
|
|
|
|
|
2019-12-11 19:10:31 +00:00
|
|
|
* Wed Dec 11 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.7.0-0.1.dev.git5941138
|
|
|
|
- bump to 1.7.0
|
|
|
|
- autobuilt 5941138
|
|
|
|
|
2019-12-11 18:13:46 +00:00
|
|
|
* Wed Dec 11 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.74.dev.git11541ae
|
|
|
|
- autobuilt 11541ae
|
|
|
|
|
2019-12-11 16:10:26 +00:00
|
|
|
* Wed Dec 11 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.73.dev.gitdd64038
|
|
|
|
- autobuilt dd64038
|
|
|
|
|
2019-12-11 10:10:25 +00:00
|
|
|
* Wed Dec 11 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.72.dev.gita18de10
|
|
|
|
- autobuilt a18de10
|
|
|
|
|
2019-12-11 02:10:26 +00:00
|
|
|
* Wed Dec 11 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.71.dev.git282787f
|
|
|
|
- autobuilt 282787f
|
|
|
|
|
2019-12-09 16:10:35 +00:00
|
|
|
* Mon Dec 09 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.70.dev.gitc2dab75
|
|
|
|
- autobuilt c2dab75
|
|
|
|
|
2019-12-07 23:10:08 +00:00
|
|
|
* Sat Dec 07 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.69.dev.git7287f69
|
|
|
|
- autobuilt 7287f69
|
|
|
|
|
2019-12-06 17:10:31 +00:00
|
|
|
* Fri Dec 06 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.68.dev.git82a83b9
|
|
|
|
- autobuilt 82a83b9
|
|
|
|
|
2019-12-06 13:10:28 +00:00
|
|
|
* Fri Dec 06 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.67.dev.git8924a30
|
|
|
|
- autobuilt 8924a30
|
|
|
|
|
2019-12-06 11:10:38 +00:00
|
|
|
* Fri Dec 06 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.66.dev.gite9c4820
|
|
|
|
- autobuilt e9c4820
|
|
|
|
|
2019-12-05 17:10:12 +00:00
|
|
|
* Thu Dec 05 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.65.dev.git465e142
|
|
|
|
- autobuilt 465e142
|
|
|
|
|
2019-12-05 16:13:03 +00:00
|
|
|
* Thu Dec 05 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.64.dev.git4fb724c
|
|
|
|
- autobuilt 4fb724c
|
|
|
|
|
2019-12-05 15:13:34 +00:00
|
|
|
* Thu Dec 05 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.63.dev.git813b00e
|
|
|
|
- autobuilt 813b00e
|
|
|
|
|
2019-12-05 09:10:58 +00:00
|
|
|
* Thu Dec 05 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.62.dev.gitbc40282
|
|
|
|
- autobuilt bc40282
|
|
|
|
|
2019-12-04 17:10:22 +00:00
|
|
|
* Wed Dec 04 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.61.dev.git4dbab37
|
|
|
|
- autobuilt 4dbab37
|
|
|
|
|
2019-12-04 14:11:09 +00:00
|
|
|
* Wed Dec 04 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.60.dev.gite47b7a6
|
|
|
|
- autobuilt e47b7a6
|
|
|
|
|
2019-12-04 02:10:26 +00:00
|
|
|
* Wed Dec 04 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.59.dev.git10f7334
|
|
|
|
- autobuilt 10f7334
|
|
|
|
|
2019-12-03 19:11:27 +00:00
|
|
|
* Tue Dec 03 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.58.dev.git06e2a20
|
|
|
|
- autobuilt 06e2a20
|
|
|
|
|
2019-12-03 18:17:22 +00:00
|
|
|
* Tue Dec 03 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.57.dev.git5c3af00
|
|
|
|
- autobuilt 5c3af00
|
|
|
|
|
2019-12-03 17:11:17 +00:00
|
|
|
* Tue Dec 03 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.56.dev.git748de3c
|
|
|
|
- autobuilt 748de3c
|
|
|
|
|
2019-12-03 16:11:33 +00:00
|
|
|
* Tue Dec 03 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.55.dev.gitd8bfd11
|
|
|
|
- autobuilt d8bfd11
|
|
|
|
|
2019-12-03 12:11:14 +00:00
|
|
|
* Tue Dec 03 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.54.dev.gitb88f2c4
|
|
|
|
- autobuilt b88f2c4
|
|
|
|
|
2019-12-03 09:12:01 +00:00
|
|
|
* Tue Dec 03 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.53.dev.git9e361fd
|
|
|
|
- autobuilt 9e361fd
|
|
|
|
|
2019-12-03 08:10:57 +00:00
|
|
|
* Tue Dec 03 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.52.dev.git309452d
|
|
|
|
- autobuilt 309452d
|
|
|
|
|
2019-12-03 05:10:10 +00:00
|
|
|
* Tue Dec 03 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.51.dev.git6458f96
|
|
|
|
- autobuilt 6458f96
|
|
|
|
|
2019-12-03 04:14:49 +00:00
|
|
|
* Tue Dec 03 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.50.dev.gitb905850
|
|
|
|
- autobuilt b905850
|
|
|
|
|
2019-12-03 03:11:29 +00:00
|
|
|
* Tue Dec 03 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.49.dev.gitc9696c4
|
|
|
|
- autobuilt c9696c4
|
|
|
|
|
2019-12-02 19:11:17 +00:00
|
|
|
* Mon Dec 02 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.48.dev.git7117286
|
|
|
|
- autobuilt 7117286
|
|
|
|
|
2019-12-02 17:13:11 +00:00
|
|
|
* Mon Dec 02 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.47.dev.git8d00c83
|
|
|
|
- autobuilt 8d00c83
|
|
|
|
|
2019-12-02 16:12:02 +00:00
|
|
|
* Mon Dec 02 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.46.dev.gite4275b3
|
|
|
|
- autobuilt e4275b3
|
|
|
|
|
2019-11-29 14:10:59 +00:00
|
|
|
* Fri Nov 29 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.45.dev.git39c705e
|
|
|
|
- autobuilt 39c705e
|
|
|
|
|
2019-11-29 12:11:15 +00:00
|
|
|
* Fri Nov 29 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.44.dev.git7f53178
|
|
|
|
- autobuilt 7f53178
|
|
|
|
|
2019-11-29 11:11:15 +00:00
|
|
|
* Fri Nov 29 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.43.dev.git1c0356e
|
|
|
|
- autobuilt 1c0356e
|
|
|
|
|
2019-11-28 12:46:21 +00:00
|
|
|
* Thu Nov 28 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.42.dev.gitaa95726
|
|
|
|
- autobuilt aa95726
|
|
|
|
|
2019-11-27 15:11:07 +00:00
|
|
|
* Wed Nov 27 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.41.dev.git2178875
|
|
|
|
- autobuilt 2178875
|
|
|
|
|
2019-11-26 20:11:25 +00:00
|
|
|
* Tue Nov 26 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.40.dev.git27a09f8
|
|
|
|
- autobuilt 27a09f8
|
|
|
|
|
2019-11-26 19:10:24 +00:00
|
|
|
* Tue Nov 26 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.39.dev.gitb29928f
|
|
|
|
- autobuilt b29928f
|
|
|
|
|
2019-11-26 18:10:20 +00:00
|
|
|
* Tue Nov 26 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.38.dev.gitf5ef3d5
|
|
|
|
- autobuilt f5ef3d5
|
|
|
|
|
2019-11-26 05:10:28 +00:00
|
|
|
* Tue Nov 26 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.37.dev.gitaef3858
|
|
|
|
- autobuilt aef3858
|
|
|
|
|
2019-11-25 14:11:09 +00:00
|
|
|
* Mon Nov 25 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.36.dev.git9fb0adf
|
|
|
|
- autobuilt 9fb0adf
|
|
|
|
|
2019-11-22 23:10:19 +00:00
|
|
|
* Fri Nov 22 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.35.dev.git6187e72
|
|
|
|
- autobuilt 6187e72
|
|
|
|
|
2019-11-22 22:10:31 +00:00
|
|
|
* Fri Nov 22 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.34.dev.git1284260
|
|
|
|
- autobuilt 1284260
|
|
|
|
|
2019-11-22 21:10:15 +00:00
|
|
|
* Fri Nov 22 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.33.dev.gitc2dfef5
|
|
|
|
- autobuilt c2dfef5
|
|
|
|
|
2019-11-22 16:10:32 +00:00
|
|
|
* Fri Nov 22 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.32.dev.gite4b8054
|
|
|
|
- autobuilt e4b8054
|
|
|
|
|
2019-11-22 15:10:14 +00:00
|
|
|
* Fri Nov 22 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.31.dev.git22e7d7d
|
|
|
|
- autobuilt 22e7d7d
|
|
|
|
|
2019-11-21 14:10:48 +00:00
|
|
|
* Thu Nov 21 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.30.dev.git6392477
|
|
|
|
- autobuilt 6392477
|
|
|
|
|
2019-11-19 23:15:33 +00:00
|
|
|
* Tue Nov 19 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.29.dev.gitc673ff8
|
|
|
|
- autobuilt c673ff8
|
|
|
|
|
2019-11-19 13:16:15 +00:00
|
|
|
* Tue Nov 19 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.28.dev.gitf3f219a
|
|
|
|
- autobuilt f3f219a
|
|
|
|
|
2019-11-18 14:16:37 +00:00
|
|
|
* Mon Nov 18 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.27.dev.git741b90c
|
|
|
|
- autobuilt 741b90c
|
|
|
|
|
2019-11-17 16:16:21 +00:00
|
|
|
* Sun Nov 17 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.26.dev.gitdb32ed1
|
|
|
|
- autobuilt db32ed1
|
|
|
|
|
2019-11-16 17:16:13 +00:00
|
|
|
* Sat Nov 16 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.25.dev.gitc6f2383
|
|
|
|
- autobuilt c6f2383
|
|
|
|
|
2019-11-15 19:15:59 +00:00
|
|
|
* Fri Nov 15 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.24.dev.git51c08f3
|
|
|
|
- autobuilt 51c08f3
|
|
|
|
|
2019-11-14 22:15:52 +00:00
|
|
|
* Thu Nov 14 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.23.dev.gitd7ed9fa
|
|
|
|
- autobuilt d7ed9fa
|
|
|
|
|
2019-11-13 20:15:53 +00:00
|
|
|
* Wed Nov 13 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.22.dev.git225f22b
|
|
|
|
- autobuilt 225f22b
|
|
|
|
|
2019-11-13 17:16:14 +00:00
|
|
|
* Wed Nov 13 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.21.dev.git15220af
|
|
|
|
- autobuilt 15220af
|
|
|
|
|
2019-11-11 14:16:36 +00:00
|
|
|
* Mon Nov 11 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.20.dev.gitde32b89
|
|
|
|
- autobuilt de32b89
|
|
|
|
|
2019-11-08 23:15:34 +00:00
|
|
|
* Fri Nov 08 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.19.dev.gitb713e53
|
|
|
|
- autobuilt b713e53
|
|
|
|
|
2019-11-08 21:16:03 +00:00
|
|
|
* Fri Nov 08 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.18.dev.gitf456ce9
|
|
|
|
- autobuilt f456ce9
|
|
|
|
|
2019-11-08 15:16:14 +00:00
|
|
|
* Fri Nov 08 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.17.dev.git4ed12f9
|
|
|
|
- autobuilt 4ed12f9
|
|
|
|
|
2019-11-08 12:15:49 +00:00
|
|
|
* Fri Nov 08 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.16.dev.git92af260
|
|
|
|
- autobuilt 92af260
|
|
|
|
|
2019-11-08 01:15:34 +00:00
|
|
|
* Fri Nov 08 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.15.dev.git3463a71
|
|
|
|
- autobuilt 3463a71
|
|
|
|
|
2019-11-07 20:37:55 +00:00
|
|
|
* Thu Nov 07 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.14.dev.git3ec9ee0
|
|
|
|
- autobuilt 3ec9ee0
|
|
|
|
|
2019-11-07 20:15:39 +00:00
|
|
|
* Thu Nov 07 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.13.dev.gitd919961
|
|
|
|
- autobuilt d919961
|
|
|
|
|
2019-11-07 18:16:20 +00:00
|
|
|
* Thu Nov 07 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.12.dev.git3474997
|
|
|
|
- autobuilt 3474997
|
|
|
|
|
2019-11-07 16:17:20 +00:00
|
|
|
* Thu Nov 07 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.11.dev.git24efb5e
|
|
|
|
- autobuilt 24efb5e
|
|
|
|
|
2019-11-07 15:16:01 +00:00
|
|
|
* Thu Nov 07 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.10.dev.gitb4a83bf
|
|
|
|
- autobuilt b4a83bf
|
|
|
|
|
2019-11-07 14:15:39 +00:00
|
|
|
* Thu Nov 07 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.9.dev.gitaad2904
|
|
|
|
- autobuilt aad2904
|
|
|
|
|
2019-11-06 21:15:29 +00:00
|
|
|
* Wed Nov 06 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.8.dev.git2e2d82c
|
|
|
|
- autobuilt 2e2d82c
|
|
|
|
|
2019-11-06 16:15:52 +00:00
|
|
|
* Wed Nov 06 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.7.dev.git581a7ec
|
|
|
|
- autobuilt 581a7ec
|
|
|
|
|
2019-11-06 12:15:48 +00:00
|
|
|
* Wed Nov 06 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.6.dev.git6f7c290
|
|
|
|
- autobuilt 6f7c290
|
|
|
|
|
2019-11-05 22:16:46 +00:00
|
|
|
* Tue Nov 05 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.5.dev.gitb4b7272
|
|
|
|
- autobuilt b4b7272
|
|
|
|
|
2019-11-05 20:17:36 +00:00
|
|
|
* Tue Nov 05 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.4.dev.git7eda1b0
|
|
|
|
- autobuilt 7eda1b0
|
|
|
|
|
2019-11-05 15:39:36 +00:00
|
|
|
* Tue Nov 05 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.3.dev.gita904e21
|
|
|
|
- autobuilt a904e21
|
|
|
|
|
2019-11-05 14:28:01 +00:00
|
|
|
* Tue Nov 05 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.2.dev.git08c5c54
|
|
|
|
- autobuilt 08c5c54
|
|
|
|
|
2019-11-05 09:21:15 +00:00
|
|
|
* Tue Nov 05 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.4-0.1.dev.gitcc19b09
|
|
|
|
- bump to 1.6.4
|
|
|
|
- autobuilt cc19b09
|
|
|
|
|
2019-11-05 08:17:27 +00:00
|
|
|
* Tue Nov 05 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.47.dev.git1db4556
|
|
|
|
- autobuilt 1db4556
|
|
|
|
|
2019-11-04 16:35:38 +00:00
|
|
|
* Mon Nov 04 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.46.dev.git17eadda
|
|
|
|
- autobuilt 17eadda
|
|
|
|
|
2019-11-04 15:44:38 +00:00
|
|
|
* Mon Nov 04 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.45.dev.git8e5aad9
|
|
|
|
- autobuilt 8e5aad9
|
|
|
|
|
2019-11-04 08:16:54 +00:00
|
|
|
* Mon Nov 04 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.44.dev.gitefc7f15
|
|
|
|
- autobuilt efc7f15
|
|
|
|
|
2019-11-03 11:17:01 +00:00
|
|
|
* Sun Nov 03 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.43.dev.gitca4c24c
|
|
|
|
- autobuilt ca4c24c
|
|
|
|
|
2019-11-02 16:16:20 +00:00
|
|
|
* Sat Nov 02 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.42.dev.git2bf4df4
|
|
|
|
- autobuilt 2bf4df4
|
|
|
|
|
2019-11-02 14:33:16 +00:00
|
|
|
* Sat Nov 02 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.41.dev.git10d67fc
|
|
|
|
- autobuilt 10d67fc
|
|
|
|
|
2019-11-01 21:17:07 +00:00
|
|
|
* Fri Nov 01 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.40.dev.git8238107
|
|
|
|
- autobuilt 8238107
|
|
|
|
|
2019-11-01 16:19:28 +00:00
|
|
|
* Fri Nov 01 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.39.dev.git04e8bf3
|
|
|
|
- autobuilt 04e8bf3
|
|
|
|
|
2019-11-01 14:19:14 +00:00
|
|
|
* Fri Nov 01 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.38.dev.git69165fa
|
|
|
|
- autobuilt 69165fa
|
|
|
|
|
2019-11-01 12:17:18 +00:00
|
|
|
* Fri Nov 01 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.37.dev.git7c7f000
|
|
|
|
- autobuilt 7c7f000
|
|
|
|
|
2019-10-31 21:16:02 +00:00
|
|
|
* Thu Oct 31 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.36.dev.git2dae257
|
|
|
|
- autobuilt 2dae257
|
|
|
|
|
2019-10-31 19:15:33 +00:00
|
|
|
* Thu Oct 31 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.35.dev.git0bfdeae
|
|
|
|
- autobuilt 0bfdeae
|
|
|
|
|
2019-10-31 18:16:40 +00:00
|
|
|
* Thu Oct 31 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.34.dev.git1e750f7
|
|
|
|
- autobuilt 1e750f7
|
|
|
|
|
2019-10-31 17:20:17 +00:00
|
|
|
* Thu Oct 31 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.33.dev.git5af166f
|
|
|
|
- autobuilt 5af166f
|
|
|
|
|
2019-10-31 15:11:47 +00:00
|
|
|
* Thu Oct 31 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.32.dev.git1b3e79d
|
|
|
|
- autobuilt 1b3e79d
|
|
|
|
|
2019-10-30 21:16:32 +00:00
|
|
|
* Wed Oct 30 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.31.dev.git381fa4d
|
|
|
|
- autobuilt 381fa4d
|
|
|
|
|
2019-10-30 17:30:16 +00:00
|
|
|
* Wed Oct 30 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.30.dev.git9ba8dae
|
|
|
|
- autobuilt 9ba8dae
|
|
|
|
|
2019-10-30 16:42:35 +00:00
|
|
|
* Wed Oct 30 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.29.dev.gita35d002
|
|
|
|
- autobuilt a35d002
|
|
|
|
|
2019-10-30 14:42:38 +00:00
|
|
|
* Wed Oct 30 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.28.dev.git63b57f5
|
|
|
|
- autobuilt 63b57f5
|
|
|
|
|
2019-10-30 13:20:30 +00:00
|
|
|
* Wed Oct 30 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.27.dev.git4762b63
|
|
|
|
- autobuilt 4762b63
|
|
|
|
|
2019-10-29 20:17:15 +00:00
|
|
|
* Tue Oct 29 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.26.dev.gite7540d0
|
|
|
|
- autobuilt e7540d0
|
|
|
|
|
2019-10-29 19:17:35 +00:00
|
|
|
* Tue Oct 29 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.25.dev.git6c6e783
|
|
|
|
- autobuilt 6c6e783
|
|
|
|
|
2019-10-29 17:22:54 +00:00
|
|
|
* Tue Oct 29 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.24.dev.git59582c5
|
|
|
|
- autobuilt 59582c5
|
|
|
|
|
2019-10-29 14:33:33 +00:00
|
|
|
* Tue Oct 29 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.23.dev.gita56131f
|
|
|
|
- autobuilt a56131f
|
|
|
|
|
2019-10-29 08:17:44 +00:00
|
|
|
* Tue Oct 29 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.22.dev.git8e264ca
|
|
|
|
- autobuilt 8e264ca
|
|
|
|
|
2019-10-28 19:22:37 +00:00
|
|
|
* Mon Oct 28 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.21.dev.git1b5c2d1
|
|
|
|
- autobuilt 1b5c2d1
|
|
|
|
|
2019-10-28 17:22:56 +00:00
|
|
|
* Mon Oct 28 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.20.dev.git94864ad
|
|
|
|
- autobuilt 94864ad
|
|
|
|
|
2019-10-27 15:17:57 +00:00
|
|
|
* Sun Oct 27 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.19.dev.gitac73fd3
|
|
|
|
- autobuilt ac73fd3
|
|
|
|
|
2019-10-26 09:16:45 +00:00
|
|
|
* Sat Oct 26 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.18.dev.gitea46937
|
|
|
|
- autobuilt ea46937
|
|
|
|
|
2019-10-25 14:20:38 +00:00
|
|
|
* Fri Oct 25 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.17.dev.gita01cb22
|
|
|
|
- autobuilt a01cb22
|
|
|
|
|
2019-10-24 19:49:39 +00:00
|
|
|
* Thu Oct 24 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.16.dev.git77c7a28
|
|
|
|
- autobuilt 77c7a28
|
|
|
|
|
2019-10-24 17:31:54 +00:00
|
|
|
* Thu Oct 24 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.15.dev.gitba4a808
|
|
|
|
- autobuilt ba4a808
|
|
|
|
|
2019-10-24 14:51:53 +00:00
|
|
|
* Thu Oct 24 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.14.dev.git43b1c2f
|
|
|
|
- autobuilt 43b1c2f
|
|
|
|
|
2019-10-24 00:16:23 +00:00
|
|
|
* Thu Oct 24 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.13.dev.git674dc2b
|
|
|
|
- autobuilt 674dc2b
|
|
|
|
|
2019-10-23 23:16:11 +00:00
|
|
|
* Wed Oct 23 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.12.dev.git299a430
|
|
|
|
- autobuilt 299a430
|
|
|
|
|
2019-10-23 18:16:35 +00:00
|
|
|
* Wed Oct 23 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.11.dev.git2e6c9aa
|
|
|
|
- autobuilt 2e6c9aa
|
|
|
|
|
2019-10-23 14:22:53 +00:00
|
|
|
* Wed Oct 23 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.10.dev.gitef556cf
|
|
|
|
- autobuilt ef556cf
|
|
|
|
|
2019-10-22 22:15:35 +00:00
|
|
|
* Tue Oct 22 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.9.dev.git46ad6bc
|
|
|
|
- autobuilt 46ad6bc
|
|
|
|
|
2019-10-22 13:18:51 +00:00
|
|
|
* Tue Oct 22 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.8.dev.gitd358840
|
|
|
|
- autobuilt d358840
|
|
|
|
|
2019-10-22 00:16:46 +00:00
|
|
|
* Tue Oct 22 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.7.dev.git5431ace
|
|
|
|
- autobuilt 5431ace
|
|
|
|
|
2019-10-21 21:17:52 +00:00
|
|
|
* Mon Oct 21 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.6.dev.gitefc54c3
|
|
|
|
- autobuilt efc54c3
|
|
|
|
|
2019-10-21 20:17:12 +00:00
|
|
|
* Mon Oct 21 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.5.dev.gitd2591a5
|
|
|
|
- autobuilt d2591a5
|
|
|
|
|
2019-10-20 12:28:49 +00:00
|
|
|
* Sun Oct 20 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.4.dev.gitd3520de
|
|
|
|
- autobuilt d3520de
|
|
|
|
|
2019-10-18 19:16:32 +00:00
|
|
|
* Fri Oct 18 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.3.dev.git02ab9c7
|
|
|
|
- autobuilt 02ab9c7
|
|
|
|
|
2019-10-18 14:25:08 +00:00
|
|
|
* Fri Oct 18 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.2.dev.gitf0da9cf
|
|
|
|
- autobuilt f0da9cf
|
|
|
|
|
2019-10-17 21:17:13 +00:00
|
|
|
* Thu Oct 17 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.3-0.1.dev.gitb6fdfa0
|
|
|
|
- bump to 1.6.3
|
|
|
|
- autobuilt b6fdfa0
|
|
|
|
|
2019-10-17 19:18:32 +00:00
|
|
|
* Thu Oct 17 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.41.dev.git2b0892e
|
|
|
|
- autobuilt 2b0892e
|
|
|
|
|
2019-10-17 16:19:31 +00:00
|
|
|
* Thu Oct 17 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.40.dev.gitf2d9a9d
|
|
|
|
- autobuilt f2d9a9d
|
|
|
|
|
2019-10-17 13:25:12 +00:00
|
|
|
* Thu Oct 17 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.39.dev.gitd7cbcfa
|
|
|
|
- autobuilt d7cbcfa
|
|
|
|
|
2019-10-17 12:22:06 +00:00
|
|
|
* Thu Oct 17 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.38.dev.git392846c
|
|
|
|
- autobuilt 392846c
|
|
|
|
|
2019-10-16 21:17:06 +00:00
|
|
|
* Wed Oct 16 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.37.dev.gite7d5ac0
|
|
|
|
- autobuilt e7d5ac0
|
|
|
|
|
2019-10-16 20:17:06 +00:00
|
|
|
* Wed Oct 16 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.36.dev.gitdc1f8b6
|
|
|
|
- autobuilt dc1f8b6
|
|
|
|
|
2019-10-16 14:36:59 +00:00
|
|
|
* Wed Oct 16 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.35.dev.git7825c58
|
|
|
|
- autobuilt 7825c58
|
|
|
|
|
2019-10-16 09:32:35 +00:00
|
|
|
* Wed Oct 16 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.34.dev.git8172460
|
|
|
|
- autobuilt 8172460
|
|
|
|
|
2019-10-15 14:37:49 +00:00
|
|
|
* Tue Oct 15 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.33.dev.git5f72e6e
|
|
|
|
- autobuilt 5f72e6e
|
|
|
|
|
2019-10-14 18:17:34 +00:00
|
|
|
* Mon Oct 14 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.32.dev.gita9190da
|
|
|
|
- autobuilt a9190da
|
|
|
|
|
2019-10-14 14:21:11 +00:00
|
|
|
* Mon Oct 14 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.31.dev.git3e45d07
|
|
|
|
- autobuilt 3e45d07
|
|
|
|
|
2019-10-12 18:16:22 +00:00
|
|
|
* Sat Oct 12 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.30.dev.gita8993ba
|
|
|
|
- autobuilt a8993ba
|
|
|
|
|
2019-10-11 20:17:02 +00:00
|
|
|
* Fri Oct 11 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.29.dev.gitb0b3506
|
|
|
|
- autobuilt b0b3506
|
|
|
|
|
2019-10-11 19:17:16 +00:00
|
|
|
* Fri Oct 11 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.28.dev.git79d05b9
|
|
|
|
- autobuilt 79d05b9
|
|
|
|
|
2019-10-11 18:16:37 +00:00
|
|
|
* Fri Oct 11 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.27.dev.gitcee6478
|
|
|
|
- autobuilt cee6478
|
|
|
|
|
2019-10-11 17:15:12 +00:00
|
|
|
* Fri Oct 11 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.26.dev.giteb6ca05
|
|
|
|
- autobuilt eb6ca05
|
|
|
|
|
2019-10-11 16:19:08 +00:00
|
|
|
* Fri Oct 11 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.25.dev.git50b1884
|
|
|
|
- autobuilt 50b1884
|
|
|
|
|
2019-10-11 15:21:51 +00:00
|
|
|
* Fri Oct 11 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.24.dev.git9f1f4ef
|
|
|
|
- autobuilt 9f1f4ef
|
|
|
|
|
2019-10-11 14:25:03 +00:00
|
|
|
* Fri Oct 11 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.23.dev.git495db28
|
|
|
|
- autobuilt 495db28
|
|
|
|
|
2019-10-11 12:21:14 +00:00
|
|
|
* Fri Oct 11 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.22.dev.git43dcc91
|
|
|
|
- autobuilt 43dcc91
|
|
|
|
|
2019-10-10 22:17:04 +00:00
|
|
|
* Thu Oct 10 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.21.dev.git6d35eac
|
|
|
|
- autobuilt 6d35eac
|
|
|
|
|
2019-10-10 15:28:35 +00:00
|
|
|
* Thu Oct 10 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.20.dev.gitf39e097
|
|
|
|
- autobuilt f39e097
|
|
|
|
|
2019-10-10 13:23:06 +00:00
|
|
|
* Thu Oct 10 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.19.dev.gita7f2668
|
|
|
|
- autobuilt a7f2668
|
|
|
|
|
2019-10-09 22:16:28 +00:00
|
|
|
* Wed Oct 09 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.18.dev.git12c9b53
|
|
|
|
- autobuilt 12c9b53
|
|
|
|
|
2019-10-09 18:20:00 +00:00
|
|
|
* Wed Oct 09 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.17.dev.gitf61e399
|
|
|
|
- autobuilt f61e399
|
|
|
|
|
2019-10-09 15:48:07 +00:00
|
|
|
* Wed Oct 09 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.6.2-0.16.dev.gitc3c40f9
|
|
|
|
- remove polkit dependency for now
|
|
|
|
|
2019-10-09 12:34:23 +00:00
|
|
|
* Wed Oct 09 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.6.2-0.15.dev.gitc3c40f9
|
|
|
|
- Requires: crun >= 0.10.2-1 and polkit
|
|
|
|
|
2019-10-09 12:34:19 +00:00
|
|
|
* Wed Oct 09 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.14.dev.gitc3c40f9
|
|
|
|
- autobuilt c3c40f9
|
|
|
|
|
2019-10-08 19:17:12 +00:00
|
|
|
* Tue Oct 08 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.13.dev.git10cbaad
|
|
|
|
- autobuilt 10cbaad
|
|
|
|
|
2019-10-08 17:21:12 +00:00
|
|
|
* Tue Oct 08 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.6.2-0.12.dev.gitc817ea1
|
|
|
|
- add runc back
|
|
|
|
|
2019-10-07 22:17:13 +00:00
|
|
|
* Mon Oct 07 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.11.dev.gitc817ea1
|
|
|
|
- autobuilt c817ea1
|
|
|
|
|
2019-10-07 10:17:56 +00:00
|
|
|
* Mon Oct 07 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.10.dev.git589261f
|
|
|
|
- autobuilt 589261f
|
|
|
|
|
2019-10-04 21:17:23 +00:00
|
|
|
* Fri Oct 04 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.9.dev.git2c2782a
|
|
|
|
- autobuilt 2c2782a
|
|
|
|
|
2019-10-04 16:19:30 +00:00
|
|
|
* Fri Oct 04 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.8.dev.gitbd08fc0
|
|
|
|
- autobuilt bd08fc0
|
|
|
|
|
2019-10-04 15:22:39 +00:00
|
|
|
* Fri Oct 04 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.7.dev.git70d5b0a
|
|
|
|
- autobuilt 70d5b0a
|
|
|
|
|
2019-10-04 09:16:48 +00:00
|
|
|
* Fri Oct 04 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.6.dev.git1fe9556
|
|
|
|
- autobuilt 1fe9556
|
|
|
|
|
2019-10-03 20:17:38 +00:00
|
|
|
* Thu Oct 03 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.5.dev.git7af4074
|
|
|
|
- autobuilt 7af4074
|
|
|
|
|
2019-10-03 19:16:51 +00:00
|
|
|
* Thu Oct 03 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.4.dev.git86c8650
|
|
|
|
- autobuilt 86c8650
|
|
|
|
|
2019-10-03 15:21:21 +00:00
|
|
|
* Thu Oct 03 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.3.dev.gitf96fbfc
|
|
|
|
- autobuilt f96fbfc
|
|
|
|
|
2019-10-03 14:21:30 +00:00
|
|
|
* Thu Oct 03 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.2.dev.gitb32cb4b
|
|
|
|
- autobuilt b32cb4b
|
|
|
|
|
2019-10-02 23:16:30 +00:00
|
|
|
* Wed Oct 02 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.2-0.1.dev.gite67e9e1
|
|
|
|
- bump to 1.6.2
|
|
|
|
- autobuilt e67e9e1
|
|
|
|
|
2019-10-02 22:17:03 +00:00
|
|
|
* Wed Oct 02 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.1-0.12.dev.git960f07b
|
|
|
|
- autobuilt 960f07b
|
|
|
|
|
2019-10-02 18:17:17 +00:00
|
|
|
* Wed Oct 02 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.1-0.11.dev.git0046b01
|
|
|
|
- autobuilt 0046b01
|
|
|
|
|
2019-10-02 17:16:45 +00:00
|
|
|
* Wed Oct 02 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.1-0.10.dev.gitdac7889
|
|
|
|
- autobuilt dac7889
|
|
|
|
|
2019-10-02 15:20:27 +00:00
|
|
|
* Wed Oct 02 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.1-0.9.dev.git2648955
|
|
|
|
- autobuilt 2648955
|
|
|
|
|
2019-10-02 14:24:09 +00:00
|
|
|
* Wed Oct 02 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.1-0.8.dev.git257a985
|
|
|
|
- autobuilt 257a985
|
|
|
|
|
2019-10-02 10:21:43 +00:00
|
|
|
* Wed Oct 02 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.1-0.7.dev.git32a2ce8
|
|
|
|
- autobuilt 32a2ce8
|
|
|
|
|
2019-10-02 08:19:08 +00:00
|
|
|
* Wed Oct 02 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.1-0.6.dev.git74879c8
|
|
|
|
- autobuilt 74879c8
|
|
|
|
|
2019-10-01 19:47:00 +00:00
|
|
|
* Tue Oct 01 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.6.1-0.5.dev.git7a56963
|
|
|
|
- Requires: crun >= 0.10-1
|
|
|
|
|
2019-10-01 16:21:38 +00:00
|
|
|
* Tue Oct 01 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.1-0.4.dev.git7a56963
|
|
|
|
- autobuilt 7a56963
|
|
|
|
|
2019-10-01 15:19:49 +00:00
|
|
|
* Tue Oct 01 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.1-0.3.dev.git8f2ec88
|
|
|
|
- autobuilt 8f2ec88
|
|
|
|
|
2019-10-01 13:24:51 +00:00
|
|
|
* Tue Oct 01 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.1-0.2.dev.git049aafa
|
|
|
|
- autobuilt 049aafa
|
|
|
|
|
2019-10-01 11:17:01 +00:00
|
|
|
* Tue Oct 01 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.1-0.1.dev.git5d344db
|
|
|
|
- bump to 1.6.1
|
|
|
|
- autobuilt 5d344db
|
|
|
|
|
2019-09-30 23:15:57 +00:00
|
|
|
* Mon Sep 30 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.0-0.42.dev.gitd7eba02
|
|
|
|
- autobuilt d7eba02
|
|
|
|
|
2019-09-30 22:16:20 +00:00
|
|
|
* Mon Sep 30 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.0-0.41.dev.git5702dd7
|
|
|
|
- autobuilt 5702dd7
|
|
|
|
|
2019-09-30 21:26:48 +00:00
|
|
|
* Mon Sep 30 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.0-0.40.dev.gitb063383
|
|
|
|
- autobuilt b063383
|
|
|
|
|
2019-09-30 19:27:24 +00:00
|
|
|
* Mon Sep 30 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.0-0.39.dev.git04b3a73
|
|
|
|
- autobuilt 04b3a73
|
|
|
|
|
2019-09-30 14:30:19 +00:00
|
|
|
* Mon Sep 30 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.0-0.38.dev.git2c23729
|
|
|
|
- autobuilt 2c23729
|
|
|
|
|
2019-09-30 13:28:42 +00:00
|
|
|
* Mon Sep 30 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.0-0.37.dev.git150ba5e
|
|
|
|
- autobuilt 150ba5e
|
|
|
|
|
2019-09-29 14:35:49 +00:00
|
|
|
* Sun Sep 29 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.0-0.36.dev.git01b7af8
|
|
|
|
- autobuilt 01b7af8
|
|
|
|
|
2019-09-28 06:44:09 +00:00
|
|
|
* Sat Sep 28 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.0-0.35.dev.git01a802e
|
|
|
|
- autobuilt 01a802e
|
|
|
|
|
2019-09-27 22:26:11 +00:00
|
|
|
* Fri Sep 27 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.0-0.34.dev.gite87012d
|
|
|
|
- autobuilt e87012d
|
|
|
|
|
2019-09-27 20:27:32 +00:00
|
|
|
* Fri Sep 27 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.0-0.33.dev.git0fb807d
|
|
|
|
- autobuilt 0fb807d
|
|
|
|
|
2019-09-27 18:28:29 +00:00
|
|
|
* Fri Sep 27 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.0-0.32.dev.gitd4399ee
|
|
|
|
- autobuilt d4399ee
|
|
|
|
|
2019-09-27 15:27:41 +00:00
|
|
|
* Fri Sep 27 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.0-0.31.dev.gita8c2b5d
|
|
|
|
- autobuilt a8c2b5d
|
|
|
|
|
2019-09-26 18:27:15 +00:00
|
|
|
* Thu Sep 26 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.0-0.30.dev.git851e377
|
|
|
|
- autobuilt 851e377
|
|
|
|
|
2019-09-26 13:29:38 +00:00
|
|
|
* Thu Sep 26 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.0-0.29.dev.gitd76b21e
|
|
|
|
- autobuilt d76b21e
|
|
|
|
|
2019-09-25 22:26:35 +00:00
|
|
|
* Wed Sep 25 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.0-0.28.dev.git3ed265c
|
|
|
|
- autobuilt 3ed265c
|
|
|
|
|
2019-09-25 19:27:48 +00:00
|
|
|
* Wed Sep 25 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.0-0.27.dev.git19075ca
|
|
|
|
- autobuilt 19075ca
|
|
|
|
|
2019-09-25 16:28:01 +00:00
|
|
|
* Wed Sep 25 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.0-0.26.dev.git8ab3c86
|
|
|
|
- autobuilt 8ab3c86
|
|
|
|
|
2019-09-25 14:22:50 +00:00
|
|
|
* Wed Sep 25 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.0-0.25.dev.gitf197ebe
|
|
|
|
- autobuilt f197ebe
|
|
|
|
|
2019-09-25 08:27:27 +00:00
|
|
|
* Wed Sep 25 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.6.0-0.24.dev.git240095e
|
|
|
|
- autobuilt 240095e
|
|
|
|
|
2019-09-25 07:26:04 +00:00
|
|
|
* Wed Sep 25 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.6.0-0.23.dev.git525be7d
|
|
|
|
- autobuilt 525be7d
|
|
|
|
|
2019-09-24 20:26:10 +00:00
|
|
|
* Tue Sep 24 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.6.0-0.22.dev.git0000afc
|
|
|
|
- autobuilt 0000afc
|
|
|
|
|
2019-09-24 19:25:35 +00:00
|
|
|
* Tue Sep 24 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.6.0-0.21.dev.git1dfac0e
|
|
|
|
- autobuilt 1dfac0e
|
|
|
|
|
2019-09-24 17:25:07 +00:00
|
|
|
* Tue Sep 24 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.6.0-0.20.dev.gitb300b98
|
|
|
|
- autobuilt b300b98
|
|
|
|
|
2019-09-24 13:28:48 +00:00
|
|
|
* Tue Sep 24 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.6.0-0.19.dev.git83b2348
|
|
|
|
- autobuilt 83b2348
|
|
|
|
|
2019-09-23 20:26:20 +00:00
|
|
|
* Mon Sep 23 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.6.0-0.18.dev.git6ce8d05
|
|
|
|
- autobuilt 6ce8d05
|
|
|
|
|
2019-09-23 19:25:57 +00:00
|
|
|
* Mon Sep 23 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.6.0-0.17.dev.gitf5951c7
|
|
|
|
- autobuilt f5951c7
|
|
|
|
|
2019-09-23 18:25:42 +00:00
|
|
|
* Mon Sep 23 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.6.0-0.16.dev.gita74dfda
|
|
|
|
- autobuilt a74dfda
|
|
|
|
|
2019-09-22 15:32:58 +00:00
|
|
|
* Sun Sep 22 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.6.0-0.15.dev.gitc0eff1a
|
|
|
|
- autobuilt c0eff1a
|
|
|
|
|
2019-09-21 18:31:22 +00:00
|
|
|
* Sat Sep 21 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.6.0-0.14.dev.git0d95e3a
|
|
|
|
- autobuilt 0d95e3a
|
|
|
|
|
2019-09-21 09:31:46 +00:00
|
|
|
* Sat Sep 21 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.6.0-0.13.dev.gite947d63
|
|
|
|
- autobuilt e947d63
|
|
|
|
|
2019-09-21 08:31:56 +00:00
|
|
|
* Sat Sep 21 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.6.0-0.12.dev.git819b63c
|
|
|
|
- autobuilt 819b63c
|
|
|
|
|
2019-09-20 18:25:43 +00:00
|
|
|
* Fri Sep 20 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.6.0-0.11.dev.git66f4bc7
|
|
|
|
- autobuilt 66f4bc7
|
|
|
|
|
2019-09-20 07:25:48 +00:00
|
|
|
* Fri Sep 20 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.6.0-0.10.dev.git7ed1816
|
|
|
|
- autobuilt 7ed1816
|
|
|
|
|
2019-09-20 04:35:36 +00:00
|
|
|
* Fri Sep 20 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.6.0-0.9.dev.git9dc764c
|
|
|
|
- autobuilt 9dc764c
|
|
|
|
|
2019-09-19 21:25:16 +00:00
|
|
|
* Thu Sep 19 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.6.0-0.8.dev.gitc38844f
|
|
|
|
- autobuilt c38844f
|
|
|
|
|
2019-09-19 02:26:50 +00:00
|
|
|
* Thu Sep 19 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.6.0-0.7.dev.git408f278
|
|
|
|
- autobuilt 408f278
|
|
|
|
|
2019-09-18 20:25:40 +00:00
|
|
|
* Wed Sep 18 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.6.0-0.6.dev.gitfe48b9e
|
|
|
|
- autobuilt fe48b9e
|
|
|
|
|
2019-09-18 19:25:20 +00:00
|
|
|
* Wed Sep 18 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.6.0-0.5.dev.git8133aa1
|
|
|
|
- autobuilt 8133aa1
|
|
|
|
|
2019-09-18 14:30:11 +00:00
|
|
|
* Wed Sep 18 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.6.0-0.4.dev.git2c51d6f
|
|
|
|
- autobuilt 2c51d6f
|
|
|
|
|
2019-09-17 19:26:08 +00:00
|
|
|
* Tue Sep 17 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.6.0-0.3.dev.git143caa9
|
|
|
|
- autobuilt 143caa9
|
|
|
|
|
2019-09-17 11:27:28 +00:00
|
|
|
* Tue Sep 17 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.6.0-0.2.dev.git799aa70
|
|
|
|
- autobuilt 799aa70
|
|
|
|
|
2019-09-16 22:25:37 +00:00
|
|
|
* Mon Sep 16 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.6.0-0.1.dev.git2aa6771
|
|
|
|
- bump to 1.6.0
|
|
|
|
- autobuilt 2aa6771
|
|
|
|
|
2019-09-16 21:26:35 +00:00
|
|
|
* Mon Sep 16 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.92.dev.git2a4e062
|
|
|
|
- autobuilt 2a4e062
|
|
|
|
|
2019-09-16 20:26:44 +00:00
|
|
|
* Mon Sep 16 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.91.dev.git0014d6c
|
|
|
|
- autobuilt 0014d6c
|
|
|
|
|
2019-09-16 15:28:06 +00:00
|
|
|
* Mon Sep 16 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.90.dev.git1f5514e
|
|
|
|
- autobuilt 1f5514e
|
|
|
|
|
2019-09-14 10:30:10 +00:00
|
|
|
* Sat Sep 14 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.89.dev.gita1970e1
|
|
|
|
- autobuilt a1970e1
|
|
|
|
|
2019-09-14 01:34:16 +00:00
|
|
|
* Sat Sep 14 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.88.dev.git2366fd7
|
|
|
|
- autobuilt 2366fd7
|
|
|
|
|
2019-09-13 19:25:14 +00:00
|
|
|
* Fri Sep 13 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.87.dev.git0079c24
|
|
|
|
- autobuilt 0079c24
|
|
|
|
|
2019-09-13 17:25:35 +00:00
|
|
|
* Fri Sep 13 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.86.dev.gitd74cede
|
|
|
|
- autobuilt d74cede
|
|
|
|
|
2019-09-13 16:26:33 +00:00
|
|
|
* Fri Sep 13 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.85.dev.git7875e00
|
|
|
|
- autobuilt 7875e00
|
|
|
|
|
2019-09-13 15:29:13 +00:00
|
|
|
* Fri Sep 13 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.84.dev.git5c09c4d
|
|
|
|
- autobuilt 5c09c4d
|
|
|
|
|
2019-09-13 14:59:05 +00:00
|
|
|
* Fri Sep 13 2019 Daniel J Walsh <dwalsh@redhat.com> - 2:1.5.2-0.83.dev.gitb095d8a
|
|
|
|
- Grab specific version of crun or newer.
|
|
|
|
|
2019-09-12 23:24:40 +00:00
|
|
|
* Thu Sep 12 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.82.dev.gitb095d8a
|
|
|
|
- autobuilt b095d8a
|
|
|
|
|
2019-09-12 22:26:17 +00:00
|
|
|
* Thu Sep 12 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.81.dev.gitb43a36d
|
|
|
|
- autobuilt b43a36d
|
|
|
|
|
2019-09-12 21:25:15 +00:00
|
|
|
* Thu Sep 12 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.80.dev.git1ddfc11
|
|
|
|
- autobuilt 1ddfc11
|
|
|
|
|
2019-09-12 18:25:38 +00:00
|
|
|
* Thu Sep 12 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.79.dev.gitaf8fedc
|
|
|
|
- autobuilt af8fedc
|
|
|
|
|
2019-09-12 14:28:40 +00:00
|
|
|
* Thu Sep 12 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.78.dev.gitafa3d11
|
|
|
|
- autobuilt afa3d11
|
|
|
|
|
2019-09-12 12:30:03 +00:00
|
|
|
* Thu Sep 12 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.77.dev.git57e093b
|
|
|
|
- autobuilt 57e093b
|
|
|
|
|
2019-09-12 08:29:46 +00:00
|
|
|
* Thu Sep 12 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.76.dev.gitce31aa3
|
|
|
|
- autobuilt ce31aa3
|
|
|
|
|
2019-09-11 18:40:46 +00:00
|
|
|
* Wed Sep 11 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.5.2-0.75.dev.git79ebb5f
|
|
|
|
- use conmon package as dependency
|
|
|
|
|
2019-09-11 16:27:57 +00:00
|
|
|
* Wed Sep 11 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.74.dev.git79ebb5f
|
|
|
|
- autobuilt 79ebb5f
|
|
|
|
|
2019-09-11 15:31:36 +00:00
|
|
|
* Wed Sep 11 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.73.dev.gitf73c3b8
|
|
|
|
- autobuilt f73c3b8
|
|
|
|
|
2019-09-11 14:26:40 +00:00
|
|
|
* Wed Sep 11 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.72.dev.git093013b
|
|
|
|
- autobuilt 093013b
|
|
|
|
|
2019-09-11 08:28:22 +00:00
|
|
|
* Wed Sep 11 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.71.dev.git9cf852c
|
|
|
|
- autobuilt 9cf852c
|
|
|
|
|
2019-09-10 23:24:39 +00:00
|
|
|
* Tue Sep 10 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.70.dev.git7ac6ed3
|
|
|
|
- autobuilt 7ac6ed3
|
|
|
|
|
2019-09-10 21:24:51 +00:00
|
|
|
* Tue Sep 10 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.69.dev.git997c4b5
|
|
|
|
- autobuilt 997c4b5
|
|
|
|
|
2019-09-10 17:26:05 +00:00
|
|
|
* Tue Sep 10 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.68.dev.gitc1761ba
|
|
|
|
- autobuilt c1761ba
|
|
|
|
|
2019-09-10 15:29:16 +00:00
|
|
|
* Tue Sep 10 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.67.dev.git095647c
|
|
|
|
- autobuilt 095647c
|
|
|
|
|
2019-09-10 13:27:31 +00:00
|
|
|
* Tue Sep 10 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.66.dev.git5233536
|
|
|
|
- autobuilt 5233536
|
|
|
|
|
2019-09-09 20:27:27 +00:00
|
|
|
* Mon Sep 09 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.65.dev.git9a55bce
|
|
|
|
- autobuilt 9a55bce
|
|
|
|
|
2019-09-09 18:27:11 +00:00
|
|
|
* Mon Sep 09 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.64.dev.git7042a3d
|
|
|
|
- autobuilt 7042a3d
|
|
|
|
|
2019-09-09 17:26:36 +00:00
|
|
|
* Mon Sep 09 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.63.dev.git511b071
|
|
|
|
- autobuilt 511b071
|
|
|
|
|
2019-09-09 15:29:19 +00:00
|
|
|
* Mon Sep 09 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.62.dev.git16a7049
|
|
|
|
- autobuilt 16a7049
|
|
|
|
|
2019-09-09 08:28:44 +00:00
|
|
|
* Mon Sep 09 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.61.dev.gitd78521d
|
|
|
|
- autobuilt d78521d
|
|
|
|
|
2019-09-08 16:32:32 +00:00
|
|
|
* Sun Sep 08 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.60.dev.gitf500feb
|
|
|
|
- autobuilt f500feb
|
|
|
|
|
2019-09-08 15:32:05 +00:00
|
|
|
* Sun Sep 08 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.59.dev.git7312811
|
|
|
|
- autobuilt 7312811
|
|
|
|
|
2019-09-06 17:26:57 +00:00
|
|
|
* Fri Sep 06 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.58.dev.git30cbb00
|
|
|
|
- autobuilt 30cbb00
|
|
|
|
|
2019-09-06 16:27:43 +00:00
|
|
|
* Fri Sep 06 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.57.dev.git290def5
|
|
|
|
- autobuilt 290def5
|
|
|
|
|
2019-09-06 15:26:09 +00:00
|
|
|
* Fri Sep 06 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.56.dev.git575ffee
|
|
|
|
- autobuilt 575ffee
|
|
|
|
|
2019-09-06 14:27:54 +00:00
|
|
|
* Fri Sep 06 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.55.dev.git8898085
|
|
|
|
- autobuilt 8898085
|
|
|
|
|
2019-09-06 12:27:35 +00:00
|
|
|
* Fri Sep 06 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.54.dev.git24171ae
|
|
|
|
- autobuilt 24171ae
|
|
|
|
|
2019-09-05 22:25:17 +00:00
|
|
|
* Thu Sep 05 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.53.dev.gita4572c4
|
|
|
|
- autobuilt a4572c4
|
|
|
|
|
2019-09-05 18:26:23 +00:00
|
|
|
* Thu Sep 05 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.52.dev.gitcef5bec
|
|
|
|
- autobuilt cef5bec
|
|
|
|
|
2019-09-05 16:29:20 +00:00
|
|
|
* Thu Sep 05 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.51.dev.git3f81f44
|
|
|
|
- autobuilt 3f81f44
|
|
|
|
|
2019-09-05 11:00:18 +00:00
|
|
|
* Thu Sep 05 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.50.dev.gitb962b1e
|
|
|
|
- autobuilt b962b1e
|
|
|
|
|
2019-09-04 21:25:53 +00:00
|
|
|
* Wed Sep 04 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.49.dev.gite74fcd7
|
|
|
|
- autobuilt e74fcd7
|
|
|
|
|
2019-09-04 20:27:58 +00:00
|
|
|
* Wed Sep 04 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.48.dev.git84140f5
|
|
|
|
- autobuilt 84140f5
|
|
|
|
|
2019-09-04 13:39:30 +00:00
|
|
|
* Wed Sep 04 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.47.dev.gitf1a3e02
|
|
|
|
- autobuilt f1a3e02
|
|
|
|
|
2019-09-04 10:29:18 +00:00
|
|
|
* Wed Sep 04 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.46.dev.git1d8a940
|
|
|
|
- autobuilt 1d8a940
|
|
|
|
|
2019-09-03 14:31:52 +00:00
|
|
|
* Tue Sep 03 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.45.dev.gita16f63e
|
|
|
|
- autobuilt a16f63e
|
|
|
|
|
2019-09-03 13:30:19 +00:00
|
|
|
* Tue Sep 03 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.44.dev.gitc039499
|
|
|
|
- autobuilt c039499
|
|
|
|
|
2019-09-03 10:25:56 +00:00
|
|
|
* Tue Sep 03 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.43.dev.git50a1910
|
|
|
|
- autobuilt 50a1910
|
|
|
|
|
2019-09-02 18:25:36 +00:00
|
|
|
* Mon Sep 02 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.42.dev.git099549b
|
|
|
|
- autobuilt 099549b
|
|
|
|
|
2019-09-01 15:32:29 +00:00
|
|
|
* Sun Sep 01 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.41.dev.gite5568d4
|
|
|
|
- autobuilt e5568d4
|
|
|
|
|
2019-08-30 14:29:28 +00:00
|
|
|
* Fri Aug 30 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.40.dev.git8ba21ac
|
|
|
|
- autobuilt 8ba21ac
|
|
|
|
|
2019-08-30 10:27:53 +00:00
|
|
|
* Fri Aug 30 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.39.dev.git3e0fdc7
|
|
|
|
- autobuilt 3e0fdc7
|
|
|
|
|
2019-08-29 21:25:27 +00:00
|
|
|
* Thu Aug 29 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.38.dev.gitd110998
|
|
|
|
- autobuilt d110998
|
|
|
|
|
2019-08-29 14:28:42 +00:00
|
|
|
* Thu Aug 29 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.37.dev.gitab5f52c
|
|
|
|
- autobuilt ab5f52c
|
|
|
|
|
2019-08-28 20:26:01 +00:00
|
|
|
* Wed Aug 28 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.36.dev.git1eb6b27
|
|
|
|
- autobuilt 1eb6b27
|
|
|
|
|
2019-08-28 19:25:57 +00:00
|
|
|
* Wed Aug 28 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.35.dev.gitbdf9e56
|
|
|
|
- autobuilt bdf9e56
|
|
|
|
|
2019-08-28 17:25:11 +00:00
|
|
|
* Wed Aug 28 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.34.dev.git4e209fc
|
|
|
|
- autobuilt 4e209fc
|
|
|
|
|
2019-08-28 15:26:28 +00:00
|
|
|
* Wed Aug 28 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.33.dev.git61dc63f
|
|
|
|
- autobuilt 61dc63f
|
|
|
|
|
2019-08-28 14:30:59 +00:00
|
|
|
* Wed Aug 28 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.32.dev.gite5c5a33
|
|
|
|
- autobuilt e5c5a33
|
|
|
|
|
2019-08-28 10:26:41 +00:00
|
|
|
* Wed Aug 28 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.31.dev.gita1a1342
|
|
|
|
- autobuilt a1a1342
|
|
|
|
|
2019-09-11 18:40:46 +00:00
|
|
|
* Tue Aug 27 2019 Daniel J Walsh <dwalsh@redhat.com> - 2:1.5.2-0.30.dev.gitf221c61
|
2019-08-27 20:12:47 +00:00
|
|
|
- Require crun rather then runc
|
|
|
|
- Switch to crun by default for cgroupsV2 support
|
|
|
|
|
2019-08-27 10:27:02 +00:00
|
|
|
* Tue Aug 27 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.29.dev.gitf221c61
|
|
|
|
- autobuilt f221c61
|
|
|
|
|
2019-08-26 22:24:58 +00:00
|
|
|
* Mon Aug 26 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.28.dev.gitcec354a
|
|
|
|
- autobuilt cec354a
|
|
|
|
|
2019-08-26 16:26:46 +00:00
|
|
|
* Mon Aug 26 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.27.dev.git112a3cc
|
|
|
|
- autobuilt 112a3cc
|
|
|
|
|
2019-08-26 15:26:54 +00:00
|
|
|
* Mon Aug 26 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.26.dev.git67926d8
|
|
|
|
- autobuilt 67926d8
|
|
|
|
|
2019-08-25 17:31:33 +00:00
|
|
|
* Sun Aug 25 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.25.dev.gitc0528c1
|
|
|
|
- autobuilt c0528c1
|
|
|
|
|
2019-08-22 19:25:49 +00:00
|
|
|
* Thu Aug 22 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.24.dev.git59261cf
|
|
|
|
- autobuilt 59261cf
|
|
|
|
|
2019-08-22 18:06:44 +00:00
|
|
|
* Thu Aug 22 2019 Daniel J Walsh <dwalsh@redhat.com> - 2:1.5.2-0.23.dev.gitb263dd9
|
|
|
|
- Move man5 man pages into podman-manpage package
|
|
|
|
|
2019-08-22 17:28:27 +00:00
|
|
|
* Thu Aug 22 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.22.dev.gitb263dd9
|
|
|
|
- autobuilt b263dd9
|
|
|
|
|
2019-08-22 14:28:22 +00:00
|
|
|
* Thu Aug 22 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.21.dev.git34002f9
|
|
|
|
- autobuilt 34002f9
|
|
|
|
|
2019-08-22 11:27:29 +00:00
|
|
|
* Thu Aug 22 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.20.dev.git18f2328
|
|
|
|
- autobuilt 18f2328
|
|
|
|
|
2019-08-21 23:25:17 +00:00
|
|
|
* Wed Aug 21 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.19.dev.gitecc5cc5
|
|
|
|
- autobuilt ecc5cc5
|
|
|
|
|
2019-08-21 18:26:10 +00:00
|
|
|
* Wed Aug 21 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.18.dev.git1ff984d
|
|
|
|
- autobuilt 1ff984d
|
|
|
|
|
2019-08-20 21:26:08 +00:00
|
|
|
* Tue Aug 20 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.17.dev.git1ad8fe5
|
|
|
|
- autobuilt 1ad8fe5
|
|
|
|
|
2019-08-20 19:26:07 +00:00
|
|
|
* Tue Aug 20 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.16.dev.gitf618bc3
|
|
|
|
- autobuilt f618bc3
|
|
|
|
|
2019-08-20 17:26:56 +00:00
|
|
|
* Tue Aug 20 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.15.dev.gita3c46fc
|
|
|
|
- autobuilt a3c46fc
|
|
|
|
|
2019-08-20 15:29:08 +00:00
|
|
|
* Tue Aug 20 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.14.dev.git230faa8
|
|
|
|
- autobuilt 230faa8
|
|
|
|
|
2019-08-20 08:28:11 +00:00
|
|
|
* Tue Aug 20 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.13.dev.git34fc1d0
|
|
|
|
- autobuilt 34fc1d0
|
|
|
|
|
2019-08-19 19:27:00 +00:00
|
|
|
* Mon Aug 19 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.12.dev.git890378e
|
|
|
|
- autobuilt 890378e
|
|
|
|
|
2019-08-19 18:27:12 +00:00
|
|
|
* Mon Aug 19 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.11.dev.gitd23639a
|
|
|
|
- autobuilt d23639a
|
|
|
|
|
2019-08-19 16:27:39 +00:00
|
|
|
* Mon Aug 19 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.10.dev.gitc137e8f
|
|
|
|
- autobuilt c137e8f
|
|
|
|
|
2019-08-19 15:29:56 +00:00
|
|
|
* Mon Aug 19 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.9.dev.gitb1acc43
|
|
|
|
- autobuilt b1acc43
|
|
|
|
|
2019-08-19 12:29:08 +00:00
|
|
|
* Mon Aug 19 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.8.dev.gitbd0b05f
|
|
|
|
- autobuilt bd0b05f
|
|
|
|
|
2019-08-18 17:31:51 +00:00
|
|
|
* Sun Aug 18 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.7.dev.git438cbf4
|
|
|
|
- autobuilt 438cbf4
|
|
|
|
|
2019-08-17 13:34:28 +00:00
|
|
|
* Sat Aug 17 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.6.dev.git76f327f
|
|
|
|
- autobuilt 76f327f
|
|
|
|
|
2019-08-17 06:38:18 +00:00
|
|
|
* Sat Aug 17 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.5.dev.git098ce2f
|
|
|
|
- autobuilt 098ce2f
|
|
|
|
|
2019-08-16 22:25:33 +00:00
|
|
|
* Fri Aug 16 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.4.dev.git8eab96e
|
|
|
|
- autobuilt 8eab96e
|
|
|
|
|
2019-08-16 16:26:51 +00:00
|
|
|
* Fri Aug 16 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.3.dev.git704cc58
|
|
|
|
- autobuilt 704cc58
|
|
|
|
|
2019-08-16 11:26:38 +00:00
|
|
|
* Fri Aug 16 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.2.dev.git2d47f1a
|
|
|
|
- autobuilt 2d47f1a
|
|
|
|
|
2019-08-15 23:25:20 +00:00
|
|
|
* Thu Aug 15 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.2-0.1.dev.git05149e6
|
|
|
|
- bump to 1.5.2
|
|
|
|
- autobuilt 05149e6
|
|
|
|
|
2019-08-15 21:26:04 +00:00
|
|
|
* Thu Aug 15 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.1-9.16.dev.gitb9a176b
|
|
|
|
- autobuilt b9a176b
|
|
|
|
|
2019-08-15 17:28:00 +00:00
|
|
|
* Thu Aug 15 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.1-8.16.dev.git74224d9
|
|
|
|
- autobuilt 74224d9
|
|
|
|
|
2019-08-15 12:26:51 +00:00
|
|
|
* Thu Aug 15 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.1-7.16.dev.git3f1657d
|
|
|
|
- autobuilt 3f1657d
|
|
|
|
|
2019-08-15 09:29:44 +00:00
|
|
|
* Thu Aug 15 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.1-6.16.dev.gitf9ddf91
|
|
|
|
- autobuilt f9ddf91
|
|
|
|
|
2019-08-14 21:26:55 +00:00
|
|
|
* Wed Aug 14 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.1-5.16.dev.gitbf9e801
|
|
|
|
- autobuilt bf9e801
|
|
|
|
|
2019-08-14 15:51:45 +00:00
|
|
|
* Wed Aug 14 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.1-4.16.dev.gitf5dcb80
|
|
|
|
- autobuilt f5dcb80
|
|
|
|
|
2019-08-14 14:28:59 +00:00
|
|
|
* Wed Aug 14 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.1-3.16.dev.git4823cf8
|
|
|
|
- autobuilt 4823cf8
|
|
|
|
|
2019-08-14 13:51:26 +00:00
|
|
|
* Wed Aug 14 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.1-2.16.dev.gita734b53
|
|
|
|
- autobuilt a734b53
|
|
|
|
|
2019-08-13 17:33:35 +00:00
|
|
|
* Tue Aug 13 2019 Dan Walsh <dwalsh@fedoraproject.org> - 2:1.5.1-1.16.dev.gitce64c14
|
|
|
|
- Add recommends libvarlink-util
|
|
|
|
|
2019-08-13 17:26:18 +00:00
|
|
|
* Tue Aug 13 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.1-0.16.dev.gitce64c14
|
|
|
|
- autobuilt ce64c14
|
|
|
|
|
2019-08-13 14:33:17 +00:00
|
|
|
* Tue Aug 13 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.1-0.15.dev.git7a859f0
|
|
|
|
- autobuilt 7a859f0
|
|
|
|
|
2019-08-13 13:32:03 +00:00
|
|
|
* Tue Aug 13 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.1-0.14.dev.git031437b
|
|
|
|
- autobuilt 031437b
|
|
|
|
|
2019-08-13 02:27:23 +00:00
|
|
|
* Tue Aug 13 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.1-0.13.dev.gitc48243e
|
|
|
|
- autobuilt c48243e
|
|
|
|
|
2019-08-12 20:27:28 +00:00
|
|
|
* Mon Aug 12 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.1-0.12.dev.gitf634fd3
|
|
|
|
- autobuilt f634fd3
|
|
|
|
|
2019-08-12 19:26:15 +00:00
|
|
|
* Mon Aug 12 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.1-0.11.dev.git3cf4567
|
|
|
|
- autobuilt 3cf4567
|
|
|
|
|
2019-08-12 18:27:12 +00:00
|
|
|
* Mon Aug 12 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.1-0.10.dev.git9bee690
|
|
|
|
- autobuilt 9bee690
|
|
|
|
|
2019-08-12 17:25:51 +00:00
|
|
|
* Mon Aug 12 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.1-0.9.dev.gitca7bae7
|
|
|
|
- autobuilt ca7bae7
|
|
|
|
|
2019-08-12 15:30:34 +00:00
|
|
|
* Mon Aug 12 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.1-0.8.dev.gitec93c9d
|
|
|
|
- autobuilt ec93c9d
|
|
|
|
|
2019-08-12 14:29:08 +00:00
|
|
|
* Mon Aug 12 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.1-0.7.dev.gitf18cfa4
|
|
|
|
- autobuilt f18cfa4
|
|
|
|
|
2019-08-12 00:26:56 +00:00
|
|
|
* Mon Aug 12 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.1-0.6.dev.git2348c28
|
|
|
|
- autobuilt 2348c28
|
|
|
|
|
2019-08-11 18:32:04 +00:00
|
|
|
* Sun Aug 11 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.1-0.5.dev.git1467197
|
|
|
|
- autobuilt 1467197
|
|
|
|
|
2019-08-11 17:31:38 +00:00
|
|
|
* Sun Aug 11 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.1-0.4.dev.git7bbaa36
|
|
|
|
- autobuilt 7bbaa36
|
|
|
|
|
2019-08-10 18:33:38 +00:00
|
|
|
* Sat Aug 10 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.1-0.3.dev.git3bc861c
|
|
|
|
- autobuilt 3bc861c
|
|
|
|
|
2019-08-10 10:33:37 +00:00
|
|
|
* Sat Aug 10 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.1-0.2.dev.git926901d
|
|
|
|
- autobuilt 926901d
|
|
|
|
|
2019-08-09 21:26:51 +00:00
|
|
|
* Fri Aug 09 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.5.1-0.1.dev.git2018faa
|
|
|
|
- bump to 1.5.1
|
|
|
|
- autobuilt 2018faa
|
|
|
|
|
2019-08-09 20:27:10 +00:00
|
|
|
* Fri Aug 09 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.99.dev.gitbb80586
|
|
|
|
- autobuilt bb80586
|
|
|
|
|
2019-08-09 19:25:47 +00:00
|
|
|
* Fri Aug 09 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.98.dev.gitd05798e
|
|
|
|
- autobuilt d05798e
|
|
|
|
|
2019-08-09 18:26:12 +00:00
|
|
|
* Fri Aug 09 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.97.dev.git4b91f60
|
|
|
|
- autobuilt 4b91f60
|
|
|
|
|
2019-08-09 16:27:00 +00:00
|
|
|
* Fri Aug 09 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.96.dev.gitdc38168
|
|
|
|
- autobuilt dc38168
|
|
|
|
|
2019-08-09 15:27:09 +00:00
|
|
|
* Fri Aug 09 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.95.dev.git00a20f7
|
|
|
|
- autobuilt 00a20f7
|
|
|
|
|
2019-08-09 14:29:58 +00:00
|
|
|
* Fri Aug 09 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.94.dev.git2a19036
|
|
|
|
- autobuilt 2a19036
|
|
|
|
|
2019-08-09 02:26:35 +00:00
|
|
|
* Fri Aug 09 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.93.dev.git76840f2
|
|
|
|
- autobuilt 76840f2
|
|
|
|
|
2019-08-08 23:26:39 +00:00
|
|
|
* Thu Aug 08 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.92.dev.git4349f42
|
|
|
|
- autobuilt 4349f42
|
|
|
|
|
2019-08-08 21:26:38 +00:00
|
|
|
* Thu Aug 08 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.91.dev.git202eade
|
|
|
|
- autobuilt 202eade
|
|
|
|
|
2019-08-08 19:26:21 +00:00
|
|
|
* Thu Aug 08 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.90.dev.git09cedd1
|
|
|
|
- autobuilt 09cedd1
|
|
|
|
|
2019-08-08 14:11:24 +00:00
|
|
|
* Thu Aug 08 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.89.dev.git3959a35
|
|
|
|
- autobuilt 3959a35
|
|
|
|
|
2019-08-08 12:46:41 +00:00
|
|
|
* Thu Aug 08 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.88.dev.git5701fe6
|
|
|
|
- autobuilt 5701fe6
|
|
|
|
|
2019-08-08 11:36:11 +00:00
|
|
|
* Thu Aug 08 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.87.dev.git31bfb12
|
|
|
|
- autobuilt 31bfb12
|
|
|
|
|
2019-08-08 01:27:00 +00:00
|
|
|
* Thu Aug 08 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.86.dev.git41de7b1
|
|
|
|
- autobuilt 41de7b1
|
|
|
|
|
2019-08-07 22:26:01 +00:00
|
|
|
* Wed Aug 07 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.85.dev.git35ecf49
|
|
|
|
- autobuilt 35ecf49
|
|
|
|
|
2019-08-07 03:27:57 +00:00
|
|
|
* Wed Aug 07 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.84.dev.git66ea32c
|
|
|
|
- autobuilt 66ea32c
|
|
|
|
|
2019-08-06 19:30:36 +00:00
|
|
|
* Tue Aug 06 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.83.dev.gitf0a5b7f
|
|
|
|
- autobuilt f0a5b7f
|
|
|
|
|
2019-08-06 16:34:07 +00:00
|
|
|
* Tue Aug 06 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.82.dev.gitb5618d9
|
|
|
|
- autobuilt b5618d9
|
|
|
|
|
2019-08-05 15:29:33 +00:00
|
|
|
* Mon Aug 05 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.81.dev.git3bffe77
|
|
|
|
- autobuilt 3bffe77
|
|
|
|
|
2019-08-05 14:40:09 +00:00
|
|
|
* Mon Aug 05 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.80.dev.git337358a
|
|
|
|
- autobuilt 337358a
|
|
|
|
|
2019-08-05 13:38:07 +00:00
|
|
|
* Mon Aug 05 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.79.dev.git626dfdb
|
|
|
|
- autobuilt 626dfdb
|
|
|
|
|
2019-08-05 12:32:59 +00:00
|
|
|
* Mon Aug 05 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.78.dev.gite2f38cd
|
|
|
|
- autobuilt e2f38cd
|
|
|
|
|
2019-08-05 08:35:53 +00:00
|
|
|
* Mon Aug 05 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.77.dev.gitb609de2
|
|
|
|
- autobuilt b609de2
|
|
|
|
|
2019-08-04 22:32:15 +00:00
|
|
|
* Sun Aug 04 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.76.dev.git389a7b7
|
|
|
|
- autobuilt 389a7b7
|
|
|
|
|
2019-08-04 14:32:58 +00:00
|
|
|
* Sun Aug 04 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.75.dev.gitd9ea4db
|
|
|
|
- autobuilt d9ea4db
|
|
|
|
|
2019-08-02 23:25:13 +00:00
|
|
|
* Fri Aug 02 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.74.dev.git140e08e
|
|
|
|
- autobuilt 140e08e
|
|
|
|
|
2019-08-02 14:31:44 +00:00
|
|
|
* Fri Aug 02 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.73.dev.git3cc9ab8
|
|
|
|
- autobuilt 3cc9ab8
|
|
|
|
|
2019-08-02 09:26:59 +00:00
|
|
|
* Fri Aug 02 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.72.dev.git5370c53
|
|
|
|
- autobuilt 5370c53
|
|
|
|
|
2019-08-02 08:28:19 +00:00
|
|
|
* Fri Aug 02 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.71.dev.git2cc5913
|
|
|
|
- autobuilt 2cc5913
|
|
|
|
|
2019-08-02 03:25:24 +00:00
|
|
|
* Fri Aug 02 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.70.dev.gite3240da
|
|
|
|
- autobuilt e3240da
|
|
|
|
|
2019-08-02 00:26:00 +00:00
|
|
|
* Fri Aug 02 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.69.dev.gite48dc50
|
|
|
|
- autobuilt e48dc50
|
|
|
|
|
2019-08-01 22:26:21 +00:00
|
|
|
* Thu Aug 01 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.68.dev.git1bbcb2f
|
|
|
|
- autobuilt 1bbcb2f
|
|
|
|
|
2019-08-01 19:25:12 +00:00
|
|
|
* Thu Aug 01 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.67.dev.gite1a099e
|
|
|
|
- autobuilt e1a099e
|
|
|
|
|
2019-08-01 14:32:38 +00:00
|
|
|
* Thu Aug 01 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.66.dev.gitafb493a
|
|
|
|
- autobuilt afb493a
|
|
|
|
|
2019-08-01 12:30:13 +00:00
|
|
|
* Thu Aug 01 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.65.dev.git6f62dac
|
|
|
|
- autobuilt 6f62dac
|
|
|
|
|
2019-08-01 11:29:24 +00:00
|
|
|
* Thu Aug 01 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.64.dev.gitee15e76
|
|
|
|
- autobuilt ee15e76
|
|
|
|
|
2019-08-01 10:27:53 +00:00
|
|
|
* Thu Aug 01 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.63.dev.git5056964
|
|
|
|
- autobuilt 5056964
|
|
|
|
|
2019-08-01 09:30:25 +00:00
|
|
|
* Thu Aug 01 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.62.dev.git3215ea6
|
|
|
|
- autobuilt 3215ea6
|
|
|
|
|
2019-08-01 08:36:35 +00:00
|
|
|
* Thu Aug 01 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.61.dev.gitccf4ec2
|
|
|
|
- autobuilt ccf4ec2
|
|
|
|
|
2019-07-31 18:31:39 +00:00
|
|
|
* Wed Jul 31 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.60.dev.gita622f8d
|
|
|
|
- autobuilt a622f8d
|
|
|
|
|
2019-07-30 20:31:54 +00:00
|
|
|
* Tue Jul 30 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.59.dev.git680a383
|
|
|
|
- autobuilt 680a383
|
|
|
|
|
2019-07-30 19:25:51 +00:00
|
|
|
* Tue Jul 30 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.58.dev.gite84ed3c
|
|
|
|
- autobuilt e84ed3c
|
|
|
|
|
2019-07-30 15:31:13 +00:00
|
|
|
* Tue Jul 30 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.57.dev.git1a00895
|
|
|
|
- autobuilt 1a00895
|
|
|
|
|
2019-07-30 14:33:14 +00:00
|
|
|
* Tue Jul 30 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.56.dev.git4196a59
|
|
|
|
- autobuilt 4196a59
|
|
|
|
|
2019-07-30 00:24:21 +00:00
|
|
|
* Tue Jul 30 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.55.dev.git040355d
|
|
|
|
- autobuilt 040355d
|
|
|
|
|
2019-07-29 20:25:48 +00:00
|
|
|
* Mon Jul 29 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.54.dev.git7d635ac
|
|
|
|
- autobuilt 7d635ac
|
|
|
|
|
2019-07-29 18:28:14 +00:00
|
|
|
* Mon Jul 29 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.53.dev.gitc3c45f3
|
|
|
|
- autobuilt c3c45f3
|
|
|
|
|
2019-07-29 15:32:55 +00:00
|
|
|
* Mon Jul 29 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.52.dev.git6665269
|
|
|
|
- autobuilt 6665269
|
|
|
|
|
2019-07-29 14:37:52 +00:00
|
|
|
* Mon Jul 29 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.51.dev.git2ca7861
|
|
|
|
- autobuilt 2ca7861
|
|
|
|
|
2019-07-28 15:37:00 +00:00
|
|
|
* Sun Jul 28 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.50.dev.git2c98bd5
|
|
|
|
- autobuilt 2c98bd5
|
|
|
|
|
2019-07-26 13:26:42 +00:00
|
|
|
* Fri Jul 26 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.49.dev.git0c4dfcf
|
|
|
|
- autobuilt 0c4dfcf
|
|
|
|
|
2019-07-26 10:30:12 +00:00
|
|
|
* Fri Jul 26 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.48.dev.giteca157f
|
|
|
|
- autobuilt eca157f
|
|
|
|
|
2019-07-26 09:36:18 +00:00
|
|
|
* Fri Jul 26 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.47.dev.git1910d68
|
|
|
|
- autobuilt 1910d68
|
|
|
|
|
2019-07-26 08:30:16 +00:00
|
|
|
* Fri Jul 26 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.46.dev.git4674d00
|
|
|
|
- autobuilt 4674d00
|
|
|
|
|
2019-07-25 17:32:58 +00:00
|
|
|
* Thu Jul 25 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.45.dev.gitdff82d9
|
|
|
|
- autobuilt dff82d9
|
|
|
|
|
2019-07-25 16:29:18 +00:00
|
|
|
* Thu Jul 25 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.44.dev.git5763618
|
|
|
|
- autobuilt 5763618
|
|
|
|
|
2019-07-25 09:30:39 +00:00
|
|
|
* Thu Jul 25 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.43.dev.git7c9095e
|
|
|
|
- autobuilt 7c9095e
|
|
|
|
|
2019-07-24 13:31:51 +00:00
|
|
|
* Wed Jul 24 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.42.dev.git2283471
|
|
|
|
- autobuilt 2283471
|
|
|
|
|
2019-07-24 12:41:08 +00:00
|
|
|
* Wed Jul 24 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.41.dev.git0917783
|
|
|
|
- autobuilt 0917783
|
|
|
|
|
2019-07-24 11:34:59 +00:00
|
|
|
* Wed Jul 24 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.40.dev.giteae9a00
|
|
|
|
- autobuilt eae9a00
|
|
|
|
|
2019-07-24 02:28:25 +00:00
|
|
|
* Wed Jul 24 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.39.dev.git3c6b111
|
|
|
|
- autobuilt 3c6b111
|
|
|
|
|
2019-07-23 18:28:24 +00:00
|
|
|
* Tue Jul 23 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.38.dev.git7dbc6d8
|
|
|
|
- autobuilt 7dbc6d8
|
|
|
|
|
2019-07-23 17:28:30 +00:00
|
|
|
* Tue Jul 23 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.37.dev.gitbb253af
|
|
|
|
- autobuilt bb253af
|
|
|
|
|
2019-07-23 10:28:09 +00:00
|
|
|
* Tue Jul 23 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.36.dev.gitce60c4d
|
|
|
|
- autobuilt ce60c4d
|
|
|
|
|
2019-07-23 08:28:08 +00:00
|
|
|
* Tue Jul 23 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.35.dev.git2674920
|
|
|
|
- autobuilt 2674920
|
|
|
|
|
2019-07-22 21:26:39 +00:00
|
|
|
* Mon Jul 22 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.34.dev.gita12a231
|
|
|
|
- autobuilt a12a231
|
|
|
|
|
2019-07-22 20:26:28 +00:00
|
|
|
* Mon Jul 22 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.33.dev.gitcf9efa9
|
|
|
|
- autobuilt cf9efa9
|
|
|
|
|
2019-07-22 18:27:36 +00:00
|
|
|
* Mon Jul 22 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.32.dev.git69f74f1
|
|
|
|
- autobuilt 69f74f1
|
|
|
|
|
2019-07-22 12:34:22 +00:00
|
|
|
* Mon Jul 22 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.31.dev.gitab7b47c
|
|
|
|
- autobuilt ab7b47c
|
|
|
|
|
2019-07-22 11:27:57 +00:00
|
|
|
* Mon Jul 22 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.30.dev.git3b52e4d
|
|
|
|
- autobuilt 3b52e4d
|
|
|
|
|
2019-07-21 08:32:52 +00:00
|
|
|
* Sun Jul 21 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.29.dev.gitd6b41eb
|
|
|
|
- autobuilt d6b41eb
|
|
|
|
|
2019-07-20 15:39:46 +00:00
|
|
|
* Sat Jul 20 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.28.dev.gita5aa44c
|
|
|
|
- autobuilt a5aa44c
|
|
|
|
|
2019-07-20 10:39:27 +00:00
|
|
|
* Sat Jul 20 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.27.dev.git8364552
|
|
|
|
- autobuilt 8364552
|
|
|
|
|
2019-07-19 13:43:05 +00:00
|
|
|
* Fri Jul 19 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.26.dev.git02140ea
|
|
|
|
- autobuilt 02140ea
|
|
|
|
|
2019-07-19 02:34:32 +00:00
|
|
|
* Fri Jul 19 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.25.dev.git398aeac
|
|
|
|
- autobuilt 398aeac
|
|
|
|
|
2019-07-19 01:32:18 +00:00
|
|
|
* Fri Jul 19 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.24.dev.gitdeb087d
|
|
|
|
- autobuilt deb087d
|
|
|
|
|
2019-07-19 00:32:53 +00:00
|
|
|
* Fri Jul 19 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.23.dev.gitb59abdc
|
|
|
|
- autobuilt b59abdc
|
|
|
|
|
2019-07-18 18:35:29 +00:00
|
|
|
* Thu Jul 18 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.22.dev.git2254a35
|
|
|
|
- autobuilt 2254a35
|
|
|
|
|
2019-07-18 16:43:21 +00:00
|
|
|
* Thu Jul 18 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.21.dev.git1065548
|
|
|
|
- autobuilt 1065548
|
|
|
|
|
2019-07-18 14:38:54 +00:00
|
|
|
* Thu Jul 18 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.20.dev.gitade0d87
|
|
|
|
- autobuilt ade0d87
|
|
|
|
|
2019-07-18 14:13:33 +00:00
|
|
|
* Thu Jul 18 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.19.dev.git22e62e8
|
|
|
|
- autobuilt 22e62e8
|
|
|
|
|
2019-07-18 12:40:22 +00:00
|
|
|
* Thu Jul 18 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.18.dev.gitadcde23
|
|
|
|
- autobuilt adcde23
|
|
|
|
|
2019-07-18 10:38:01 +00:00
|
|
|
* Thu Jul 18 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.17.dev.git456c045
|
|
|
|
- autobuilt 456c045
|
|
|
|
|
2019-07-18 07:40:21 +00:00
|
|
|
* Thu Jul 18 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.16.dev.git7488ed6
|
|
|
|
- autobuilt 7488ed6
|
|
|
|
|
2019-07-18 00:35:15 +00:00
|
|
|
* Thu Jul 18 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.15.dev.gitb2734ba
|
|
|
|
- autobuilt b2734ba
|
|
|
|
|
2019-07-17 16:41:05 +00:00
|
|
|
* Wed Jul 17 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.14.dev.git1c02905
|
|
|
|
- autobuilt 1c02905
|
|
|
|
|
2019-07-17 10:38:26 +00:00
|
|
|
* Wed Jul 17 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.13.dev.git04a9cb0
|
|
|
|
- autobuilt 04a9cb0
|
|
|
|
|
2019-07-16 20:35:44 +00:00
|
|
|
* Tue Jul 16 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.12.dev.gitfe83308
|
|
|
|
- autobuilt fe83308
|
|
|
|
|
2019-07-16 19:35:18 +00:00
|
|
|
* Tue Jul 16 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.11.dev.git400851a
|
|
|
|
- autobuilt 400851a
|
|
|
|
|
2019-07-16 18:41:31 +00:00
|
|
|
* Tue Jul 16 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.10.dev.gita449e9a
|
|
|
|
- autobuilt a449e9a
|
|
|
|
|
2019-07-16 15:44:16 +00:00
|
|
|
* Tue Jul 16 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.9.dev.git386ffd2
|
|
|
|
- autobuilt 386ffd2
|
|
|
|
|
2019-07-16 14:43:03 +00:00
|
|
|
* Tue Jul 16 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.8.dev.git7e4db44
|
|
|
|
- autobuilt 7e4db44
|
|
|
|
|
2019-07-15 20:33:49 +00:00
|
|
|
* Mon Jul 15 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.7.dev.gitd2291ec
|
|
|
|
- autobuilt d2291ec
|
|
|
|
|
2019-07-14 17:44:47 +00:00
|
|
|
* Sun Jul 14 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.6.dev.git456b6ab
|
|
|
|
- autobuilt 456b6ab
|
|
|
|
|
2019-07-12 19:05:27 +00:00
|
|
|
* Fri Jul 12 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.5.dev.gite2e8477
|
|
|
|
- built conmon 1de71ad
|
|
|
|
|
2019-07-11 03:10:36 +00:00
|
|
|
* Thu Jul 11 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.4.dev.gite2e8477
|
|
|
|
- autobuilt e2e8477
|
|
|
|
|
2019-07-10 16:32:11 +00:00
|
|
|
* Wed Jul 10 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.5-0.3.dev.gitdf3f5af
|
|
|
|
- autobuilt df3f5af
|
|
|
|
|
2019-07-09 13:16:17 +00:00
|
|
|
* Tue Jul 09 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.4.5-0.2.dev.gitcea0e93
|
|
|
|
- Resolves: #1727933 - containers-monuts.conf.5 moved to containers-common
|
|
|
|
|
2019-07-07 19:16:20 +00:00
|
|
|
* Sun Jul 07 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.4.5-0.1.dev.gitf7407f2
|
|
|
|
- bump to v1.4.5-dev
|
|
|
|
- use new name for go-md2man
|
|
|
|
- include centos conditionals
|
|
|
|
|
2019-06-23 03:01:15 +00:00
|
|
|
* Sun Jun 23 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.3-0.30.dev.git7c4e444
|
|
|
|
- autobuilt 7c4e444
|
|
|
|
|
2019-06-22 03:13:26 +00:00
|
|
|
* Sat Jun 22 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.3-0.29.dev.gitd9bdd3c
|
|
|
|
- autobuilt d9bdd3c
|
|
|
|
|
2019-06-21 03:14:22 +00:00
|
|
|
* Fri Jun 21 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.3-0.28.dev.git39fdf91
|
|
|
|
- autobuilt 39fdf91
|
|
|
|
|
2019-06-20 03:10:30 +00:00
|
|
|
* Thu Jun 20 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.3-0.27.dev.gitb4f9bc8
|
|
|
|
- autobuilt b4f9bc8
|
|
|
|
|
2019-06-19 02:56:58 +00:00
|
|
|
* Wed Jun 19 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.3-0.26.dev.git240b846
|
|
|
|
- bump to 1.4.3
|
|
|
|
- autobuilt 240b846
|
|
|
|
|
2019-06-18 03:18:52 +00:00
|
|
|
* Tue Jun 18 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.2-0.25.dev.git8bcfd24
|
|
|
|
- autobuilt 8bcfd24
|
|
|
|
|
2019-06-16 03:09:51 +00:00
|
|
|
* Sun Jun 16 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.2-0.24.dev.git670fc03
|
|
|
|
- autobuilt 670fc03
|
|
|
|
|
2019-06-15 03:09:08 +00:00
|
|
|
* Sat Jun 15 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.2-0.23.dev.git185b413
|
|
|
|
- bump to 1.4.2
|
|
|
|
- autobuilt 185b413
|
|
|
|
|
2019-06-14 03:13:22 +00:00
|
|
|
* Fri Jun 14 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.1-0.22.dev.git2784cf3
|
|
|
|
- autobuilt 2784cf3
|
|
|
|
|
2019-06-13 03:06:35 +00:00
|
|
|
* Thu Jun 13 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.1-0.21.dev.git77d1cf0
|
|
|
|
- autobuilt 77d1cf0
|
|
|
|
|
2019-06-12 03:08:47 +00:00
|
|
|
* Wed Jun 12 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.1-0.20.dev.gitf8a84fd
|
|
|
|
- autobuilt f8a84fd
|
|
|
|
|
2019-06-11 07:14:54 +00:00
|
|
|
* Tue Jun 11 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.1-0.19.dev.gitc93b8d6
|
|
|
|
- do not install /usr/libexec/crio - conflicts with crio
|
|
|
|
|
2019-06-11 03:02:38 +00:00
|
|
|
* Tue Jun 11 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.1-0.18.dev.gitc93b8d6
|
|
|
|
- autobuilt c93b8d6
|
|
|
|
|
2019-06-10 03:07:47 +00:00
|
|
|
* Mon Jun 10 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.1-0.17.dev.gitfcb7c14
|
|
|
|
- autobuilt fcb7c14
|
|
|
|
|
2019-06-09 03:08:48 +00:00
|
|
|
* Sun Jun 09 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.1-0.16.dev.git39f5ea4
|
|
|
|
- autobuilt 39f5ea4
|
|
|
|
|
2019-06-08 03:06:34 +00:00
|
|
|
* Sat Jun 08 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.4.1-0.15.dev.gitcae5af5
|
|
|
|
- bump to 1.4.1
|
|
|
|
- autobuilt cae5af5
|
|
|
|
|
2019-06-07 03:05:38 +00:00
|
|
|
* Fri Jun 07 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.2-0.14.dev.gitba36a5f
|
|
|
|
- autobuilt ba36a5f
|
|
|
|
|
2019-06-06 19:40:21 +00:00
|
|
|
* Fri Jun 07 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.3.2-0.13.dev.git6d285b8
|
|
|
|
- Resolves: #1716809 - use conmon v0.2.0
|
|
|
|
|
2019-06-06 03:07:11 +00:00
|
|
|
* Thu Jun 06 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.2-0.12.dev.git6d285b8
|
|
|
|
- autobuilt 6d285b8
|
|
|
|
|
2019-06-05 03:05:05 +00:00
|
|
|
* Wed Jun 05 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.2-0.11.dev.git3fb9669
|
|
|
|
- autobuilt 3fb9669
|
|
|
|
|
2019-06-04 02:53:23 +00:00
|
|
|
* Tue Jun 04 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.2-0.10.dev.git0ede794
|
|
|
|
- autobuilt 0ede794
|
|
|
|
|
2019-06-02 03:08:21 +00:00
|
|
|
* Sun Jun 02 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.2-0.9.dev.git176a41c
|
|
|
|
- autobuilt 176a41c
|
|
|
|
|
2019-06-01 03:02:49 +00:00
|
|
|
* Sat Jun 01 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.2-0.8.dev.git2068919
|
|
|
|
- autobuilt 2068919
|
|
|
|
|
2019-05-31 03:00:46 +00:00
|
|
|
* Fri May 31 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.2-0.7.dev.git558ce8d
|
|
|
|
- autobuilt 558ce8d
|
|
|
|
|
2019-05-30 03:04:06 +00:00
|
|
|
* Thu May 30 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.2-0.6.dev.gitc871653
|
|
|
|
- autobuilt c871653
|
|
|
|
|
2019-05-29 02:59:56 +00:00
|
|
|
* Wed May 29 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.2-0.5.dev.git8649dbd
|
|
|
|
- autobuilt 8649dbd
|
|
|
|
|
2019-05-27 02:49:21 +00:00
|
|
|
* Mon May 27 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.2-0.4.dev.git25f8c21
|
|
|
|
- autobuilt 25f8c21
|
|
|
|
|
2019-05-26 02:49:09 +00:00
|
|
|
* Sun May 26 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.2-0.3.dev.gitb1d590b
|
|
|
|
- autobuilt b1d590b
|
|
|
|
|
2019-05-24 14:43:28 +00:00
|
|
|
* Fri May 24 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.3.2-0.2.dev.git1ac06d8
|
|
|
|
- built commit 1ac06d8
|
|
|
|
- BR: systemd-devel
|
|
|
|
- correct build steps for %%{name}-remote
|
|
|
|
|
2019-05-24 11:52:44 +00:00
|
|
|
* Fri May 24 2019 Dan Walsh <dwalsh@fedoraproject.org> - 2:1.3.2-0.1.dev.git5296428
|
2019-05-24 14:43:28 +00:00
|
|
|
- Bump up to latest on master
|
2019-05-24 09:34:10 +00:00
|
|
|
|
2019-05-11 02:31:33 +00:00
|
|
|
* Fri May 10 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.3.1-0.1.dev.git9ae3221
|
|
|
|
- bump to v1.3.1-dev
|
|
|
|
- built 9ae3221
|
|
|
|
- correct release tag format for unreleased versions
|
|
|
|
|
2019-04-25 06:02:08 +00:00
|
|
|
* Thu Apr 25 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.0-21.dev.gitb01fdcb
|
|
|
|
- autobuilt b01fdcb
|
|
|
|
|
2019-04-23 06:01:00 +00:00
|
|
|
* Tue Apr 23 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.0-20.dev.gitd652c86
|
|
|
|
- autobuilt d652c86
|
|
|
|
|
2019-04-20 05:54:04 +00:00
|
|
|
* Sat Apr 20 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.0-19.dev.git9f92b21
|
|
|
|
- autobuilt 9f92b21
|
|
|
|
|
2019-04-19 06:01:09 +00:00
|
|
|
* Fri Apr 19 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.0-18.dev.gite4947e5
|
|
|
|
- autobuilt e4947e5
|
|
|
|
|
2019-04-18 05:57:41 +00:00
|
|
|
* Thu Apr 18 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.0-17.dev.gitbf5ffda
|
|
|
|
- autobuilt bf5ffda
|
|
|
|
|
2019-04-17 05:57:29 +00:00
|
|
|
* Wed Apr 17 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.0-16.dev.gita87cf6f
|
|
|
|
- autobuilt a87cf6f
|
|
|
|
|
2019-04-16 05:43:47 +00:00
|
|
|
* Tue Apr 16 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.0-15.dev.gitc1e2b58
|
|
|
|
- autobuilt c1e2b58
|
|
|
|
|
2019-04-15 05:57:41 +00:00
|
|
|
* Mon Apr 15 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.0-14.dev.git167ce59
|
|
|
|
- autobuilt 167ce59
|
|
|
|
|
2019-04-14 05:43:40 +00:00
|
|
|
* Sun Apr 14 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.0-13.dev.gitb926005
|
|
|
|
- autobuilt b926005
|
|
|
|
|
2019-04-13 05:51:46 +00:00
|
|
|
* Sat Apr 13 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.0-12.dev.git1572367
|
|
|
|
- autobuilt 1572367
|
|
|
|
|
2019-04-12 05:56:06 +00:00
|
|
|
* Fri Apr 12 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.0-11.dev.git387d601
|
|
|
|
- autobuilt 387d601
|
|
|
|
|
2019-04-11 05:43:29 +00:00
|
|
|
* Thu Apr 11 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.0-10.dev.git6cd6eb6
|
|
|
|
- autobuilt 6cd6eb6
|
|
|
|
|
2019-04-10 05:52:57 +00:00
|
|
|
* Wed Apr 10 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.0-9.dev.git60ef8f8
|
|
|
|
- autobuilt 60ef8f8
|
|
|
|
|
2019-04-09 05:54:16 +00:00
|
|
|
* Tue Apr 09 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.0-8.dev.gitc94903a
|
|
|
|
- autobuilt c94903a
|
|
|
|
|
2019-04-06 05:55:18 +00:00
|
|
|
* Sat Apr 06 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.0-7.dev.gitbc320be
|
|
|
|
- autobuilt bc320be
|
|
|
|
|
2019-04-05 05:52:32 +00:00
|
|
|
* Fri Apr 05 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.0-6.dev.gitbda28c6
|
|
|
|
- autobuilt bda28c6
|
|
|
|
|
2019-04-04 05:38:09 +00:00
|
|
|
* Thu Apr 04 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.0-5.dev.git4bda537
|
|
|
|
- autobuilt 4bda537
|
|
|
|
|
2019-04-03 12:40:13 +00:00
|
|
|
* Wed Apr 03 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.3.0-4.dev.gitad467ba
|
|
|
|
- Resolves: #1695492 - own /usr/libexec/podman
|
|
|
|
|
2019-04-02 07:25:38 +00:00
|
|
|
* Tue Apr 02 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.0-3.dev.gitad467ba
|
|
|
|
- autobuilt ad467ba
|
|
|
|
|
2019-04-01 05:49:31 +00:00
|
|
|
* Mon Apr 01 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.3.0-2.dev.gitcd35e20
|
|
|
|
- bump to 1.3.0
|
|
|
|
- autobuilt cd35e20
|
|
|
|
|
2019-03-31 05:36:01 +00:00
|
|
|
* Sun Mar 31 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-30.dev.git833204d
|
|
|
|
- autobuilt 833204d
|
|
|
|
|
2019-03-30 05:49:20 +00:00
|
|
|
* Sat Mar 30 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-29.dev.git7b73974
|
|
|
|
- autobuilt 7b73974
|
|
|
|
|
2019-03-29 05:47:48 +00:00
|
|
|
* Fri Mar 29 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-28.dev.gitfdf979a
|
|
|
|
- autobuilt fdf979a
|
|
|
|
|
2019-03-28 06:53:23 +00:00
|
|
|
* Thu Mar 28 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-27.dev.git850326c
|
|
|
|
- autobuilt 850326c
|
|
|
|
|
2019-03-27 05:46:44 +00:00
|
|
|
* Wed Mar 27 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-26.dev.gitfc546d4
|
|
|
|
- autobuilt fc546d4
|
|
|
|
|
2019-03-25 05:47:14 +00:00
|
|
|
* Mon Mar 25 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-25.dev.gitd0c6a35
|
|
|
|
- autobuilt d0c6a35
|
|
|
|
|
2019-03-23 05:43:55 +00:00
|
|
|
* Sat Mar 23 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-24.dev.git0458daf
|
|
|
|
- autobuilt 0458daf
|
|
|
|
|
2019-03-22 05:42:35 +00:00
|
|
|
* Fri Mar 22 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-23.dev.git68e3df3
|
|
|
|
- autobuilt 68e3df3
|
|
|
|
|
2019-03-21 05:43:34 +00:00
|
|
|
* Thu Mar 21 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-22.dev.gitc230f0c
|
|
|
|
- autobuilt c230f0c
|
|
|
|
|
2019-03-20 05:42:28 +00:00
|
|
|
* Wed Mar 20 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-21.dev.git537c382
|
|
|
|
- autobuilt 537c382
|
|
|
|
|
2019-03-19 05:42:44 +00:00
|
|
|
* Tue Mar 19 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-20.dev.gitac523cb
|
|
|
|
- autobuilt ac523cb
|
|
|
|
|
2019-03-17 15:16:57 +00:00
|
|
|
* Mon Mar 18 2019 Eduardo Santiago <santiago@redhat.com> - 2:1.2.0-19.dev.git6aa8078
|
|
|
|
- include zsh completion
|
|
|
|
|
2019-03-15 05:39:33 +00:00
|
|
|
* Fri Mar 15 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-18.dev.git31f11a8
|
|
|
|
- autobuilt 31f11a8
|
|
|
|
|
2019-03-14 05:39:33 +00:00
|
|
|
* Thu Mar 14 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-17.dev.git7426d4f
|
|
|
|
- autobuilt 7426d4f
|
|
|
|
|
2019-01-18 17:59:24 +00:00
|
|
|
* Wed Mar 13 2019 Eduardo Santiago <santiago@redhat.com> - 2:1.2.0-16.dev.git883566f
|
|
|
|
- new -tests subpackage
|
|
|
|
|
2019-03-13 05:37:18 +00:00
|
|
|
* Wed Mar 13 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-15.dev.git883566f
|
|
|
|
- autobuilt 883566f
|
|
|
|
|
2019-03-12 05:25:13 +00:00
|
|
|
* Tue Mar 12 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-14.dev.gitde0192a
|
|
|
|
- autobuilt de0192a
|
|
|
|
|
2019-03-10 05:37:06 +00:00
|
|
|
* Sun Mar 10 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-13.dev.gitd95f97a
|
|
|
|
- autobuilt d95f97a
|
|
|
|
|
2019-03-09 05:41:13 +00:00
|
|
|
* Sat Mar 09 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-12.dev.git9b21f14
|
|
|
|
- autobuilt 9b21f14
|
|
|
|
|
2019-03-08 12:29:30 +00:00
|
|
|
* Fri Mar 08 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.2.0-11.dev.git1b2f867
|
|
|
|
- Resolves: #1686813 - conmon bundled inside podman rpm
|
|
|
|
|
2019-03-08 05:23:22 +00:00
|
|
|
* Fri Mar 08 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-10.dev.git1b2f867
|
|
|
|
- autobuilt 1b2f867
|
|
|
|
|
2019-03-07 05:41:44 +00:00
|
|
|
* Thu Mar 07 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-9.dev.git614409f
|
|
|
|
- autobuilt 614409f
|
|
|
|
|
2019-03-06 05:38:54 +00:00
|
|
|
* Wed Mar 06 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-8.dev.git40f7843
|
|
|
|
- autobuilt 40f7843
|
|
|
|
|
2019-03-05 05:35:20 +00:00
|
|
|
* Tue Mar 05 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-7.dev.git4b80517
|
|
|
|
- autobuilt 4b80517
|
|
|
|
|
2019-03-04 05:21:49 +00:00
|
|
|
* Mon Mar 04 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-6.dev.gitf3a3d8e
|
|
|
|
- autobuilt f3a3d8e
|
|
|
|
|
2019-03-02 05:25:31 +00:00
|
|
|
* Sat Mar 02 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-5.dev.git9adcda7
|
|
|
|
- autobuilt 9adcda7
|
|
|
|
|
2019-03-01 05:30:08 +00:00
|
|
|
* Fri Mar 01 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-4.dev.git9137315
|
|
|
|
- autobuilt 9137315
|
|
|
|
|
2019-02-28 05:29:36 +00:00
|
|
|
* Thu Feb 28 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-3.dev.git5afae0b
|
|
|
|
- autobuilt 5afae0b
|
|
|
|
|
2019-02-27 05:14:14 +00:00
|
|
|
* Wed Feb 27 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.2.0-2.dev.git623fcfa
|
|
|
|
- bump to 1.2.0
|
|
|
|
- autobuilt 623fcfa
|
|
|
|
|
2019-02-26 22:44:04 +00:00
|
|
|
* Tue Feb 26 2019 Dan Walsh <dwalsh@fedoraproject.org> - 2:1.0.1-39.dev.gitcf52144
|
2019-02-26 05:37:09 +00:00
|
|
|
* Tue Feb 26 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-38.dev.gitcf52144
|
|
|
|
- autobuilt cf52144
|
|
|
|
|
2019-02-25 05:17:34 +00:00
|
|
|
* Mon Feb 25 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-37.dev.git553ac80
|
|
|
|
- autobuilt 553ac80
|
|
|
|
|
2019-02-24 05:16:54 +00:00
|
|
|
* Sun Feb 24 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-36.dev.gitcc4addd
|
|
|
|
- autobuilt cc4addd
|
|
|
|
|
2019-02-23 05:24:25 +00:00
|
|
|
* Sat Feb 23 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-35.dev.gitb223d4e
|
|
|
|
- autobuilt b223d4e
|
|
|
|
|
2019-02-22 05:28:12 +00:00
|
|
|
* Fri Feb 22 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-34.dev.git1788add
|
|
|
|
- autobuilt 1788add
|
|
|
|
|
2019-02-21 05:22:28 +00:00
|
|
|
* Thu Feb 21 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-33.dev.git4934bf2
|
|
|
|
- autobuilt 4934bf2
|
|
|
|
|
2019-02-20 05:30:13 +00:00
|
|
|
* Wed Feb 20 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-32.dev.git3b88c73
|
|
|
|
- autobuilt 3b88c73
|
|
|
|
|
2019-02-19 05:14:38 +00:00
|
|
|
* Tue Feb 19 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-31.dev.git228d1cb
|
|
|
|
- autobuilt 228d1cb
|
|
|
|
|
2019-02-18 05:26:00 +00:00
|
|
|
* Mon Feb 18 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-30.dev.git3f32eae
|
|
|
|
- autobuilt 3f32eae
|
|
|
|
|
2019-02-17 05:12:39 +00:00
|
|
|
* Sun Feb 17 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-29.dev.git1cb16bd
|
|
|
|
- autobuilt 1cb16bd
|
|
|
|
|
2019-02-16 05:24:00 +00:00
|
|
|
* Sat Feb 16 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-28.dev.git0a521e1
|
|
|
|
- autobuilt 0a521e1
|
|
|
|
|
2019-02-15 05:22:16 +00:00
|
|
|
* Fri Feb 15 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-27.dev.git81ace5c
|
|
|
|
- autobuilt 81ace5c
|
|
|
|
|
2019-02-14 05:21:09 +00:00
|
|
|
* Thu Feb 14 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-26.dev.gitdfc64e1
|
|
|
|
- autobuilt dfc64e1
|
|
|
|
|
2019-02-13 05:10:12 +00:00
|
|
|
* Wed Feb 13 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-25.dev.gitee27c39
|
|
|
|
- autobuilt ee27c39
|
|
|
|
|
2019-02-12 05:16:08 +00:00
|
|
|
* Tue Feb 12 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-24.dev.git8923703
|
|
|
|
- autobuilt 8923703
|
|
|
|
|
2019-02-10 05:22:21 +00:00
|
|
|
* Sun Feb 10 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-23.dev.gitc86e8f1
|
|
|
|
- autobuilt c86e8f1
|
|
|
|
|
2019-02-09 05:09:29 +00:00
|
|
|
* Sat Feb 09 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-22.dev.gitafd4d5f
|
|
|
|
- autobuilt afd4d5f
|
|
|
|
|
2019-02-08 05:21:19 +00:00
|
|
|
* Fri Feb 08 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-21.dev.git962850c
|
|
|
|
- autobuilt 962850c
|
|
|
|
|
2019-02-07 05:09:03 +00:00
|
|
|
* Thu Feb 07 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-20.dev.gitf250745
|
|
|
|
- autobuilt f250745
|
|
|
|
|
2019-02-06 05:12:12 +00:00
|
|
|
* Wed Feb 06 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-19.dev.git650e242
|
|
|
|
- autobuilt 650e242
|
|
|
|
|
2019-02-05 05:21:07 +00:00
|
|
|
* Tue Feb 05 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-18.dev.git778f986
|
|
|
|
- autobuilt 778f986
|
|
|
|
|
2019-02-03 05:06:21 +00:00
|
|
|
* Sun Feb 03 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-17.dev.gitd5593b8
|
|
|
|
- autobuilt d5593b8
|
|
|
|
|
2019-02-02 05:18:53 +00:00
|
|
|
* Sat Feb 02 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-16.dev.gite6426af
|
|
|
|
- autobuilt e6426af
|
|
|
|
|
2019-02-01 05:15:16 +00:00
|
|
|
* Fri Feb 01 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-15.dev.gite97dc8e
|
|
|
|
- autobuilt e97dc8e
|
|
|
|
|
2019-01-31 05:06:09 +00:00
|
|
|
* Thu Jan 31 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-14.dev.git805c6d9
|
|
|
|
- autobuilt 805c6d9
|
|
|
|
|
2019-01-30 05:05:00 +00:00
|
|
|
* Wed Jan 30 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-13.dev.gitad5579e
|
|
|
|
- autobuilt ad5579e
|
|
|
|
|
2019-01-29 05:07:50 +00:00
|
|
|
* Tue Jan 29 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-12.dev.gitebe9297
|
|
|
|
- autobuilt ebe9297
|
|
|
|
|
2019-01-24 05:06:16 +00:00
|
|
|
* Thu Jan 24 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-11.dev.gitc9e1f36
|
|
|
|
- autobuilt c9e1f36
|
|
|
|
|
2019-01-23 05:00:46 +00:00
|
|
|
* Wed Jan 23 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-10.dev.git7838a13
|
|
|
|
- autobuilt 7838a13
|
|
|
|
|
2019-01-22 05:11:33 +00:00
|
|
|
* Tue Jan 22 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-9.dev.gitec96987
|
|
|
|
- autobuilt ec96987
|
|
|
|
|
2019-01-21 05:11:13 +00:00
|
|
|
* Mon Jan 21 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-8.dev.gitef2f6f9
|
|
|
|
- autobuilt ef2f6f9
|
|
|
|
|
2019-01-20 05:11:52 +00:00
|
|
|
* Sun Jan 20 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-7.dev.git579fc0f
|
|
|
|
- autobuilt 579fc0f
|
|
|
|
|
2019-01-19 05:05:52 +00:00
|
|
|
* Sat Jan 19 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-6.dev.git0d4bfb0
|
|
|
|
- autobuilt 0d4bfb0
|
|
|
|
|
2019-01-18 05:01:36 +00:00
|
|
|
* Fri Jan 18 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-5.dev.gite3dc660
|
|
|
|
- autobuilt e3dc660
|
|
|
|
|
2019-01-17 05:04:09 +00:00
|
|
|
* Thu Jan 17 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-4.dev.git0e3264a
|
|
|
|
- autobuilt 0e3264a
|
|
|
|
|
2019-01-16 05:08:35 +00:00
|
|
|
* Wed Jan 16 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-3.dev.git1b2f752
|
|
|
|
- autobuilt 1b2f752
|
|
|
|
|
2019-01-15 04:59:45 +00:00
|
|
|
* Tue Jan 15 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.1-2.dev.git6301f6a
|
|
|
|
- bump to 1.0.1
|
|
|
|
- autobuilt 6301f6a
|
|
|
|
|
2019-01-14 04:56:15 +00:00
|
|
|
* Mon Jan 14 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-3.dev.git140ae25
|
|
|
|
- autobuilt 140ae25
|
|
|
|
|
2019-01-12 05:16:30 +00:00
|
|
|
* Sat Jan 12 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-2.dev.git5c86efb
|
|
|
|
- bump to 0.12.2
|
|
|
|
- autobuilt 5c86efb
|
|
|
|
|
2019-01-11 22:50:16 +00:00
|
|
|
* Fri Jan 11 2019 bbaude <bbaude@redhat.com> - 1:1.0.0-1.dev.git82e8011
|
|
|
|
- Upstream 1.0.0 release
|
|
|
|
|
2019-01-10 05:06:32 +00:00
|
|
|
* Thu Jan 10 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-27.dev.git0f6535c
|
|
|
|
- autobuilt 0f6535c
|
|
|
|
|
2019-01-09 05:05:26 +00:00
|
|
|
* Wed Jan 09 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-26.dev.gitc9d63fe
|
|
|
|
- autobuilt c9d63fe
|
|
|
|
|
2019-01-08 05:06:51 +00:00
|
|
|
* Tue Jan 08 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-25.dev.gitfaa2462
|
|
|
|
- autobuilt faa2462
|
|
|
|
|
2019-01-07 05:06:10 +00:00
|
|
|
* Mon Jan 07 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-24.dev.gitb83b07c
|
|
|
|
- autobuilt b83b07c
|
|
|
|
|
2019-01-05 05:09:38 +00:00
|
|
|
* Sat Jan 05 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-23.dev.git4e0c0ec
|
|
|
|
- autobuilt 4e0c0ec
|
|
|
|
|
2019-01-04 05:06:31 +00:00
|
|
|
* Fri Jan 04 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-22.dev.git9ffd480
|
|
|
|
- autobuilt 9ffd480
|
|
|
|
|
2019-01-03 05:07:59 +00:00
|
|
|
* Thu Jan 03 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-21.dev.git098c134
|
|
|
|
- autobuilt 098c134
|
|
|
|
|
2019-01-01 04:53:57 +00:00
|
|
|
* Tue Jan 01 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-20.dev.git7438b7b
|
|
|
|
- autobuilt 7438b7b
|
|
|
|
|
2019-01-12 05:16:30 +00:00
|
|
|
* Sat Dec 29 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-1.nightly.git5c86efb9.dev.git1aa55ed
|
2018-12-29 04:51:33 +00:00
|
|
|
- autobuilt 1aa55ed
|
|
|
|
|
2019-01-12 05:16:30 +00:00
|
|
|
* Thu Dec 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2:0.12.2-1.nightly.git5c86efb8.dev.gitc50332d
|
2018-12-27 09:31:11 +00:00
|
|
|
- Enable python dependency generator
|
|
|
|
|
2019-01-12 05:16:30 +00:00
|
|
|
* Tue Dec 25 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-1.nightly.git5c86efb7.dev.gitc50332d
|
2018-12-25 05:01:21 +00:00
|
|
|
- autobuilt c50332d
|
|
|
|
|
2019-01-12 05:16:30 +00:00
|
|
|
* Mon Dec 24 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-1.nightly.git5c86efb6.dev.git8fe3050
|
2018-12-24 04:49:51 +00:00
|
|
|
- autobuilt 8fe3050
|
|
|
|
|
2019-01-12 05:16:30 +00:00
|
|
|
* Sun Dec 23 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-1.nightly.git5c86efb5.dev.git792f109
|
2018-12-23 04:48:36 +00:00
|
|
|
- autobuilt 792f109
|
|
|
|
|
2019-01-12 05:16:30 +00:00
|
|
|
* Sat Dec 22 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-1.nightly.git5c86efb4.dev.gitfe186c6
|
2018-12-22 04:48:34 +00:00
|
|
|
- autobuilt fe186c6
|
|
|
|
|
2019-01-12 05:16:30 +00:00
|
|
|
* Fri Dec 21 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-1.nightly.git5c86efb3.dev.gitfa998f2
|
2018-12-21 04:47:31 +00:00
|
|
|
- autobuilt fa998f2
|
|
|
|
|
2019-01-12 05:16:30 +00:00
|
|
|
* Thu Dec 20 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-1.nightly.git5c86efb2.dev.git6b059a5
|
2018-12-20 04:51:46 +00:00
|
|
|
- autobuilt 6b059a5
|
|
|
|
|
2019-01-12 05:16:30 +00:00
|
|
|
* Wed Dec 19 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-1.nightly.git5c86efb1.dev.gitc8eaf59
|
2018-12-19 05:00:19 +00:00
|
|
|
- autobuilt c8eaf59
|
|
|
|
|
2019-01-12 05:16:30 +00:00
|
|
|
* Tue Dec 18 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-1.nightly.git5c86efb0.dev.git68414c5
|
2018-12-18 04:46:59 +00:00
|
|
|
- autobuilt 68414c5
|
|
|
|
|
2018-12-17 04:45:55 +00:00
|
|
|
* Mon Dec 17 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-9.dev.gitb21d474
|
|
|
|
- autobuilt b21d474
|
|
|
|
|
2018-12-15 04:45:04 +00:00
|
|
|
* Sat Dec 15 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-8.dev.gitc086118
|
|
|
|
- autobuilt c086118
|
|
|
|
|
2018-12-14 04:55:02 +00:00
|
|
|
* Fri Dec 14 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-7.dev.git93b5ccf
|
|
|
|
- autobuilt 93b5ccf
|
|
|
|
|
2018-12-13 04:43:22 +00:00
|
|
|
* Thu Dec 13 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-6.dev.git508388b
|
|
|
|
- autobuilt 508388b
|
|
|
|
|
2018-12-12 04:55:38 +00:00
|
|
|
* Wed Dec 12 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-5.dev.git8a3361f
|
|
|
|
- autobuilt 8a3361f
|
|
|
|
|
2018-12-11 04:34:04 +00:00
|
|
|
* Tue Dec 11 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-4.dev.git235a630
|
|
|
|
- autobuilt 235a630
|
|
|
|
|
2018-12-08 04:55:14 +00:00
|
|
|
* Sat Dec 08 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-3.dev.git1f547b2
|
|
|
|
- autobuilt 1f547b2
|
|
|
|
|
2018-12-07 04:54:38 +00:00
|
|
|
* Fri Dec 07 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.12.2-2.dev.gita387c72
|
|
|
|
- bump to 0.12.2
|
|
|
|
- autobuilt a387c72
|
|
|
|
|
2018-12-06 04:54:54 +00:00
|
|
|
* Thu Dec 06 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.11.2-15.dev.git75b19ca
|
|
|
|
- autobuilt 75b19ca
|
|
|
|
|
2018-12-05 04:53:25 +00:00
|
|
|
* Wed Dec 05 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.11.2-14.dev.git320085a
|
|
|
|
- autobuilt 320085a
|
|
|
|
|
2018-12-04 04:53:46 +00:00
|
|
|
* Tue Dec 04 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.11.2-13.dev.git5f6ad82
|
|
|
|
- autobuilt 5f6ad82
|
|
|
|
|
2018-12-02 04:53:10 +00:00
|
|
|
* Sun Dec 02 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.11.2-12.dev.git41f250c
|
|
|
|
- autobuilt 41f250c
|
|
|
|
|
2018-12-01 04:52:14 +00:00
|
|
|
* Sat Dec 01 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.11.2-11.dev.git6b8f89d
|
|
|
|
- autobuilt 6b8f89d
|
|
|
|
|
2018-11-29 04:46:38 +00:00
|
|
|
* Thu Nov 29 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.11.2-10.dev.git3af62f6
|
|
|
|
- autobuilt 3af62f6
|
|
|
|
|
2018-11-27 04:37:06 +00:00
|
|
|
* Tue Nov 27 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.11.2-9.dev.git3956050
|
|
|
|
- autobuilt 3956050
|
|
|
|
|
2018-11-26 04:36:06 +00:00
|
|
|
* Mon Nov 26 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.11.2-8.dev.gite3ece3b
|
|
|
|
- autobuilt e3ece3b
|
|
|
|
|
2018-11-24 04:35:29 +00:00
|
|
|
* Sat Nov 24 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.11.2-7.dev.git78604c3
|
|
|
|
- autobuilt 78604c3
|
|
|
|
|
2018-11-22 04:43:27 +00:00
|
|
|
* Thu Nov 22 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.11.2-6.dev.git1fdfeb8
|
|
|
|
- autobuilt 1fdfeb8
|
|
|
|
|
2018-11-21 04:48:47 +00:00
|
|
|
* Wed Nov 21 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.11.2-5.dev.git23feb0d
|
|
|
|
- autobuilt 23feb0d
|
|
|
|
|
2018-11-20 04:47:37 +00:00
|
|
|
* Tue Nov 20 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.11.2-4.dev.gitea928f2
|
|
|
|
- autobuilt ea928f2
|
|
|
|
|
2018-11-17 04:43:47 +00:00
|
|
|
* Sat Nov 17 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.11.2-3.dev.gitcd5742f
|
|
|
|
- autobuilt cd5742f
|
|
|
|
|
2018-11-16 04:42:13 +00:00
|
|
|
* Fri Nov 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:0.11.2-2.dev.git236408b
|
|
|
|
- autobuilt 236408b
|
|
|
|
|
2018-11-15 03:41:51 +00:00
|
|
|
* Wed Nov 14 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:0.11.2-1.dev.git97bded4
|
|
|
|
- bump epoch cause previous version was messed up
|
|
|
|
- built 97bded4
|
|
|
|
|
2018-11-13 04:08:33 +00:00
|
|
|
* Tue Nov 13 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1:0.11.20.11.2-1.dev.git79657161
|
|
|
|
- bump to 0.11.2
|
|
|
|
- autobuilt 7965716
|
|
|
|
|
2018-11-10 15:30:54 +00:00
|
|
|
* Sat Nov 10 2018 Dan Walsh <dwalsh@redhat.com> - 1:0.11.20.11.2-2.dev.git78e6d8e1
|
|
|
|
- Remove dirty flag from podman version
|
|
|
|
|
|
|
|
|
2018-11-13 04:08:33 +00:00
|
|
|
* Sat Nov 10 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1:0.11.20.11.2-1.dev.git7965716.dev.git78e6d8e1
|
2018-11-10 04:05:48 +00:00
|
|
|
- bump to 0.11.2
|
|
|
|
- autobuilt 78e6d8e
|
|
|
|
|
2018-11-13 04:08:33 +00:00
|
|
|
* Fri Nov 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1:0.11.20.11.2-1.dev.git7965716.dev.git78e6d8e.dev.gitf5473c61
|
2018-11-09 04:04:15 +00:00
|
|
|
- bump to 0.11.2
|
|
|
|
- autobuilt f5473c6
|
|
|
|
|
2018-11-08 21:02:54 +00:00
|
|
|
* Thu Nov 08 2018 baude <bbaude@redhat.com> - 1:0.11.1-1.dev.gita4adfe5
|
|
|
|
- Upstream 0.11.1-1
|
|
|
|
|
2018-11-08 04:03:24 +00:00
|
|
|
* Thu Nov 08 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1:0.10.2-3.dev.git672f572
|
|
|
|
- autobuilt 672f572
|
|
|
|
|
2018-11-07 20:24:46 +00:00
|
|
|
* Wed Nov 07 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1:0.10.2-2.dev.gite9f8aed
|
|
|
|
- autobuilt e9f8aed
|
|
|
|
|
2018-10-28 22:45:03 +00:00
|
|
|
* Sun Oct 28 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.10.2-1.dev.git4955572
|
|
|
|
- Resolves: #1643744 - build podman with ostree support
|
|
|
|
- bump to v0.10.2
|
|
|
|
- built commit 4955572
|
|
|
|
|
2018-10-19 15:40:28 +00:00
|
|
|
* Fri Oct 19 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.10.1.3-3.dev.gitdb08685
|
|
|
|
- consistent epoch:version-release in changelog
|
|
|
|
|
2018-10-18 18:55:59 +00:00
|
|
|
* Thu Oct 18 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.10.1.3-2.dev.gitdb08685
|
|
|
|
- correct epoch mentions
|
|
|
|
|
2018-10-18 18:17:00 +00:00
|
|
|
* Thu Oct 18 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.10.1.3-1.dev.gitdb08685
|
|
|
|
- bump to v0.10.1.3
|
|
|
|
|
|
|
|
* Thu Oct 11 2018 baude <bbaude@redhat.com> - 1:0.10.1-1.gitda5c894
|
|
|
|
- Upstream v0.10.1 release
|
2018-10-11 21:25:58 +00:00
|
|
|
|
2018-09-28 15:09:00 +00:00
|
|
|
* Fri Sep 28 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.9.4-3.dev.gite7e81e6
|
|
|
|
- built libpod commit e7e81e6
|
|
|
|
- built conmon from cri-o commit 2cbe48b
|
|
|
|
|
2018-09-25 14:12:02 +00:00
|
|
|
* Tue Sep 25 2018 Dan Walsh <dwalsh@redhat.com> - 1:0.9.4-2.dev.gitaf791f3
|
|
|
|
- Fix required version of runc
|
|
|
|
|
2018-09-24 15:01:57 +00:00
|
|
|
* Mon Sep 24 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.9.4-1.dev.gitaf791f3
|
|
|
|
- bump to v0.9.4
|
|
|
|
- built af791f3
|
|
|
|
|
2018-09-19 02:44:56 +00:00
|
|
|
* Wed Sep 19 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.9.3-2.dev.gitc3a0874
|
|
|
|
- autobuilt c3a0874
|
|
|
|
|
2018-09-17 17:33:11 +00:00
|
|
|
* Mon Sep 17 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.9.3-1.dev.git28a2bf8
|
|
|
|
- bump to v0.9.3
|
|
|
|
- built commit 28a2bf82
|
|
|
|
|
2018-09-12 02:47:54 +00:00
|
|
|
* Tue Sep 11 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.9.1.1-1.dev.git95dbcad
|
|
|
|
- bump to v0.9.1.1
|
|
|
|
- built commit 95dbcad
|
|
|
|
|
2018-09-11 21:21:19 +00:00
|
|
|
* Tue Sep 11 2018 baude <bbaude@redhat.com> - 1:0.9.1-1.dev.git123de30
|
2018-09-11 21:13:27 +00:00
|
|
|
- Upstream release of 0.9.1
|
|
|
|
- Do not build with devicemapper
|
|
|
|
|
2018-09-04 16:26:48 +00:00
|
|
|
* Tue Sep 4 2018 Dan Walsh <dwalsh@redhat.com> - 1:0.8.5-5.git65c31d4
|
|
|
|
- Fix required version of runc
|
|
|
|
|
2018-09-04 13:59:42 +00:00
|
|
|
* Tue Sep 4 2018 Dan Walsh <dwalsh@redhat.com> - 1:0.8.5-4.dev.git65c31d4
|
|
|
|
- Fix rpm -qi podman to show the correct URL
|
|
|
|
|
2018-09-04 13:25:54 +00:00
|
|
|
* Tue Sep 4 2018 Dan Walsh <dwalsh@redhat.com> - 1:0.8.5-3.dev.git65c31d4
|
|
|
|
- Fix required version of runc
|
|
|
|
|
|
|
|
* Mon Sep 3 2018 Dan Walsh <dwalsh@redhat.com> - 1:0.8.5-2.dev.git65c31d4
|
2018-09-03 11:05:38 +00:00
|
|
|
- Add a specific version of runc or later to require
|
|
|
|
|
2018-08-30 13:25:40 +00:00
|
|
|
* Thu Aug 30 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.8.5-1.dev.git65c31d4
|
|
|
|
- bump to v0.8.5-dev
|
|
|
|
- built commit 65c31d4
|
|
|
|
- correct min dep on containernetworking-plugins for upgrade from
|
|
|
|
containernetworking-cni
|
|
|
|
|
2018-08-20 19:31:47 +00:00
|
|
|
* Mon Aug 20 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.8.3-4.dev.git3d55721f
|
|
|
|
- Resolves: #1619411 - python3-podman should require python3-psutil
|
|
|
|
- podman-docker should conflict with moby-engine
|
|
|
|
- require nftables
|
|
|
|
- recommend slirp4netns and fuse-overlayfs (latter only for kernel >= 4.18)
|
|
|
|
|
2018-08-12 10:30:14 +00:00
|
|
|
* Sun Aug 12 2018 Dan Walsh <dwalsh@redhat.com> - 1:0.8.3-3.dev.git3d55721f
|
|
|
|
- Add podman-docker support
|
|
|
|
- Force cgroupfs for non root podman
|
|
|
|
|
2018-08-12 04:29:38 +00:00
|
|
|
* Sun Aug 12 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.8.3-2.dev.git3d55721f
|
|
|
|
- Requires: conmon
|
2018-08-20 19:31:47 +00:00
|
|
|
- use default %%gobuild
|
2018-08-12 04:29:38 +00:00
|
|
|
|
2018-08-12 03:03:46 +00:00
|
|
|
* Sat Aug 11 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.8.3-1.dev.git3d55721f
|
|
|
|
- bump to v0.8.3-dev
|
|
|
|
- built commit 3d55721f
|
|
|
|
- bump Epoch to 1, cause my autobuilder messed up earlier
|
|
|
|
|
2018-08-01 05:16:59 +00:00
|
|
|
* Wed Aug 01 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.8.10.8.1-1.dev.git1a439f91
|
|
|
|
- bump to 0.8.1
|
|
|
|
- autobuilt 1a439f9
|
|
|
|
|
|
|
|
* Tue Jul 31 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.8.10.8.1-1.dev.git1a439f9.dev.git5a4e5901
|
2018-07-31 05:16:39 +00:00
|
|
|
- bump to 0.8.1
|
|
|
|
- autobuilt 5a4e590
|
|
|
|
|
2018-08-01 05:16:59 +00:00
|
|
|
* Sun Jul 29 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.8.10.8.1-1.dev.git1a439f9.dev.git5a4e590.dev.git433cbd51
|
2018-07-29 05:14:56 +00:00
|
|
|
- bump to 0.8.1
|
|
|
|
- autobuilt 433cbd5
|
|
|
|
|
2018-08-01 05:16:59 +00:00
|
|
|
* Sat Jul 28 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.8.10.8.1-1.dev.git1a439f9.dev.git5a4e590.dev.git433cbd5.dev.git87d8edb1
|
2018-07-28 05:13:50 +00:00
|
|
|
- bump to 0.8.1
|
|
|
|
- autobuilt 87d8edb
|
|
|
|
|
2018-07-27 18:49:49 +00:00
|
|
|
* Fri Jul 27 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.7.4-7.dev.git3dd577e
|
|
|
|
- fix python package version
|
|
|
|
|
2018-07-27 12:55:20 +00:00
|
|
|
* Fri Jul 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.4-6.dev.git3dd577e
|
|
|
|
- Rebuild for new binutils
|
|
|
|
|
2018-07-27 05:12:52 +00:00
|
|
|
* Fri Jul 27 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.4-5.dev.git3dd577e
|
|
|
|
- autobuilt 3dd577e
|
|
|
|
|
2018-07-26 05:12:40 +00:00
|
|
|
* Thu Jul 26 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.4-4.dev.git9c806a4
|
|
|
|
- autobuilt 9c806a4
|
|
|
|
|
2018-07-25 13:22:53 +00:00
|
|
|
* Wed Jul 25 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.4-3.dev.gitc90b740
|
|
|
|
- autobuilt c90b740
|
|
|
|
|
2018-07-24 12:35:52 +00:00
|
|
|
* Tue Jul 24 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.7.4-2.dev.git9a18681
|
|
|
|
- pypodman package exists only if varlink
|
|
|
|
|
2018-07-23 20:27:22 +00:00
|
|
|
* Mon Jul 23 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.7.4-1.dev.git9a18681
|
|
|
|
- bump to v0.7.4-dev
|
|
|
|
- built commit 9a18681
|
|
|
|
|
2018-07-23 19:14:09 +00:00
|
|
|
* Mon Jul 23 2018 Dan Walsh <dwalsh@redhat.com> - 0.7.3-2.dev.git06c546e
|
|
|
|
- Add Reccommeds container-selinux
|
|
|
|
|
2018-07-15 16:13:17 +00:00
|
|
|
* Sun Jul 15 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.7.3-1.dev.git06c546e
|
|
|
|
- built commit 06c546e
|
|
|
|
|
2018-07-14 12:09:26 +00:00
|
|
|
* Sat Jul 14 2018 Dan Walsh <dwalsh@redhat.com> - 0.7.2-10.dev.git86154b6
|
|
|
|
- Add install of pypodman
|
|
|
|
|
2018-07-13 22:40:36 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.2-9.dev.git86154b6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-07-12 05:05:53 +00:00
|
|
|
* Thu Jul 12 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.2-8.dev.git86154b6
|
|
|
|
- autobuilt 86154b6
|
|
|
|
|
2018-07-11 05:05:22 +00:00
|
|
|
* Wed Jul 11 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.2-7.dev.git84cfdb2
|
|
|
|
- autobuilt 84cfdb2
|
|
|
|
|
2018-07-10 05:04:18 +00:00
|
|
|
* Tue Jul 10 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.2-6.dev.git4f9b1ae
|
|
|
|
- autobuilt 4f9b1ae
|
|
|
|
|
2018-07-09 15:22:18 +00:00
|
|
|
* Mon Jul 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.2-5.gitc7424b6
|
|
|
|
- autobuilt c7424b6
|
|
|
|
|
2018-07-09 12:15:36 +00:00
|
|
|
* Mon Jul 09 2018 Dan Walsh <dwalsh@redhat.com> - 0.7.2-4.gitf661e1d
|
|
|
|
- Add ostree support
|
|
|
|
|
2018-07-09 05:04:21 +00:00
|
|
|
* Mon Jul 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.2-3.gitf661e1d
|
|
|
|
- autobuilt f661e1d
|
|
|
|
|
2018-07-08 05:02:52 +00:00
|
|
|
* Sun Jul 08 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.2-2.git0660108
|
|
|
|
- autobuilt 0660108
|
|
|
|
|
2018-07-07 05:02:25 +00:00
|
|
|
* Sat Jul 07 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.2-1.gitca6ffbc
|
|
|
|
- bump to 0.7.2
|
|
|
|
- autobuilt ca6ffbc
|
|
|
|
|
2018-07-06 05:01:27 +00:00
|
|
|
* Fri Jul 06 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.1-6.git99959e5
|
|
|
|
- autobuilt 99959e5
|
|
|
|
|
2018-07-05 05:00:41 +00:00
|
|
|
* Thu Jul 05 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.1-5.gitf2462ca
|
|
|
|
- autobuilt f2462ca
|
|
|
|
|
2018-07-04 05:01:34 +00:00
|
|
|
* Wed Jul 04 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.1-4.git6d8fac8
|
|
|
|
- autobuilt 6d8fac8
|
|
|
|
|
2018-07-03 05:00:28 +00:00
|
|
|
* Tue Jul 03 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.1-3.git767b3dd
|
|
|
|
- autobuilt 767b3dd
|
|
|
|
|
2018-07-02 16:22:53 +00:00
|
|
|
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 0.7.1-2.gitb96be3a
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
2018-06-30 04:58:04 +00:00
|
|
|
* Sat Jun 30 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.7.1-1.gitb96be3a
|
|
|
|
- bump to 0.7.1
|
|
|
|
- autobuilt b96be3a
|
|
|
|
|
2018-06-29 04:58:08 +00:00
|
|
|
* Fri Jun 29 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.5-6.gitd61d8a3
|
|
|
|
- autobuilt d61d8a3
|
|
|
|
|
2018-06-28 04:58:56 +00:00
|
|
|
* Thu Jun 28 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.5-5.gitfd12c89
|
|
|
|
- autobuilt fd12c89
|
|
|
|
|
2018-06-27 04:58:09 +00:00
|
|
|
* Wed Jun 27 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.5-4.git56133f7
|
|
|
|
- autobuilt 56133f7
|
|
|
|
|
2018-06-26 04:56:54 +00:00
|
|
|
* Tue Jun 26 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.5-3.git208b9a6
|
|
|
|
- autobuilt 208b9a6
|
|
|
|
|
2018-06-25 04:56:10 +00:00
|
|
|
* Mon Jun 25 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.5-2.gite89bbd6
|
|
|
|
- autobuilt e89bbd6
|
|
|
|
|
2018-06-23 05:09:15 +00:00
|
|
|
* Sat Jun 23 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.5-1.git7182339
|
|
|
|
- bump to 0.6.5
|
|
|
|
- autobuilt 7182339
|
|
|
|
|
2018-06-22 04:49:28 +00:00
|
|
|
* Fri Jun 22 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.4-7.git4bd0f22
|
|
|
|
- autobuilt 4bd0f22
|
|
|
|
|
2018-06-21 04:53:08 +00:00
|
|
|
* Thu Jun 21 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.4-6.git6804fde
|
|
|
|
- autobuilt 6804fde
|
|
|
|
|
2018-06-20 04:52:39 +00:00
|
|
|
* Wed Jun 20 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.4-5.gitf228cf7
|
|
|
|
- autobuilt f228cf7
|
|
|
|
|
2018-06-19 08:49:39 +00:00
|
|
|
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.6.4-4.git5645789
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
2018-06-19 04:53:11 +00:00
|
|
|
* Tue Jun 19 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.4-3.git5645789
|
|
|
|
- autobuilt 5645789
|
|
|
|
|
2018-06-18 04:53:16 +00:00
|
|
|
* Mon Jun 18 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.4-2.git9e13457
|
|
|
|
- autobuilt 9e13457
|
|
|
|
|
2018-06-16 04:53:07 +00:00
|
|
|
* Sat Jun 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.4-1.gitb43677c
|
|
|
|
- bump to 0.6.4
|
|
|
|
- autobuilt b43677c
|
|
|
|
|
2018-06-15 04:50:54 +00:00
|
|
|
* Fri Jun 15 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.3-6.git6bdf023
|
|
|
|
- autobuilt 6bdf023
|
|
|
|
|
2018-06-14 04:50:32 +00:00
|
|
|
* Thu Jun 14 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.3-5.git65033b5
|
|
|
|
- autobuilt 65033b5
|
|
|
|
|
2018-06-13 04:51:51 +00:00
|
|
|
* Wed Jun 13 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.3-4.git95ea3d4
|
|
|
|
- autobuilt 95ea3d4
|
|
|
|
|
2018-06-12 04:53:27 +00:00
|
|
|
* Tue Jun 12 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.3-3.gitab72130
|
|
|
|
- autobuilt ab72130
|
|
|
|
|
2018-06-11 04:47:58 +00:00
|
|
|
* Mon Jun 11 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.3-2.git1e9e530
|
|
|
|
- autobuilt 1e9e530
|
|
|
|
|
2018-06-09 04:47:56 +00:00
|
|
|
* Sat Jun 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.3-1.gitb78e7e4
|
|
|
|
- bump to 0.6.3
|
|
|
|
- autobuilt b78e7e4
|
|
|
|
|
2018-06-08 04:46:37 +00:00
|
|
|
* Fri Jun 08 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.2-7.git1cbce85
|
|
|
|
- autobuilt 1cbce85
|
|
|
|
|
2018-06-07 04:44:37 +00:00
|
|
|
* Thu Jun 07 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.2-6.gitb1ebad9
|
|
|
|
- autobuilt b1ebad9
|
|
|
|
|
2018-06-06 04:48:35 +00:00
|
|
|
* Wed Jun 06 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.2-5.git7b2b2bc
|
|
|
|
- autobuilt 7b2b2bc
|
|
|
|
|
2018-06-05 04:44:08 +00:00
|
|
|
* Tue Jun 05 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.2-4.git14cf6d2
|
|
|
|
- autobuilt 14cf6d2
|
|
|
|
|
2018-06-04 04:43:53 +00:00
|
|
|
* Mon Jun 04 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.2-3.gitcae49fc
|
|
|
|
- autobuilt cae49fc
|
|
|
|
|
2018-06-03 04:43:31 +00:00
|
|
|
* Sun Jun 03 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.2-2.git13f7450
|
|
|
|
- autobuilt 13f7450
|
|
|
|
|
2018-06-02 04:42:49 +00:00
|
|
|
* Sat Jun 02 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.2-1.git22e6f11
|
|
|
|
- bump to 0.6.2
|
|
|
|
- autobuilt 22e6f11
|
|
|
|
|
2018-06-01 04:46:25 +00:00
|
|
|
* Fri Jun 01 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.1-4.gita9e9fd4
|
|
|
|
- autobuilt a9e9fd4
|
|
|
|
|
2018-05-31 04:42:13 +00:00
|
|
|
* Thu May 31 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.1-3.gita127b4f
|
|
|
|
- autobuilt a127b4f
|
|
|
|
|
2018-05-30 04:41:00 +00:00
|
|
|
* Wed May 30 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.1-2.git8ee0f2b
|
|
|
|
- autobuilt 8ee0f2b
|
|
|
|
|
2018-05-26 01:45:02 +00:00
|
|
|
* Sat May 26 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.6.1-1.git44d1c1c
|
|
|
|
- bump to 0.6.1
|
|
|
|
- autobuilt 44d1c1c
|
|
|
|
|
2018-05-18 15:18:40 +00:00
|
|
|
* Fri May 18 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.5.3-7.gitc54b423
|
|
|
|
- make python3-podman the same version as the main package
|
|
|
|
- build python3-podman only for fedora >= 28
|
|
|
|
|
2018-05-18 04:33:31 +00:00
|
|
|
* Fri May 18 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.5.3-6.gitc54b423
|
|
|
|
- autobuilt c54b423
|
|
|
|
|
2018-05-17 03:58:22 +00:00
|
|
|
* Wed May 16 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.5.3-5.git624660c
|
|
|
|
- built commit 624660c
|
|
|
|
- New subapackage: python3-podman
|
|
|
|
|
2018-05-16 15:26:31 +00:00
|
|
|
* Wed May 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.5.3-4.git9fcc475
|
|
|
|
- autobuilt 9fcc475
|
|
|
|
|
2018-05-16 04:31:24 +00:00
|
|
|
* Wed May 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.5.3-3.git0613844
|
|
|
|
- autobuilt 0613844
|
|
|
|
|
2018-05-15 04:30:54 +00:00
|
|
|
* Tue May 15 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.5.3-2.git45838b9
|
|
|
|
- autobuilt 45838b9
|
|
|
|
|
2018-05-11 18:07:06 +00:00
|
|
|
* Fri May 11 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.5.3-1.git07253fc
|
|
|
|
- bump to v0.5.3
|
|
|
|
- built commit 07253fc
|
|
|
|
|
2018-05-11 04:31:27 +00:00
|
|
|
* Fri May 11 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.5.2-5.gitcc1bad8
|
|
|
|
- autobuilt cc1bad8
|
|
|
|
|
2018-05-09 04:29:39 +00:00
|
|
|
* Wed May 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.5.2-4.git2526355
|
|
|
|
- autobuilt 2526355
|
|
|
|
|
2018-05-08 04:27:29 +00:00
|
|
|
* Tue May 08 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.5.2-3.gitfaa8c3e
|
|
|
|
- autobuilt faa8c3e
|
|
|
|
|
2018-05-06 04:26:44 +00:00
|
|
|
* Sun May 06 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.5.2-2.gitfa4705c
|
|
|
|
- autobuilt fa4705c
|
|
|
|
|
2018-05-05 04:26:25 +00:00
|
|
|
* Sat May 05 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.5.2-1.gitbb0e754
|
|
|
|
- bump to 0.5.2
|
|
|
|
- autobuilt bb0e754
|
|
|
|
|
2018-05-04 04:24:38 +00:00
|
|
|
* Fri May 04 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.5.1-5.git5ae940a
|
|
|
|
- autobuilt 5ae940a
|
|
|
|
|
2018-05-02 21:24:43 +00:00
|
|
|
* Wed May 02 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.5.1-4.git64dc803
|
|
|
|
- autobuilt commit 64dc803
|
|
|
|
|
2018-05-02 04:23:53 +00:00
|
|
|
* Wed May 02 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.5.1-3.git970eaf0
|
|
|
|
- autobuilt commit 970eaf0
|
|
|
|
|
2018-05-01 04:22:46 +00:00
|
|
|
* Tue May 01 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.5.1-2.git7a0a855
|
|
|
|
- autobuilt commit 7a0a855
|
|
|
|
|
2018-04-29 18:09:14 +00:00
|
|
|
* Sun Apr 29 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.5.1-1.giteda0fd7
|
|
|
|
- reflect version number correctly
|
|
|
|
- my builder script error ended up picking the wrong version number previously
|
|
|
|
|
2018-04-29 04:22:16 +00:00
|
|
|
* Sun Apr 29 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-5.giteda0fd7
|
|
|
|
- autobuilt commit eda0fd7
|
|
|
|
|
2018-04-28 04:21:58 +00:00
|
|
|
* Sat Apr 28 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-4.git6774425
|
|
|
|
- autobuilt commit 6774425
|
|
|
|
|
2018-04-27 04:21:18 +00:00
|
|
|
* Fri Apr 27 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-3.git39a7a77
|
|
|
|
- autobuilt commit 39a7a77
|
|
|
|
|
2018-04-26 04:20:10 +00:00
|
|
|
* Thu Apr 26 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-2.git58cb8f7
|
|
|
|
- autobuilt commit 58cb8f7
|
|
|
|
|
2018-04-25 04:20:25 +00:00
|
|
|
* Wed Apr 25 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-1.gitbef93de
|
|
|
|
- bump to 0.4.2
|
|
|
|
- autobuilt commit bef93de
|
|
|
|
|
2018-04-24 20:11:21 +00:00
|
|
|
* Tue Apr 24 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.4.4-1.git398133e
|
|
|
|
- use correct version number
|
|
|
|
|
2018-04-24 19:41:38 +00:00
|
|
|
* Tue Apr 24 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-22.git398133e
|
|
|
|
- autobuilt commit 398133e
|
|
|
|
|
2018-04-22 04:19:39 +00:00
|
|
|
* Sun Apr 22 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-21.gitcf1d884
|
|
|
|
- autobuilt commit cf1d884
|
|
|
|
|
2018-04-20 17:26:03 +00:00
|
|
|
* Fri Apr 20 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-20.git9b457e3
|
|
|
|
- autobuilt commit 9b457e3
|
|
|
|
|
2018-04-25 04:20:25 +00:00
|
|
|
* Fri Apr 20 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-1.gitbef93de9.git228732d
|
2018-04-20 04:18:29 +00:00
|
|
|
- autobuilt commit 228732d
|
|
|
|
|
2018-04-25 04:20:25 +00:00
|
|
|
* Thu Apr 19 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-1.gitbef93de8.gitf2658ec
|
2018-04-19 15:05:44 +00:00
|
|
|
- autobuilt commit f2658ec
|
|
|
|
|
2018-04-25 04:20:25 +00:00
|
|
|
* Thu Apr 19 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-1.gitbef93de7.git6a9dbf3
|
2018-04-19 10:28:54 +00:00
|
|
|
- autobuilt commit 6a9dbf3
|
|
|
|
|
2018-04-25 04:20:25 +00:00
|
|
|
* Tue Apr 17 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-1.gitbef93de6.git96d1162
|
2018-04-17 18:45:08 +00:00
|
|
|
- autobuilt commit 96d1162
|
|
|
|
|
2018-04-25 04:20:25 +00:00
|
|
|
* Tue Apr 17 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-1.gitbef93de5.git96d1162
|
2018-04-17 18:03:50 +00:00
|
|
|
- autobuilt commit 96d1162
|
|
|
|
|
2018-04-25 04:20:25 +00:00
|
|
|
* Mon Apr 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-1.gitbef93de4.git6c5ebb0
|
2018-04-16 19:23:10 +00:00
|
|
|
- autobuilt commit 6c5ebb0
|
|
|
|
|
2018-04-25 04:20:25 +00:00
|
|
|
* Mon Apr 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-1.gitbef93de3.gitfa8442e
|
2018-04-16 15:00:01 +00:00
|
|
|
- autobuilt commit fa8442e
|
|
|
|
|
2018-04-25 04:20:25 +00:00
|
|
|
* Mon Apr 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-1.gitbef93de2.gitfa8442e
|
2018-04-16 03:43:37 +00:00
|
|
|
- autobuilt commit fa8442e
|
|
|
|
|
2018-04-25 04:20:25 +00:00
|
|
|
* Sun Apr 15 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-1.gitbef93de1.gitfa8442e
|
2018-04-15 19:32:43 +00:00
|
|
|
- autobuilt commit fa8442e
|
|
|
|
|
2018-04-25 04:20:25 +00:00
|
|
|
* Sat Apr 14 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-1.gitbef93de0.git62b59df
|
2018-04-14 19:29:05 +00:00
|
|
|
- autobuilt commit 62b59df
|
|
|
|
|
2018-04-13 19:28:57 +00:00
|
|
|
* Fri Apr 13 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-9.git191da31
|
|
|
|
- autobuilt commit 191da31
|
|
|
|
|
2018-04-12 19:32:42 +00:00
|
|
|
* Thu Apr 12 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-8.git6f51a5b
|
|
|
|
- autobuilt commit 6f51a5b
|
|
|
|
|
2018-04-11 19:26:17 +00:00
|
|
|
* Wed Apr 11 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-7.git77a1665
|
|
|
|
- autobuilt commit 77a1665
|
|
|
|
|
2018-04-10 19:27:22 +00:00
|
|
|
* Tue Apr 10 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-6.git864b9c0
|
|
|
|
- autobuilt commit 864b9c0
|
|
|
|
|
2018-04-10 15:06:59 +00:00
|
|
|
* Tue Apr 10 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-5.git864b9c0
|
|
|
|
- autobuilt commit 864b9c0
|
|
|
|
|
2018-04-10 03:41:27 +00:00
|
|
|
* Tue Apr 10 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-4.git998fd2e
|
|
|
|
- autobuilt commit 998fd2e
|
|
|
|
|
2018-04-08 20:39:09 +00:00
|
|
|
* Sun Apr 08 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-3.git998fd2e
|
|
|
|
- autobuilt commit 998fd2e
|
|
|
|
|
2018-04-08 17:15:30 +00:00
|
|
|
* Sun Apr 08 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.4.2-2.git998fd2e
|
|
|
|
- autobuilt commit 998fd2e
|
|
|
|
|
2018-04-25 04:20:25 +00:00
|
|
|
* Sun Apr 08 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.4.2-1.gitbef93de.git998fd2e
|
2018-04-08 02:38:18 +00:00
|
|
|
- bump to 0.4.2
|
|
|
|
- autobuilt commit 998fd2e
|
|
|
|
|
2018-03-29 18:26:02 +00:00
|
|
|
* Thu Mar 29 2018 baude <bbaude@redhat.com> - 0.3.5-2.gitdb6bf9e3
|
|
|
|
- Upstream release 0.3.5
|
|
|
|
|
2018-03-27 14:35:25 +00:00
|
|
|
* Tue Mar 27 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.3.5-1.git304bf53
|
|
|
|
- built commit 304bf53
|
|
|
|
|
2018-03-27 14:24:36 +00:00
|
|
|
* Fri Mar 23 2018 baude <bbaude@redhat.com> - 0.3.4-1.git57b403e
|
2018-03-23 18:15:18 +00:00
|
|
|
- Upstream release 0.3.4
|
|
|
|
|
2018-03-16 15:31:52 +00:00
|
|
|
* Fri Mar 16 2018 baude <bbaude@redhat.com> - 0.3.3-2.dev.gitbc358eb
|
|
|
|
- Upstream release 0.3.3
|
|
|
|
|
2018-03-14 18:08:03 +00:00
|
|
|
* Wed Mar 14 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.3.3-1.dev.gitbc358eb
|
|
|
|
- built podman commit bc358eb
|
|
|
|
- built conmon from cri-o commit 712f3b8
|
|
|
|
|
|
|
|
* Fri Mar 09 2018 baude <bbaude@redhat.com> - 0.3.2-1.gitf79a39a
|
2018-03-09 15:21:45 +00:00
|
|
|
- Release 0.3.2-1
|
|
|
|
|
2018-03-04 17:10:50 +00:00
|
|
|
* Sun Mar 04 2018 baude <bbaude@redhat.com> - 0.3.1-2.git98b95ff
|
|
|
|
- Correct RPM version
|
|
|
|
|
2018-03-02 20:51:29 +00:00
|
|
|
* Fri Mar 02 2018 baude <bbaude@redhat.com> - 0.3.1-1-gitc187538
|
2018-03-02 21:04:23 +00:00
|
|
|
- Release 0.3.1-1
|
2018-03-02 20:51:29 +00:00
|
|
|
|
2018-02-25 13:36:53 +00:00
|
|
|
* Sun Feb 25 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.2.2-2.git525e3b1
|
|
|
|
- Build on ARMv7 too (Fedora supports containers on that arch too)
|
|
|
|
|
2018-02-23 19:14:50 +00:00
|
|
|
* Fri Feb 23 2018 baude <bbaude@redhat.com> - 0.2.2-1.git525e3b1
|
|
|
|
- Release 0.2.2
|
|
|
|
|
2018-02-16 19:32:11 +00:00
|
|
|
* Fri Feb 16 2018 baude <bbaude@redhat.com> - 0.2.1-1.git3d0100b
|
|
|
|
- Release 0.2.1
|
|
|
|
|
2018-02-14 15:48:51 +00:00
|
|
|
* Wed Feb 14 2018 baude <bbaude@redhat.com> - 0.2-3.git3d0100b
|
|
|
|
- Add dep for atomic-registries
|
|
|
|
|
2018-02-13 18:56:20 +00:00
|
|
|
* Tue Feb 13 2018 baude <bbaude@redhat.com> - 0.2-2.git3d0100b
|
|
|
|
- Add more 64bit arches
|
|
|
|
- Add containernetworking-cni dependancy
|
|
|
|
- Add iptables dependancy
|
|
|
|
|
2018-02-12 18:38:00 +00:00
|
|
|
* Mon Feb 12 2018 baude <bbaude@redhat.com> - 0-2.1.git3d0100
|
|
|
|
- Release 0.2
|
|
|
|
|
2018-02-06 22:05:10 +00:00
|
|
|
* Tue Feb 06 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.3.git367213a
|
|
|
|
- Resolves: #1541554 - first official build
|
|
|
|
- built commit 367213a
|
|
|
|
|
|
|
|
* Fri Feb 02 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.2.git0387f69
|
|
|
|
- built commit 0387f69
|
|
|
|
|
|
|
|
* Wed Jan 10 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0-0.1.gitc1b2278
|
|
|
|
- First package for Fedora
|