projects
/
platform
/
upstream
/
findutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b154a9b
)
packaging: remove old options to find hidden files
50/31850/1
accepted/tizen_3.0_ivi
accepted/tizen_base
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
tizen
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0_ivi
tizen_base
accepted/tizen/base/20151223.052250
accepted/tizen/common/20141216.093333
accepted/tizen/ivi/20141231.083126
accepted/tizen/mobile/20141223.035633
accepted/tizen/tv/20141223.015045
accepted/tizen/wearable/20141223.005246
submit/tizen/20141211.135408
submit/tizen_base/20151223.111111
submit/tizen_base/20151223.111112
submit/tizen_common/20151015.190624
submit/tizen_common/20151019.135620
submit/tizen_ivi/20141225.333333
submit/tizen_mobile/20141222.012643
submit/tizen_tv/20141222.012808
submit/tizen_wearable/20141222.012803
tizen_3.0.m1_mobile_release
tizen_3.0.m1_tv_release
tizen_3.0.m2.a1_mobile_release
tizen_3.0.m2.a1_tv_release
tizen_3.0_ivi_release
author
Chanho Park
<chanho61.park@samsung.com>
Thu, 11 Dec 2014 06:24:25 +0000
(15:24 +0900)
committer
Chanho Park
<chanho61.park@samsung.com>
Thu, 11 Dec 2014 06:24:25 +0000
(15:24 +0900)
Due to old options, we can't find some hidden files such as starting
"..*". I remove the old options because we don't need them anymore.
Change-Id: I93e865d8e3be390a66c278403691fa0dab26aa05
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
packaging/findutils.spec
patch
|
blob
|
history
diff --git
a/packaging/findutils.spec
b/packaging/findutils.spec
index
17dfb6b
..
d07959f
100644
(file)
--- a/
packaging/findutils.spec
+++ b/
packaging/findutils.spec
@@
-48,10
+48,7
@@
export DEFAULT_ARG_SIZE="(31u * 1024u)"
%endif
%configure \
--libexecdir=%{_libdir}/find \
- --localstatedir=/var/lib \
- --without-included-regex \
- --without-fts \
- --enable-d_type-optimisation
+ --localstatedir=/var/lib
%{__make} %{?_smp_mflags}
%check