Hello,
My team is building and maintaining a fairly complex software stack that is being packaged via rpm. As part of the requirements, the service provided by the .rpm file must be stopped prior to installation / update of the package.
Is there any supported / recommended way to do this? Currently the team uses the %pre section to check if the service is running and fail if so, but this seems a bit ugly.
On 10/25/2016 04:23 PM, jhally@gmail.com wrote:
Hello,
My team is building and maintaining a fairly complex software stack that is being packaged via rpm. As part of the requirements, the service provided by the .rpm file must be stopped prior to installation / update of the package.
Is there any supported / recommended way to do this? Currently the team uses the %pre section to check if the service is running and fail if so, but this seems a bit ugly. _______________________________________________ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-leave@lists.fedoraproject.org
This question is better suited for the fedora-devel list.
Thanks, Laura
Thanks! Moved this topic to devel.
Jeff
On Tue, Oct 25, 2016 at 7:42 PM, Laura Abbott labbott@redhat.com wrote:
On 10/25/2016 04:23 PM, jhally@gmail.com wrote:
Hello,
My team is building and maintaining a fairly complex software stack that is being packaged via rpm. As part of the requirements, the service provided by the .rpm file must be stopped prior to installation / update of the package.
Is there any supported / recommended way to do this? Currently the team uses the %pre section to check if the service is running and fail if so, but this seems a bit ugly. _______________________________________________ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-leave@lists.fedoraproject.org
This question is better suited for the fedora-devel list.
Thanks, Laura
kernel@lists.fedoraproject.org