#acl PaulHowarth:read,write,admin,revert,delete All:read === Monday 14th September 2009 === ==== Fedora Project ==== * Updated `perl-Sysadm-Install` to 0.33 ==== Local Packages ==== * Updated `dovecot` to 1.2.5 * Updated `perl-Mail-Sender` to remove a redundant unversioned ''provide'' of `perl(Mail::Sender)` in recent distributions; this proved to be harder that it looked, as older distributions didn't have the versioned ''provide'' and so I couldn't simply filter out the unversioned one. I tried a more complex `awk` script that removed the unversioned ''provide'' if the versioned one was present, but that didn't work because the `%{__perl_provides}` script is called separately for each perl file in the buildroot and the versioned and unversioned ''provides'' come from separate calls. In the end I fixed it by manually adding versioning to the unversioned ''provide'' and then letting the duplicate entry removal take out one of them. * Updated `perl-Mail-SPF-Query` to disable the test suite, since it depended on live DNS data in the `spf1-test.mailzone.com` domain that no longer exists (see http://readlist.com/lists/v2.listbox.com/spf-discuss/0/3759.html) ----