diff options
Diffstat (limited to 't')
-rw-r--r-- | t/test-rpm.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/test-rpm.spec b/t/test-rpm.spec index bbd60f1..cf13203 100644 --- a/t/test-rpm.spec +++ b/t/test-rpm.spec @@ -1,4 +1,9 @@ # $Id$ + +# prevent distepoch & disttag to be added and appended to package filename +%undefine distepoch +%undefine disttag + Summary: test rpm for perl-URPM test suite BuildArch: noarch Name: test-rpm |