SPECS: nginx.spec - added "Provides" section
sardzent
sardzent at pld-linux.org
Thu Sep 6 11:18:52 CEST 2007
Author: sardzent Date: Thu Sep 6 09:18:52 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added "Provides" section
---- Files affected:
SPECS:
nginx.spec (1.25 -> 1.26)
---- Diffs:
================================================================
Index: SPECS/nginx.spec
diff -u SPECS/nginx.spec:1.25 SPECS/nginx.spec:1.26
--- SPECS/nginx.spec:1.25 Thu Sep 6 11:06:42 2007
+++ SPECS/nginx.spec Thu Sep 6 11:18:47 2007
@@ -2,7 +2,6 @@
# TODO
# - more bconds (??)
# - subpackage with error pages
-# - missing Provides user/group
# Conditional build for nginx:
%bcond_with stub_status # stats module
%bcond_with rtsig
@@ -47,6 +46,9 @@
Requires(pre): /usr/sbin/groupadd
Requires(pre): /usr/sbin/useradd
Requires: rc-scripts
+Provides: group(http)
+Provides: group(nginx)
+Provides: user(nginx)
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _sysconfdir /etc/%{name}
@@ -198,6 +200,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.26 2007/09/06 09:18:47 sardzent
+- added "Provides" section
+
Revision 1.25 2007/09/06 09:06:42 glen
- todo, adapter
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nginx.spec?r1=1.25&r2=1.26&f=u
More information about the pld-cvs-commit
mailing list