From: Jan Palus Date: Thu, 30 Dec 2021 14:10:40 +0000 (+0100) Subject: drop correct user/group in %postun; rel 6 X-Git-Tag: auto/th/domoticz-2021.1-6 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdomoticz.git;a=commitdiff_plain;h=f3eaf22 drop correct user/group in %postun; rel 6 --- diff --git a/domoticz.spec b/domoticz.spec index 7b8b8e2..eb9fe85 100644 --- a/domoticz.spec +++ b/domoticz.spec @@ -1,7 +1,7 @@ Summary: Open source Home Automation System Name: domoticz Version: 2021.1 -Release: 5 +Release: 6 License: GPLv3+ and ASL 2.0 and Boost and BSD and MIT Group: Base URL: http://www.domoticz.com @@ -143,8 +143,8 @@ rm -rf $RPM_BUILD_ROOT %postun if [ "$1" = "0" ]; then - %userremove mpd - %groupremove mpd + %userremove domoticz + %groupremove domoticz fi %systemd_reload