Hide Forgot
I have setup a repository for System Engine and I install katello-all in kickstart. During the installation, I see an error when installing glassfish-jaf: Installing glassfish-jaf-1.1.0-9.el6.noarch /var/tmp/rpm-tmp.AXfWcZ: line 4: cat: command not found This error likely comes from the postinstall scriptlet: rpm -q --scripts glassfish-jafpostinstall scriptlet (using /bin/sh): echo -e "<dependencies>\n" > /etc/maven/maven2-depmap.xml if [ -d /etc/maven/fragments ] && [ -n "`find /etc/maven/fragments -type f`" ]; then cat /etc/maven/fragments/* >> /etc/maven/maven2-depmap.xml fi echo -e "</dependencies>\n" >> /etc/maven/maven2-depmap.xml ... I also ran into other package issues installing in kickstart (see bug#795600 and bug#795602).
Just tested 2012-03-01.1 code drop. katello-all-0.1.301-2.el6.noarch glassfish-jaf-1.1.0-9.el6.noarch I still have the same issue installing in kickstart
going by https://bugzilla.redhat.com/show_bug.cgi?id=795602 i think just adding coreutils as a Requires(post) should do it. Tried adding this and rebuilding in brew, but hit a build issue. Gonna have to talk with a release engineer to sort it out.
getting rid of 6.0.0 version since that doesn't exist
These bugs have been resolved in upstream projects for a period of months so I'm mass-closing them as CLOSED:UPSTREAM. If this is a mistake feel free to re-open.