8331699 Fix egginfo on Fedora < 33 so the auto-generated Provides has the right version

Authored and Committed by salimma 3 years ago
    Fix egginfo on Fedora < 33 so the auto-generated Provides has the right version
    
    python-typeguard on  f32 [⇡?] took 3m23s
    ❯ rpm -qp --provides ~/Downloads/python3-typeguard-2.10.0-1.el8.noarch.rpm
    python3-typeguard = 2.10.0-1.el8
    python3.6dist(typeguard) = 0.0.0
    python3dist(typeguard) = 0.0.0
    
    python-typeguard on  f32 [⇡?]
    ❯ rpm -qp --provides /var/lib/mock/epel-8-x86_64/result/python3-typeguard-2.10.0-2.el8.noarch.rpm
    python3-typeguard = 2.10.0-2.el8
    python3.6dist(typeguard) = 2.10.0
    python3dist(typeguard) = 2.10.0
    
    python-typeguard on  f32 [⇡?]
    ❯ rpm -qp --provides ~/Downloads/python3-typeguard-2.10.0-1.fc32.noarch.rpm
    python-typeguard = 2.10.0-1.fc32
    python3-typeguard = 2.10.0-1.fc32
    python3.8dist(typeguard) = 0
    python3dist(typeguard) = 0
    
    python-typeguard on  f32 [⇡?]
    ❯ rpm -qp --provides /var/lib/mock/fedora-32-x86_64/result/python3-typeguard-2.10.0-2.fc32.noarch.rpm
    python-typeguard = 2.10.0-2.fc32
    python3-typeguard = 2.10.0-2.fc32
    python3.8dist(typeguard) = 2.10
    python3dist(typeguard) = 2.10
    
    python-typeguard on  f32 [⇡?]
    ❯ rpm -qp --provides ~/Downloads/python3-typeguard-2.10.0-1.fc33.noarch.rpm
    python-typeguard = 2.10.0-1.fc33
    python3-typeguard = 2.10.0-1.fc33
    python3.9-typeguard = 2.10.0-1.fc33
    python3.9dist(typeguard) = 2.10
    python3dist(typeguard) = 2.10
    
    Signed-off-by: Michel Alexandre Salim <michel@michel-slm.name>
    
        
  • Build completed
    success
    Built as python-typeguard-2.10.0-2.fc34
    3 years ago
  • Build completed
    success
    Built as python-typeguard-2.10.0-2.fc33
    3 years ago
  • Build completed
    success
    Built as python-typeguard-2.10.0-2.fc32
    3 years ago
  • Build completed
    success
    Built as python-typeguard-2.10.0-2.el8
    3 years ago
file modified
+9 -2