Description of problem: on sparc util-linux-ng fails to build. also the sparc32bash utility seems to be missing Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1.build in koji on sparc 2. 3. Actual results: Processing files: util-linux-ng-2.13-0.55.fc8 error: File not found: /var/tmp/util-linux-ng-2.13-0.55.fc8-root/sbin/sfdisk error: File not found by glob: /var/tmp/util-linux-ng-2.13-0.55.fc8-root/usr/share/man/man8/sfdisk.8* error: File not found: /var/tmp/util-linux-ng-2.13-0.55.fc8-root/sbin/cfdisk error: File not found by glob: /var/tmp/util-linux-ng-2.13-0.55.fc8-root/usr/share/man/man8/cfdisk.8* Expected results: build succeeds Additional info:
i missed that sparc32bash is there. trying to work out why sfdisk and cfdisk dont get built
looks like acording to util-linux-ng-2.13-rc3/fdisk/Makefile.in sparc is excluded on purpose patch fixes building on sparc.
Created attachment 161944 [details] patch for spec file fixes build
Created attachment 161946 [details] make sparc32bash work
Fixed, Thanks!