Skip to content

Commit

Permalink
Merge pull request #1048 from yast/service_del_postun_without_restart
Browse files Browse the repository at this point in the history
Do not restart services when the package is updated
  • Loading branch information
teclator committed Jul 11, 2022
2 parents 9ff133d + 4c09bf2 commit 3800380
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions package/yast2-installation.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jun 15 11:28:30 UTC 2022 - Knut Anderssen <kanderssen@suse.com>

- Do not restart services when updating the package (bsc#1199480,
bsc#1200274)
-4.3.54

-------------------------------------------------------------------
Mon May 23 15:42:10 UTC 2022 - Knut Anderssen <kanderssen@suse.com>

Expand Down
4 changes: 2 additions & 2 deletions package/yast2-installation.spec
Expand Up @@ -16,7 +16,7 @@
#

Name: yast2-installation
Version: 4.3.53
Version: 4.3.54
Release: 0
Group: System/YaST
License: GPL-2.0-only
Expand Down Expand Up @@ -191,7 +191,7 @@ systemctl enable YaST2-Firstboot.service
%service_del_preun YaST2-Second-Stage.service YaST2-Firstboot.service

%postun
%service_del_postun YaST2-Second-Stage.service YaST2-Firstboot.service
%service_del_postun_without_restart YaST2-Second-Stage.service YaST2-Firstboot.service

#suse_version
%endif
Expand Down

0 comments on commit 3800380

Please sign in to comment.