235365
%global debug_package   %{nil}
235365
235365
# container-selinux
235365
%global git0 https://github.com/containers/container-selinux
235365
235365
# container-selinux stuff (prefix with ds_ for version/release etc.)
235365
# Some bits borrowed from the openstack-selinux package
235365
%global selinuxtype targeted
235365
%global moduletype services
235365
%global modulenames container
235365
235365
# Usage: _format var format
235365
# Expand 'modulenames' into various formats as needed
235365
# Format must contain '$x' somewhere to do anything useful
235365
%global _format() export %1=""; for x in %{modulenames}; do %1+=%2; %1+=" "; done;
235365
235365
# Version of SELinux we were using
235365
%global selinux_policyver 3.14.3-9.el8
235365
235365
Epoch: 2
235365
Name: container-selinux
235365
Version: 2.158.0
235365
Release: 1%{?dist}
235365
License: GPLv2
235365
URL: %{git0}
235365
Summary: SELinux policies for container runtimes
235365
Source0: %{git0}/archive/v%{version}.tar.gz
235365
BuildArch: noarch
235365
BuildRequires: git
235365
BuildRequires: pkgconfig(systemd)
235365
BuildRequires: selinux-policy >= %{selinux_policyver}
235365
BuildRequires: selinux-policy-devel >= %{selinux_policyver}
235365
# RE: rhbz#1195804 - ensure min NVR for selinux-policy
235365
Requires: selinux-policy >= %{selinux_policyver}
235365
Requires(post): selinux-policy-base >= %{selinux_policyver}
235365
Requires(post): selinux-policy-targeted >= %{selinux_policyver}
235365
Requires(post): policycoreutils >= 2.5-11
235365
%if 0%{?rhel} > 7 || 0%{?fedora}
235365
Requires(post): policycoreutils-python-utils
235365
%else
235365
Requires(post): policycoreutils-python
235365
%endif
235365
Requires(post): libselinux-utils
235365
Requires(post): sed
235365
Obsoletes: %{name} <= 2:1.12.5-14
235365
Obsoletes: docker-selinux <= 2:1.12.4-28
235365
Provides: docker-selinux = %{epoch}:%{version}-%{release}
235365
Provides: docker-engine-selinux = %{epoch}:%{version}-%{release}
235365
235365
%description
235365
SELinux policy modules for use with container runtimes.
235365
235365
%prep
235365
%autosetup -Sgit
235365
235365
%build
235365
make
235365
235365
%install
235365
# install policy modules
235365
%_format MODULES $x.pp.bz2
235365
install -d %{buildroot}%{_datadir}/selinux/packages
235365
install -d -p %{buildroot}%{_datadir}/selinux/devel/include/services
235365
install -p -m 644 container.if %{buildroot}%{_datadir}/selinux/devel/include/services
235365
install -m 0644 $MODULES %{buildroot}%{_datadir}/selinux/packages
235365
install -d %{buildroot}/%{_datadir}/containers/selinux
235365
install -m 644 container_contexts %{buildroot}/%{_datadir}/containers/selinux/contexts
235365
235365
# remove spec file
235365
rm -rf %{name}.spec
235365
235365
%check
235365
235365
%pre
235365
%selinux_relabel_pre -s %{selinuxtype}
235365
235365
%post
235365
# Install all modules in a single transaction
235365
if [ $1 -eq 1 ]; then
235365
   %{_sbindir}/setsebool -P -N virt_use_nfs=1 virt_sandbox_use_all_caps=1
