rpmlint/rpmlint-0.75-develdep.patch

8 lines
330 B
Diff
Raw Normal View History

--- TagsCheck.py 31 Jan 2006 10:49:33 -0000 1.90
+++ TagsCheck.py 17 Feb 2006 22:55:43 -0000 1.91
@@ -553,3 +553,3 @@
elif version:
- if use_epoch:
+ if epoch is not None: # regardless of use_epoch
expected=str(epoch) + ":" + version