rpms/tinyerp/FC-3 tinyerp.spec,1.7,1.8

Dan Horak (sharkcz) fedora-extras-commits at redhat.com
Wed Dec 14 14:24:30 UTC 2005


Author: sharkcz

Update of /cvs/extras/rpms/tinyerp/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4019

Modified Files:
	tinyerp.spec 
Log Message:
 - added fedora-usermgmt as Requires(postun) of the server package
 - changed shell for the tinyerp user to /bin/bash



Index: tinyerp.spec
===================================================================
RCS file: /cvs/extras/rpms/tinyerp/FC-3/tinyerp.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tinyerp.spec	11 Dec 2005 12:18:39 -0000	1.7
+++ tinyerp.spec	14 Dec 2005 14:24:27 -0000	1.8
@@ -3,7 +3,7 @@
 
 Name:		tinyerp
 Version:	3.1.1
-Release:	4%{?dist}
+Release:	5%{?dist}
 License:	GPL
 Group:		Applications/Productivity
 Summary:	Open Source ERP Client
@@ -38,6 +38,7 @@
 Requires:	python-psycopg, python-reportlab
 Requires:	graphviz, pyparsing, postgresql-server
 Requires(pre):	fedora-usermgmt
+Requires(postun):	fedora-usermgmt
 
 %description server
 Server components for Tiny ERP.
@@ -106,7 +107,7 @@
 
 %pre server
 /usr/sbin/fedora-groupadd 13 -r tinyerp &>/dev/null || :
-/usr/sbin/fedora-useradd 13 -r -s /sbin/nologin -d /var/spool/tinyerp -M \
+/usr/sbin/fedora-useradd 13 -r -s /bin/bash -d /var/spool/tinyerp -M \
 	-c 'TinyERP Server Owner' -g tinyerp tinyerp &>/dev/null || :
 
 exit 0
@@ -130,6 +131,10 @@
 
 
 %changelog
+* Wed Dec 14 2005 Dan Horak <dan at danny.cz> 3.1.1-5
+- added Requires(postun) to the -server package (Ville Skyttä)
+- tinyerp user requires a real shell
+
 * Sun Dec 11 2005 Dan Horak <dan at danny.cz> 3.1.1-4
 - moved Requires(pre) to the -server package (Ville Skyttä)
 




More information about the scm-commits mailing list