Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
http-testing
>
httpd
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 17
[-]
[+]
Changed
httpd.spec
@@ -52,7 +52,7 @@ Patch26: httpd-2.4.1-suenable.patch License: ASL 2.0 Group: System Environment/Daemons -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +BuildRoot: %{_tmppath}/%{real_name}-%{version}-%{release}-root BuildRequires: autoconf, perl, pkgconfig, findutils, xmlto, lynx BuildRequires: zlib-devel, libselinux-devel, lua-devel BuildRequires: apr-devel >= 1.2.0, apr-util-devel >= 1.2.0, pcre-devel >= 5.0 @@ -381,21 +381,21 @@ # Register the httpd service if [ $1 -eq 1 ] ; then # Initial installation - chkconfig ${name} on >/dev/null 2>&1 || : + chkconfig ${real_name} on >/dev/null 2>&1 || : fi %preun if [ $1 -eq 0 ] ; then # Package removal, not upgrade - chkconfig ${name} > /dev/null 2>&1 || : + chkconfig ${real_name} > /dev/null 2>&1 || : fi %postun -service ${name} restart 2>&1 || : +service ${real_name} restart 2>&1 || : /sbin/chkconfig --del httpd >/dev/null 2>&1 || : %posttrans -service ${name} restart 2>&1 || : +service ${real_name} restart 2>&1 || : %define sslcert %{_sysconfdir}/pki/tls/certs/localhost.crt %define sslkey %{_sysconfdir}/pki/tls/private/localhost.key