SPECS: nginx.spec - warning about new config files - nginx should ...
sardzent
sardzent at pld-linux.org
Sat Dec 1 19:14:36 CET 2007
Author: sardzent Date: Sat Dec 1 18:14:36 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- warning about new config files
- nginx should have own group and work with it, or be compiled with http group
---- Files affected:
SPECS:
nginx.spec (1.68 -> 1.69)
---- Diffs:
================================================================
Index: SPECS/nginx.spec
diff -u SPECS/nginx.spec:1.68 SPECS/nginx.spec:1.69
--- SPECS/nginx.spec:1.68 Fri Nov 30 23:15:34 2007
+++ SPECS/nginx.spec Sat Dec 1 19:14:31 2007
@@ -2,8 +2,8 @@
# TODO
# - /etc/sysconfig/nginx file
# - missing perl build/install requires
-# - prepare pld style like nginx.conf
-# - maybe -with-cpu-opt=CPU (pentium, pentiumpro, pentium3, pentium4, athlon, opteron, amd64, sparc32, sparc64, ppc64)
+# - maybe -with-cpu-opt=CPU (pentium, pentiumpro, pentium3, pentium4, athlon, opteron, amd64, sparc32, sparc64, ppc64) ?
+# - nginx should have own group (and work with it) or use http group ?
#
# Conditional build for nginx:
%bcond_without light # don't build light version
@@ -189,6 +189,9 @@
Requires(postun): /usr/sbin/groupdel
Requires(postun): /usr/sbin/userdel
Requires: %{name} = %{version}-%{release}
+Requires: openssl
+Provides: group(http)
+Provides: group(nginx)
Provides: nginx-daemon
Conflicts: logrotate < 3.7-4
@@ -226,10 +229,10 @@
Requires: monit
%description -n monit-rc-nginx
-monitrc file for monitoring Nginx webserver server.
+monitrc file for monitoring nginx webserver server.
%description -n monit-rc-nginx -l pl.UTF-8
-Plik monitrc do monitorowania serwera WWW Nginx.
+Plik monitrc do monitorowania serwera WWW nginx.
%prep
%setup -q
@@ -449,6 +452,7 @@
echo "Run \"/etc/rc.d/init.d/nginx-standard start\" to start nginx daemon."
fi
fi
+echo "Notice now deamon is usign \"/etc/nginx/nginx-standard.conf\" file"
%post light
for a in access.log error.log; do
@@ -466,6 +470,7 @@
echo "Run \"/etc/rc.d/init.d/nginx-light start\" to start nginx daemon."
fi
fi
+echo "Notice now deamon is usign \"/etc/nginx/nginx-light.conf\" file"
%post perl
for a in access.log error.log; do
@@ -483,6 +488,7 @@
echo "Run \"/etc/rc.d/init.d/nginx-perl start\" to start nginx daemon."
fi
fi
+echo "Notice now deamon is usign \"/etc/nginx/nginx-perl.conf\" file"
%post mail
for a in access.log error.log; do
@@ -500,6 +506,7 @@
echo "Run \"/etc/rc.d/init.d/nginx-mail start\" to start nginx daemon."
fi
fi
+echo "Notice now deamon is usign \"/etc/nginx/nginx-mail.conf\" file"
%preun standard
if [ "$1" = "0" ];then
@@ -614,6 +621,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.69 2007-12-01 18:14:31 sardzent
+- warning about new config files
+- nginx should have own group and work with it, or be compiled with http group
+
Revision 1.68 2007-11-30 22:15:34 sardzent
- a little bit of adapter
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nginx.spec?r1=1.68&r2=1.69&f=u
More information about the pld-cvs-commit
mailing list