![](https://seccdn.libravatar.org/avatar/a961d54b41a44a48c5241aab3571178f.jpg?s=120&d=mm&r=g)
23 Jul
2010
23 Jul
'10
20:23
A runlevel script X without further dependencies was split into X and Y. Now Y needs to be started before X. Both scripts are in the same rpm package. Adding '# Required-Start: Y' to script X will break updating the package because there seems to be no way to get Y enabled during the package update. For fresh install this may work. %post %{fillup_and_insserv -y -n Y Y} %{fillup_and_insserv -y -n X X} But for upgrade there is appearently no way to enable Y only if X is already active. How is this situation supposed to be handled, cleanly? Olaf -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org