- bootstrap: freshen any RPMs within the VServer reference image, with
authorMark Huang <mlhuang@cs.princeton.edu>
Tue, 5 Oct 2004 14:58:15 +0000 (14:58 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Tue, 5 Oct 2004 14:58:15 +0000 (14:58 +0000)
  RPMs that just got built at the same time as the vserver-reference RPM
  itself

vserver-reference.spec

index ff6fd93..1045501 100644 (file)
@@ -119,6 +119,9 @@ yum -c ./yum.conf \
 --installroot=%{installroot} \
 -y groupinstall VServer
 
+# Freshen any new RPMs
+find %{_topdir}/RPMS -type f | xargs rpm --root %{installroot} -F
+
 # Clean up /dev in reference image
 MAKEDEV