235365
fi
235365
%_format MODULES %{_datadir}/selinux/packages/$x.pp.bz2
235365
%{_sbindir}/semodule -n -s %{selinuxtype} -r container 2> /dev/null
235365
%{_sbindir}/semodule -n -s %{selinuxtype} -d docker 2> /dev/null
235365
%{_sbindir}/semodule -n -s %{selinuxtype} -d gear 2> /dev/null
235365
%selinux_modules_install -s %{selinuxtype} $MODULES
235365
. %{_sysconfdir}/selinux/config
235365
sed -e "\|container_file_t|h; \${x;s|container_file_t||;{g;t};a\\" -e "container_file_t" -e "}" -i /etc/selinux/${SELINUXTYPE}/contexts/customizable_types > /dev/null 2>&1
235365
matchpathcon -qV %{_sharedstatedir}/containers || restorecon -R %{_sharedstatedir}/containers &> /dev/null || :
235365
235365
%postun
235365
if [ $1 -eq 0 ]; then
235365
%selinux_modules_uninstall -s %{selinuxtype} %{modulenames} docker
235365
fi
235365
235365
%posttrans
235365
%selinux_relabel_post -s %{selinuxtype}
235365
235365
#define license tag if not already defined
235365
%{!?_licensedir:%global license %doc}
235365
235365
%files
235365
%doc README.md
235365
%{_datadir}/selinux/*
235365
%dir %{_datadir}/containers/selinux
235365
%{_datadir}/containers/selinux/contexts
235365
235365
%changelog
235365
* Fri Feb 12 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.158.0-1
235365
- update to https://github.com/containers/container-selinux/releases/tag/v2.158.0
235365
- Related: #1883490
235365
235365
* Fri Jan 15 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.156.0-1
235365
- update to
235365
  https://github.com/containers/container-selinux/releases/tag/v2.156.0
235365
- Related: #1883490
235365
235365
* Tue Jan 05 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.155.0-1
235365
- update to https://github.com/containers/container-selinux/releases/tag/v2.155.0
235365
- Related: #1883490
235365
235365
* Sat Jan 02 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.154.0-1
235365
- update to
235365
  https://github.com/containers/container-selinux/releases/tag/v2.154.0
235365
- Related: #1883490
235365
235365
* Sat Dec 26 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.153.0-1
235365
- update to
235365
  https://github.com/containers/container-selinux/releases/tag/v2.153.0
235365
- Related: #1883490
235365
235365
* Sat Dec 26 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.152.0-1
235365
- update to
235365
  https://github.com/containers/container-selinux/releases/tag/v2.152.0
235365
- Related: #1883490
235365
235365
* Tue Nov 03 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.151.0-1
235365
- update to https://github.com/containers/container-selinux/releases/tag/v2.151.0
235365
- Related: #1883490
235365
235365
* Fri Oct 23 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.150.0-1
235365
- update to https://github.com/containers/container-selinux/releases/tag/v2.150.0
235365
- Related: #1883490
235365
235365
* Wed Oct 21 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.145.0-1
235365
- synchronize with stream-container-tools-rhel8
235365
- Related: #1883490
235365
235365
* Thu Aug 13 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.144.0-1
235365
- update to https://github.com/containers/container-selinux/releases/tag/v2.144.0
235365
- Related: #1821193
235365
235365
* Mon Aug 10 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.143.0-1
235365
- update to https://github.com/containers/container-selinux/releases/tag/v2.143.0
235365
- Related: #1821193
235365
235365
* Sun Jul 26 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.142.0-1
235365
- update to https://github.com/containers/container-selinux/releases/tag/v2.142.0
235365
- Related: #1821193
235365
235365
* Sun Jul 19 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.139.0-1
235365
- update to https://github.com/containers/container-selinux/releases/tag/v2.139.0
235365
- Related: #1821193
235365
235365
* Fri Jul 10 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.138.0-1
235365
- update to https://github.com/containers/container-selinux/releases/tag/v2.138.0
235365
- Related: #1821193
235365
235365
* Fri Jun 12 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.137.0-1
235365
- update to https://github.com/containers/container-selinux/releases/tag/v2.137.0
235365
- Related: #1821193
235365
235365
* Sun May 31 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.135.0-1
235365
- update to https://github.com/containers/container-selinux/releases/tag/v2.135.0
235365
- Related: #1821193
235365
235365
* Fri May 29 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.134.0-1
235365
- update to https://github.com/containers/container-selinux/releases/tag/v2.134.0
235365
- Related: #1821193
235365
235365
* Tue May 12 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.132.0-1
235365
- synchronize containter-tools 8.3.0 with 8.2.1
235365
- Related: #1821193
235365
235365
* Tue Apr 07 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.130.0-1
235365
- update to https://github.com/containers/container-selinux/releases/tag/v2.130.0
235365
- don't use macros in changelog
235365
- Related: #1821193
235365
235365
* Wed Dec 11 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.124.0-1
235365
- update to 2.124.0
235365
- Related: RHELPLAN-25139
235365
235365
* Fri Dec 06 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.123.0-2
235365
- implement spec file refactoring by Zdenek Pytela, namely:
235365
  Change the uninstall command in the %%postun section of the specfile
235365
  to use the %%selinux_modules_uninstall macro which uses priority 200.
235365
  Change the install command in the %%post section if the specfile
235365
  to use the %%selinux_modules_install macro.
235365
  Replace relabel commands with using the %%selinux_relabel_pre and
235365
  %%selinux_relabel_post macros.
235365
  Change formatting so that the lines are vertically aligned
235365
  in the %%postun section.
235365
  (https://github.com/containers/container-selinux/pull/85)
235365
- Related: RHELPLAN-25139
235365
235365
* Tue Nov 26 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.123.0-1
235365
- update to 2.123.0
235365
- Related: RHELPLAN-25139
235365
235365
* Mon Nov 25 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.122.0-1
235365
- update to 2.122.0
235365
- Related: RHELPLAN-25139
235365
235365
* Thu Nov 21 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.119.0-3.gita233788
235365
- update to master container-selinux - bug 1769469
235365
- Related: RHELPLAN-25139
235365
235365
* Tue Nov 19 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.119.0-2
235365
- fix post scriptlet - fail if semodule fails - bug 1729272
235365
- Related: RHELPLAN-25139
235365
235365
* Fri Nov 08 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.119.0-1
235365
- update to 2.119.0
235365
- Related: RHELPLAN-25139
235365
235365
* Thu Oct 17 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.116-1
235365
- update to 2.116
235365
  Resolves: #1748519
235365
235365
* Tue Aug 13 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.107-2
235365
- Use at least selinux policy 3.14.3-9.el8,
235365
  Resolves: #1728700
235365
235365
* Fri Jun 14 2019 Lokesh Mandvekar <lsm5@redhat.com> - 2:2.107-1
235365
- Resolves: #1720654 - rebase to v2.107
235365
235365
* Mon Mar 11 2019 Lokesh Mandvekar <lsm5@redhat.com> - 2:2.89-1.git2521d0d
235365
- bump to v2.89
235365
235365
* Tue Nov 13 2018 Lokesh Mandvekar <lsm5@redhat.com> - 2:2.75-1.git99e2cfd
235365
- bump to v2.75
235365
- built commit 99e2cfd
235365
235365
* Mon Oct 22 2018 Lokesh Mandvekar <lsm5@redhat.com> - 2:2.74-1
235365
- Resolves: #1641655 - bump to v2.74
235365
- built commit a62c2db
235365
235365
* Tue Sep 18 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 2:2.73-3
235365
- tweak macro for fedora - applies to rhel8 as well
235365
235365
* Mon Sep 17 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 2:2.73-2
235365
- moved changelog entries:
235365
- Define spc_t as a container_domain, so that container_runtime will transition
235365
to spc_t even when setup with nosuid.
235365
- Allow container_runtimes to setattr on callers fifo_files
235365
- Fix restorecon to not error on missing directory
235365
235365
* Thu Sep 6 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.69-3
235365
- Make sure we pull in the latest selinux-policy
235365
235365
* Wed Jul 25 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.69-2
235365
- Add map support to container-selinux for RHEL 7.5
235365
- Dontudit attempts to write to kernel_sysctl_t
235365
235365
* Mon Jul 16 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.68-1
235365
- Add label for /var/lib/origin
235365
- Add customizable_file_t to customizable_types
235365
235365
* Sun Jul 15 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.67-1
235365
- Add policy for container_logreader_t
235365
235365
* Thu Jun 14 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.66-1
235365
- Allow dnsmasq to dbus chat with spc_t
235365
235365
* Sun Jun 3 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.64-1
235365
- Allow containers to create all socket classes
235365
235365
* Thu May 24 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.62-1
235365
- Label overlay directories under /var/lib/containers/ correctly
235365
235365
* Mon May 21 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.61-1
235365
- Allow spc_t to load kernel modules from inside of container 
235365
235365
* Mon May 21 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.60-1
235365
- Allow containers to list cgroup directories
235365
- Transition for unconfined_service_t to container_runtime_t when executing container_runtime_exec_t.
235365
235365
* Mon May 21 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.58-2
235365
- Run restorecon /usr/bin/podman in postinstall
235365
235365
* Fri May 18 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.58-1
235365
- Add labels to allow podman to be run from a systemd unit file
235365
235365
* Mon May 7 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.57-1
235365
- Set the version of SELinux policy required to the latest to fix build issues.
235365
235365
* Wed Apr 11 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.56-1
235365
- Allow container_runtime_t to transition to spc_t over unlabeled files
235365
235365
* Mon Mar 26 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.55-1
235365
    Allow iptables to read container state
235365
    Dontaudit attempts from containers to write to /proc/self
235365
    Allow spc_t to change attributes on container_runtime_t fifo files
235365
235365
* Thu Mar 8 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.52-1
235365
- Add better support for writing custom selinux policy for customer container domains.
235365
235365
* Thu Mar 8 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.51-1
235365
- Allow shell_exec_t as a container_runtime_t entrypoint
235365
235365
* Wed Mar 7 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.50-1
235365
- Allow bin_t as a container_runtime_t entrypoint
235365
235365
* Fri Mar 2 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.49-1
235365
- Add support for MLS running container runtimes
235365
- Add missing allow rules for running systemd in a container
235365
235365
* Wed Feb 21 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.48-1
235365
- Update policy to match master branch
235365
- Remove typebounds and replace with nnp_transition and nosuid_transition calls
235365
235365
* Tue Jan 9 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.41-1
235365
- Add support to nnp_transition for container domains
235365
- Eliminates need for typebounds.
235365
235365
* Tue Jan 9 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.40-1
235365
- Allow container_runtime_t to use user ttys
235365
- Fixes bounds check for container_t
235365
235365
* Mon Jan 8 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.39-1
235365
- Allow container runtimes to use interited terminals.  This helps
235365
satisfy the bounds check of container_t versus container_runtime_t.
235365
235365
* Sat Jan 6 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.38-1
235365
- Allow container runtimes to mmap container_file_t devices
235365
- Add labeling for rhel push plugin
235365
235365
* Tue Dec 12 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2.37-1
235365
- Allow containers to use inherited ttys
235365
- Allow ostree to handle labels under /var/lib/containers/ostree
235365
235365
* Mon Nov 27 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2.36-1
235365
- Allow containers to relabelto/from all file types to container_file_t
235365
235365
* Mon Nov 27 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2.35-1
235365
- Allow container to map chr_files labeled container_file_t
235365
235365
* Wed Nov 22 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2.34-1
235365
- Dontaudit container processes getattr on kernel file systems
235365
235365
* Sun Nov 19 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2.33-1
235365
- Allow containers to read /etc/resolv.conf and /etc/hosts if volume
235365
- mounted into container.
235365
235365
* Wed Nov 8 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2.32-1
235365
- Make sure users creating content in /var/lib with right labels
235365
235365
* Thu Oct 26 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2.31-1
235365
- Allow the container runtime to dbus chat with dnsmasq
235365
- add dontaudit rules for container trying to write to /proc
235365
235365
* Tue Oct 10 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2.29-1
235365
- Add support for lxcd
235365
- Add support for labeling of tmpfs storage created within a container.
235365
235365
* Mon Oct 9 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2.28-1
235365
- Allow a container to umount a container_file_t filesystem
235365
235365
* Fri Sep 22 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2.27-1
235365
-  Allow container runtimes to work with the netfilter sockets
235365
-  Allow container_file_t to be an entrypoint for VM's
235365
-  Allow spc_t domains to transition to svirt_t
235365
235365
* Fri Sep 22 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2.24-1
235365
-     Make sure container_runtime_t has all access of container_t
235365
235365
* Thu Sep 7 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2.23-1
235365
- Allow container runtimes to create sockets in tmp dirs
235365
235365
* Tue Sep 5 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2.22-1
235365
- Add additonal support for crio labeling.
235365
235365
* Mon Aug 14 2017 Troy Dawson <tdawson@redhat.com> - 2.21-3
235365
- Fixup spec file conditionals
235365
235365
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.21-2
235365
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
235365
235365
* Thu Jul 6 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2.21-1
235365
- Allow containers to execmod on container_share_t files.
235365
235365
* Thu Jul 6 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2.20-2
235365
- Relabel runc and crio executables
235365
235365
* Fri Jun 30 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2.20-1
235365
- Allow container processes to getsession
235365
235365
* Wed Jun 14 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:2.19-2.1
235365
- update release tag to isolate from 7.3
235365
235365
* Wed Jun 14 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2:2.19-1
235365
- Fix mcs transition problem on stdin/stdout/stderr
235365
- Add labels for CRI-O
235365
- Allow containers to use tunnel sockets
235365
235365
* Tue Jun 06 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:2.15-1.1
235365
- Resolves: #1451289
235365
- rebase to v2.15
235365
- built @origin/RHEL-1.12 commit 583ca40
235365
235365
* Mon Mar 20 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2:2.10-2.1
235365
- Make sure we have a late enough version of policycoreutils
235365
235365
* Mon Mar 6 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2:2.10-1
235365
- Update to the latest container-selinux patch from upstream
235365
- Label files under /usr/libexec/lxc as container_runtime_exec_t
235365
- Give container_t access to XFRM sockets
235365
- Allow spc_t to dbus chat with init system
235365
- Allow containers to read cgroup configuration mounted into a container
235365
235365
* Tue Feb 21 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:2.9-4
235365
- Resolves: #1425574
235365
- built commit 79a6d70
235365
235365
* Mon Feb 20 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:2.9-3
235365
- Resolves: #1420591
235365
- built @origin/RHEL-1.12 commit 8f876c4
235365
235365
* Mon Feb 13 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:2.9-2
235365
- built @origin/RHEL-1.12 commit 33cb78b
235365
235365
* Fri Feb 10 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:2.8-2
235365
-
235365
235365
* Tue Feb 07 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:2.7-1
235365
- built origin/RHEL-1.12 commit 21dd37b
235365
235365
* Fri Jan 20 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.4-2
235365
- correct version-release in changelog entries
235365
235365
* Thu Jan 19 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2:2.4-1
235365
- Add typebounds statement for container_t from container_runtime_t
235365
- We should only label runc not runc*
235365
235365
* Tue Jan 17 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2:2.3-1
235365
- Fix labeling on /usr/bin/runc.*
235365
- Add sandbox_net_domain access to container.te
235365
- Remove containers ability to look at /etc content
235365
235365
* Wed Jan 11 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.2-4
235365
- use upstream's RHEL-1.12 branch, commit 56c32da for CentOS 7
235365
235365
* Tue Jan 10 2017 Jonathan Lebon <jlebon@redhat.com> - 2:2.2-3
235365
- properly disable docker module in %%post
235365
235365
* Sat Jan 07 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.2-2
235365
- depend on selinux-policy-targeted
235365
- relabel docker-latest* files as well
235365
235365
* Fri Jan 06 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.2-1
235365
- bump to v2.2
235365
- additional labeling for ocid
235365
235365
* Fri Jan 06 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.0-2
235365
- install policy at level 200
235365
- From: Dan Walsh <dwalsh@redhat.com>
235365
235365
* Fri Jan 06 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.0-1
235365
- Resolves: #1406517 - bump to v2.0 (first upload to Fedora as a
235365
standalone package)
235365
- include projectatomic/RHEL-1.12 branch commit for building on centos/rhel
235365
235365
* Mon Dec 19 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.12.4-29
235365
- new package (separated from docker)