diff --git a/docker.spec b/docker.spec index ae31b6b..36a7bf0 100644 --- a/docker.spec +++ b/docker.spec @@ -100,7 +100,7 @@ Name: %{repo} Epoch: 2 %endif Version: 1.13.1 -Release: 56.git%{shortcommit_docker}%{?dist} +Release: 57.git%{shortcommit_docker}%{?dist} Summary: Automates deployment of containerized applications License: ASL 2.0 URL: https://%{provider}.%{provider_tld}/projectatomic/%{repo} @@ -1028,6 +1028,9 @@ exit 0 %{_unitdir}/%{repo}-lvm-plugin.* %changelog +* Wed Jun 06 2018 Frantisek Kluknavsky - 2:1.13.1-57.git6c336e4 +- remove outdated comment about docker_transition_unconfined + * Thu May 24 2018 Frantisek Kluknavsky - 2:1.13.1-56.git6c336e4 - rebased container-storage-setup to 0.11.0 commit 65f91d4 diff --git a/docker.sysconfig b/docker.sysconfig index 418a7ff..46c5e56 100644 --- a/docker.sysconfig +++ b/docker.sysconfig @@ -10,10 +10,6 @@ fi # from the atomic-registries package. # -# On an SELinux system, if you remove the --selinux-enabled option, you -# also need to turn on the docker_transition_unconfined boolean. -# setsebool -P docker_transition_unconfined 1 - # Location used for temporary files, such as those created by # docker load and build operations. Default is /var/lib/docker/tmp # Can be overriden by setting the following environment variable.