Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (52 - 54 of 344)

Ticket Resolution Summary Owner Reporter
#124 fixed os2-base-hfs 0.0.0-10 has typo in description Lewis Rosenthal
Description

Minor nit:

Adds /bin to provide posix directory compatibility for shell script esecution

should be:

Adds /bin to provide posix directory compatibility for shell script execution

;-)

#126 wontfix poppler-data and poppler-data-devel packages have no group tag Lewis Rosenthal
Description

The group is unspecified for the above. This is consistent with Fedora's packaging, apparently. Should we set a tag? poppler is in the Development/Libraries group.

Should matters like this be reported upstream instead? Honestly, we have enough to worry about. LOL

#143 fixed Crash with rpm -qa --last Lewis Rosenthal
Description

Attempting to query installed packages, listed by date/time of install yields:

LIBC PANIC!!
LIBC fork: Child aborting fork()! rc=0xfffffffc
pid=0x00e3 ppid=0x00e2 tid=0x0001 slot=0x006d pri=0x0200 mc=0x0000 ps=0x0010
C:\USR\BIN\RPM.EXE
LIBC066 0:00001e28
cs:eip=005b:1ed81e28      ss:esp=0053:0012df2c      ebp=0012df34
 ds=0053      es=0053      fs=150b      gs=0000     efl=00012212
eax=00000040 ebx=bb678a80 ecx=18c10000 edx=00000018 edi=00000000 esi=18c10000
Process has been dumped

Details:

rpm-libs-4.8.1-23.oc00.pentium4 rpm-python-4.8.1-23.oc00.pentium4 rpm-4.8.1-23.oc00.pentium4

From sh, however, the following works as expected:

rpm -qa --qf '%{INSTALLTIME} %-40{NAME} %{INSTALLTIME:date}\n' | sort -n | cut -d' ' -f2-
Note: See TracQuery for help on using queries.