Thanks for spotting this, these were under %packages and not %post The list seems to be:
$ grep 'command not found' testing/pluto/*/OUTPUT/*.console.verbose.txt | cut -d: -f2- | sort -u -bash: arp: command not found -bash: dig: command not found -bash: ifconfig: command not found -bash: ipsec: command not found -bash: killall: command not found -bash: route: command not found -bash: tcpdump: command not found I've added these (minus the version number): bind-utils-9.10.4-4.P8.fc24.x86_64 net-tools-2.0-0.37.20160329git.fc24.x86_64 psmisc-22.21-8.fc24.x86_64 tcpdump-4.7.4-4.fc24.x86_64 ipsec is because "ipsec look" is being run on NIC. Not very useful and expected. On 8 June 2017 at 06:20, Antony Antony <[email protected]> wrote: > I noticed 079395 dropped several packages, from previous fedora22.ks, > that test vms need. > > a few to list: > net-tools => route > psmisc for killall > other missing ones > dig > tcpdump > I am adding them back. I have commit to push soon. > Was it an accident or an optimization. If it is the later please discus. > > Some tools are handy when running tests manually. that is why we have > telnet > screen > mtr > > Also not sure about removing from f25 > dnf -y update 2>&1 | tee /var/tmp/dnf-update.log It stops the kernel being upgraded, which I think is important. > Is there way to tell dnf update to pick a specific date/commit for update > so everyone building vm get same package version Where it really matters we could try specifying the specific version of the package. Like we're doing for strongswan. > _______________________________________________ > Swan-dev mailing list > [email protected] > https://lists.libreswan.org/mailman/listinfo/swan-dev _______________________________________________ Swan-dev mailing list [email protected] https://lists.libreswan.org/mailman/listinfo/swan-dev
