Accepting request 845760 from home:fbui:branches:devel:kubic:ignition
- Replace '%service_del_postun -n' with '%service_del_postun_without_restart' '-n' is deprecated and will be removed in the future. OBS-URL: https://build.opensuse.org/request/show/845760 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=70
This commit is contained in:
parent
5e7f8ff147
commit
2013d255f8
@ -47,6 +47,13 @@ Wed Mar 31 16:03:16 UTC 2021 - hello@anthonyrabbito.com
|
||||
* docs/migrating-configs: spell out Google Cloud Storage
|
||||
* release-checklist: update packaging section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 3 14:40:58 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- Replace '%service_del_postun -n' with '%service_del_postun_without_restart'
|
||||
|
||||
'-n' is deprecated and will be removed in the future.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 19 15:39:37 UTC 2020 - iforster@suse.de
|
||||
|
||||
|
@ -143,7 +143,7 @@ fi
|
||||
if [ "$1" = 0 ] ; then
|
||||
sed -i -E '/^GRUB_CMDLINE_LINUX_DEFAULT="/s/(\\\$)?ignition[._][^[:space:]"]+ ?//g' %{_sysconfdir}/default/grub
|
||||
fi
|
||||
%service_del_postun -n ignition-firstboot-complete.service
|
||||
%service_del_postun_without_restart ignition-firstboot-complete.service
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user