<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>35200</bug_id>
          
          <creation_ts>2018-07-31 18:51:27 +0300</creation_ts>
          <short_desc>Собирается с hadoop, хотя вроде бы не должен</short_desc>
          <delta_ts>2018-07-31 19:55:54 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>apache-commons-vfs</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>NOTABUG</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ivan A. Melnikov">iv</reporter>
          <assigned_to name="viy">viy</assigned_to>
          <cc>viy</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>173083</commentid>
    <comment_count>0</comment_count>
    <who name="Ivan A. Melnikov">iv</who>
    <bug_when>2018-07-31 18:51:27 +0300</bug_when>
    <thetext>В сборочных зависимостях apache-commons-vfs есть hadoop, хотя в спеке и есть строка

%bcond_without hadoop

Предпологаю, что в определении макроса bcond_without опечатка:

 %define bcond_with() %{expand:%%{?_with_%{1}:%%global with_%{1} 1}}
-%define bcond_without() %{expand:%%{!?_without_%{1}:%%global with_%{1} 1}}
+%define bcond_without() %{expand:%%{!?_without_%{1}:%%global without_%{1} 1}}</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>173084</commentid>
    <comment_count>1</comment_count>
    <who name="viy">viy</who>
    <bug_when>2018-07-31 19:55:54 +0300</bug_when>
    <thetext>Нет, все правильно.
это для нас непривычно, но так принято во многих дистрибутивах.
идея в том, что если в спеке есть %bcond_without hadoop,
то rpmbuild можно вызвать с опцией --without hadoop, чтобы собрать без hadoop.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>