SHA256
1
0
forked from pool/apache2

Accepting request 149660 from home:dimstar:branches:openSUSE:Factory

Fix build in Facotry - ignore the -devel branch which had the urge to move in time

OBS-URL: https://build.opensuse.org/request/show/149660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2?expand=0&rev=65
This commit is contained in:
Stephan Kulow 2013-01-24 09:43:13 +00:00 committed by Git OBS Bridge
parent eafb46761a
commit 1ab8fcfc72
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 18 11:52:30 CET 2013 - mhrusecky@suse.cz
- use %set_permissions instead %run_permissions (bnc#764097)
-------------------------------------------------------------------
Wed Jul 25 11:32:34 UTC 2012 - saschpe@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package apache2
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -1077,7 +1077,11 @@ exit 0
%insserv_cleanup
%post
%if 0%{?suse_version} <= 1130
%run_permissions
%else
%set_permissions /usr/sbin/suexec2
%endif
%if 0%{?suse_version}
# a group wwwadmin has existed in the distant past, and it was renamed to www
if grep -q "^wwwadmin:" /etc/group; then