Files
community.general/library/packaging
Dustin C. Hatch dc304e6488 Correct regex in is_keyid
The `rpm_key` module claims to take a key ID as an argument, however it fails if one is actually given:

    msg: Not a valid key DEADBEEF

The reason for this is the regular expression in the `RpmKey.is_keyid` method is incorrect; it will only match the literal string "0-9a-f" exactly 8 times, rather than exactly 8 characters in the set 0-9 or a-f.
2014-07-11 14:02:25 -05:00
..
2014-06-23 17:12:19 -07:00
2014-04-25 02:44:51 -07:00
2014-05-16 14:06:55 +01:00
2014-03-20 08:10:02 -04:00
2014-06-17 11:58:10 +02:00
2014-03-16 16:18:27 -04:00
2014-03-16 16:17:11 -04:00
2014-03-28 17:01:15 -04:00
2014-06-17 01:31:24 +02:00
2014-03-28 14:56:59 -04:00
2014-04-15 16:41:27 +02:00
2014-06-26 20:52:57 +05:30
2014-05-23 16:09:57 -07:00
2014-07-11 14:02:25 -05:00
2014-02-12 17:14:43 +01:00