diff --git a/rebootmgr.changes b/rebootmgr.changes index 110d894..f41e706 100644 --- a/rebootmgr.changes +++ b/rebootmgr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 27 13:59:47 UTC 2019 - Ignaz Forster + +- Fix %posttrans script returning an error code + ------------------------------------------------------------------- Mon Nov 4 15:32:45 CET 2019 - kukuk@suse.de diff --git a/rebootmgr.spec b/rebootmgr.spec index 119ee85..47a6c7f 100644 --- a/rebootmgr.spec +++ b/rebootmgr.spec @@ -1,7 +1,7 @@ # # spec file for package rebootmgr # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -74,7 +74,7 @@ test -f /etc/rebootmgr.conf.rpmsave && mv -v /etc/rebootmgr.conf.rpmsave /etc/re %service_del_postun rebootmgr.service %posttrans -test -f /etc/rebootmgr.conf.rpmsave && mv -v /etc/rebootmgr.conf.rpmsave /etc/rebootmgr.conf +test -f /etc/rebootmgr.conf.rpmsave && mv -v /etc/rebootmgr.conf.rpmsave /etc/rebootmgr.conf ||: %files %license COPYING COPYING.LIB