]> git.pld-linux.org Git - packages/domoticz.git/commitdiff
drop correct user/group in %postun; rel 6 auto/th/domoticz-2021.1-6
authorJan Palus <atler@pld-linux.org>
Thu, 30 Dec 2021 14:10:40 +0000 (15:10 +0100)
committerJan Palus <atler@pld-linux.org>
Thu, 30 Dec 2021 14:10:40 +0000 (15:10 +0100)
domoticz.spec

index 7b8b8e2e64b8611ab379d3b463e3491b914b7441..eb9fe85f7cf845a3dd934d8cb9e89ca50a763140 100644 (file)
@@ -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
 
This page took 0.11201 seconds and 4 git commands to generate.