[packages/domoticz] drop correct user/group in %postun; rel 6

atler atler at pld-linux.org
Thu Dec 30 15:11:31 CET 2021


commit f3eaf224a5a391fd07cfc68de7253327379b6bf0
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Dec 30 15:10:40 2021 +0100

    drop correct user/group in %postun; rel 6

 domoticz.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
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
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/domoticz.git/commitdiff/f3eaf224a5a391fd07cfc68de7253327379b6bf0



More information about the pld-cvs-commit mailing list