Loosen up restrictions on dependency token names (rhbz#455119)
authorPanu Matilainen <pmatilai@redhat.com>
Sat, 21 Feb 2009 10:11:54 +0000 (12:11 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Sat, 21 Feb 2009 10:11:54 +0000 (12:11 +0200)
commit58e92b976aebe43ebddbe2d2ec41bff0dd46b6fc
tree88db0d8963ade9812f5f9532924445195972b662
parentb86d6a76d71c037727b20172299d418c6bc4ae11
Loosen up restrictions on dependency token names (rhbz#455119)
- Package names aren't restricted to ascii, no point restricting
  dependency names either.
- This lets UTF-8 to go through but also all sorts of other junk but
  as we haven't got a clue about the specs encoding, no can do. So we
  only check for bad characters from plain ascii.
build/parseReqs.c