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

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

    <bug>
          <bug_id>31481</bug_id>
          
          <creation_ts>2015-11-13 02:06:32 +0300</creation_ts>
          <short_desc>lift the ban from one letter names, like E or R.</short_desc>
          <delta_ts>2015-11-13 13:12:04 +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>sisyphus_check</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</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="viy">viy</reporter>
          <assigned_to name="Dmitry V. Levin">ldv</assigned_to>
          <cc>at</cc>
    
    <cc>glebfm</cc>
    
    <cc>imz</cc>
    
    <cc>ldv</cc>
    
    <cc>legion</cc>
    
    <cc>placeholder</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>153673</commentid>
    <comment_count>0</comment_count>
    <who name="viy">viy</who>
    <bug_when>2015-11-13 02:06:32 +0300</bug_when>
    <thetext>у меня в autoimports сломалось обновление некоторых пакетов, оказалось,
их стал банить sisyphus_check.
однако для таких пакетов можно добавить в regexp еще одну ветвь
и банить тогда ничего не нужно. см. патч.

/people/viy/packages/sisyphus_check.git
commit df94ca43517f33bbd806a8d8e51a662b3248f61f
Author: Igor Vlasenko &lt;viy@altlinux.org&gt;
Date:   Fri Nov 13 00:53:55 2015 +0200

    lift the ban from one letter names, like E or R.
diff --git a/sisyphus_check/sisyphus_check.d/090-check-nvr b/sisyphus_check/sisy
index 2cbe688..fadce02 100644
--- a/sisyphus_check/sisyphus_check.d/090-check-nvr
+++ b/sisyphus_check/sisyphus_check.d/090-check-nvr
@@ -11,7 +11,7 @@ check_nvr()
        local f=&quot;$1&quot; &amp;&amp; shift || return 1
        local rc=0
 
-       if ! printf %s &quot;$rpm_name&quot; |grep -Exqs &apos;[A-Za-z0-9][A-Za-z0-9._+-]*[A-Za
+       if ! printf %s &quot;$rpm_name&quot; |grep -Exqs &apos;([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0
                FileError &quot;invalid package NAME: $rpm_name&quot; &quot;$f&quot;
                rc=1
        fi</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>153689</commentid>
    <comment_count>1</comment_count>
    <who name="Repository Robot">repository-robot</who>
    <bug_when>2015-11-13 13:12:04 +0300</bug_when>
    <thetext>sisyphus_check-0.8.40-alt1 -&gt; sisyphus:

* Fri Nov 13 2015 Dmitry V. Levin &lt;ldv@altlinux&gt; 0.8.40-alt1
- 090-check-nvr (check_nvr):
  + allowed single symbol package names (closes: #28834, #31481).</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>