c8140a1584
5.8.3-5 - update incpush patch to better handle multilib 5.8.3-2 - add a dependency filter on perl(Tie::RangeHash) 5.8.3-7 - upgrade to 5.8.3 5.8.2-7 - fix @INC so that all dirs go into it, not just those that exist at buildtime in the build system 5.8.2-4 - rebuild against db-4.2.52. 5.8.2-3 - Own site and vendor auto directories (#73970). 5.8.2-2 - upgrade to 5.8.2 5.8.1-92 - remove Vendor and Distribution macros from specfile (#108567)
5 lines
153 B
Bash
Executable File
5 lines
153 B
Bash
Executable File
#!/bin/sh
|
|
|
|
/usr/lib/rpm/perl.req $* | grep -v NDBM | grep -v 'perl(v5.6.0)' | grep -v 'perl(Mac::' | grep -v 'perl(Tk' | grep -v 'perl(Tie::RangeHash)'
|
|
|