| Summary: | incorrect SERIAL handling | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | at <at> |
| Component: | apt | Assignee: | placeholder <placeholder> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | blocker | ||
| Priority: | P4 | CC: | boyarsh, glebfm, imz, ldv, placeholder, vt |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
dup dup |
$ rpm -q --qf \'%{NAME}-%{SERIAL}:%{VERSION}\\n\' mktemp mktemp-1:1.4 $ apt-cache show mktemp | grep ^Version Version: 134667480:1.4-alt2 $ rpm -q apt apt-0.5.4cnc9-alt6 $ It looks like signed/unsigned int conversion problem. --- ---