rpms/tinyerp/FC-4 tinyerp.spec,1.9,1.10

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


Author: sharkcz

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

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-4/tinyerp.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- tinyerp.spec	11 Dec 2005 12:20:51 -0000	1.9
+++ tinyerp.spec	14 Dec 2005 14:26:17 -0000	1.10
@@ -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