[Bug 1177039] [Build 20200927] sshd: service being disabled on upgrade from openssh to openssh-server
9 Oct
2020
9 Oct
'20
07:06
https://bugzilla.suse.com/show_bug.cgi?id=1177039 https://bugzilla.suse.com/show_bug.cgi?id=1177039#c6 --- Comment #6 from Franck Bui <fbui@suse.com> --- The only workaround I can think of is something like: -------- %pre <new-name> if <package_is_being_installed>; then rpm -q <old-name> && touch /run/<new-name>/package-is-renamed fi %post <new-name> if ! test -e /run/<new-name>/package-is-renamed; then # Assign 2 to $1 and pretend that a package update is on going. set 2 fi %service_add_post sshd.service rm -f /run/<new-name>/package-is-renamed --------- and yes that's pretty hackish. -- You are receiving this mail because: You are on the CC list for the bug.
1534
Age (days ago)
1534
Last active (days ago)
0 comments
1 participants
participants (1)
-
bugzilla_noreply@suse.com