Skip to content

Commit

Permalink
Merge pull request #1050 from yast/merge_SLE-15-SP3
Browse files Browse the repository at this point in the history
Do not restart services when the package is updated (SLE-15-SP4)
  • Loading branch information
teclator committed Jul 11, 2022
2 parents 76a6cf9 + 2669d00 commit a54f1d7
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.4.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.4.53
Version: 4.4.54
Release: 0
Summary: YaST2 - Installation Parts
License: GPL-2.0-only
Expand Down Expand Up @@ -182,7 +182,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

%files
%license COPYING
Expand Down

0 comments on commit a54f1d7

Please sign in to comment.