forked from pool/docker
Accepting request 526985 from Virtualization:containers
1 OBS-URL: https://build.opensuse.org/request/show/526985 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=60
This commit is contained in:
commit
335659c13f
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 15 15:32:49 UTC 2017 - jmassaguerpla@suse.com
|
||||
|
||||
- fix /var/adm/update-message/docker file name to be
|
||||
/var/adm/update-message/docker-%{version}-%{release}
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 6 11:42:31 UTC 2017 - asarai@suse.com
|
||||
|
||||
|
@ -365,7 +365,7 @@ getent group docker >/dev/null || groupadd -r docker
|
||||
|
||||
%post
|
||||
if [ -e %{docker_migration_testfile} ]; then
|
||||
cp %{docker_migration_warnfile} /var/adm/update-messages/docker
|
||||
cp %{docker_migration_warnfile} /var/adm/update-messages/docker-%{version}-%{release}
|
||||
else
|
||||
if [ -e %{docker_migration_warnfile} ]; then
|
||||
rm %{docker_migration_warnfile}
|
||||
|
Loading…
Reference in New Issue
Block a user