ad18be7c4c
When do Centos 7.5 upgraded, some patches didn't resolve and cause the fuzzy in the line numbers of the patches. And it may cause .orig file is created when do patch. And this .orig file will lead to rpm packaging failure due to the unexpected and unpackaged .orig file. Please visit below link to get more detail info: https://bugs.launchpad.net/starlingx/+bug/1794611 Solution: Safest solution is to de-fuzz our patches. Story: 2003389 Task: 26755 Change-Id: I46cbc0a80fff6561b5e21d75feb2bb1963ca62a6 Signed-off-by: slin14 <shuicheng.lin@intel.com>
27 lines
775 B
Diff
27 lines
775 B
Diff
From 804b1d2ae37de293c2859d37d1c2cc9885e9d09e Mon Sep 17 00:00:00 2001
|
|
From: Scott Little <scott.little@windriver.com>
|
|
Date: Mon, 20 Mar 2017 10:21:28 -0400
|
|
Subject: [PATCH 2/4] WRS:
|
|
0001-Adding-tmp-dir-under-lighttpd-chroot-environ.patch
|
|
|
|
---
|
|
SPECS/lighttpd.spec | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/SPECS/lighttpd.spec b/SPECS/lighttpd.spec
|
|
index 7acdc84..2f7b261 100644
|
|
--- a/SPECS/lighttpd.spec
|
|
+++ b/SPECS/lighttpd.spec
|
|
@@ -271,7 +271,7 @@ echo 'D /var/run/lighttpd 0750 lighttpd lighttpd -' > \
|
|
# WRS
|
|
CONFDIR=%{buildroot}%{_sysconfdir}/lighttpd
|
|
ROOTDIR=%{buildroot}/www
|
|
-
|
|
+install -d -m 1777 ${ROOTDIR}/tmp
|
|
install -d ${CONFDIR}/ssl
|
|
install -d ${ROOTDIR}/pages/dav
|
|
install -m 0640 %{SOURCE103} ${CONFDIR}/lighttpd.conf
|
|
--
|
|
2.7.4
|
|
|