8f2fd07 The mass rebuilder had added a '.1' to the end of the release tags,

Authored and Committed by mdomsch 8 years ago
1 file changed. 10 lines added. 7 lines removed.
    The mass rebuilder had added a '.1' to the end of the release tags,
    but had not bumped the value of the library_release field, as is used
    in the matching Requires: lines of the sub-packages.  This caused a
    dependency failure from the perl module on the library.
    
    This patch bumps the library_release and perlmod_release values, and
    removes the bogus '.1' (and later, '.2') that were appended on the
    Release: fields. This will fix the dependency failure.
    
        
file modified
+10 -7