Hello community,

here is the log from the commit of package nginx for openSUSE:Factory checked 
in at 2012-12-14 09:56:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nginx (Old)
 and      /work/SRC/openSUSE:Factory/.nginx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nginx", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/nginx/nginx.changes      2012-11-25 
13:11:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.nginx.new/nginx.changes 2012-12-14 
09:56:11.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Dec  5 12:09:58 UTC 2012 - [email protected]
+
+- add Provides: httpd and http_daemon, so a "Requires: httpd" 
+  or "Suggests: httpd" doesn't only resolve to apache2 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nginx.spec ++++++
--- /var/tmp/diff_new_pack.U7deuS/_old  2012-12-14 09:56:13.000000000 +0100
+++ /var/tmp/diff_new_pack.U7deuS/_new  2012-12-14 09:56:13.000000000 +0100
@@ -23,7 +23,7 @@
 %define pkg_name nginx
 #
 %define ngx_prefix     %{_prefix}
-%define ngx_sbindir    %{_sbindir}/nginx
+%define ngx_sbin_path  %{_sbindir}/nginx
 %define ngx_conf_dir   %{_sysconfdir}/nginx
 %define ngx_conf_path  %{ngx_conf_dir}/nginx.conf
 %define ngx_log_dir    /var/log/nginx
@@ -102,6 +102,8 @@
 Summary:        A HTTP server and IMAP/POP3 proxy server
 License:        BSD-2-Clause
 Group:          Productivity/Networking/Web/Proxy
+Provides:       http_daemon
+Provides:       httpd
 
 %description
 nginx [engine x] is a HTTP server and IMAP/POP3 proxy server written by Igor 
Sysoev.
@@ -127,7 +129,7 @@
 %endif
 ./configure                                    \
   --prefix=%{ngx_prefix}/                      \
-  --sbin-path=%{ngx_sbindir}                   \
+  --sbin-path=%{ngx_sbin_path}                 \
   --conf-path=%{ngx_conf_path}                 \
   --error-log-path=%{ngx_error_log}            \
   --http-log-path=%{ngx_access_log}            \
@@ -255,7 +257,7 @@
 %config %{ngx_conf_dir}/uwsgi_params.default
 %{perl_vendorarch}/auto/nginx/
 %{perl_vendorarch}/nginx.pm
-%{ngx_sbindir}
+%{ngx_sbin_path}
 %{_mandir}/man3/nginx.3pm*
 /srv/www/htdocs/50x.html
 %if 0%{?suse_version} && 0%{?suse_version} < 1140

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to