Resolves: rhbz#1952175

fix dist variable so that gating passes.
This commit is contained in:
Bob Relyea 2021-04-21 10:14:05 -07:00
parent ff5aac6144
commit 1172885ec5
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Name: pcsc-lite-ccid
Version: 1.4.34
Release: 2%{dist}
Release: 3%{?dist}
Summary: Generic USB CCID smart card reader driver
License: LGPLv2+
@ -66,6 +66,9 @@ cp -p src/openct/LICENSE LICENSE.openct
%changelog
* Fri Apr 21 2021 Bob Relyea <rrelyea@redhat.com> - 1.4.34-3
- fix %{?dist} tag in Release: line (was missing the ?)
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.4.34-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937