Commit Graph

5 Commits

Author SHA1 Message Date
Richard W.M. Jones
82faf4e03a libguestfs-find-requires: Be more specific about regexps matching library paths.
In particular, don't match and convert filenames such as
"/lib64/rtkaio/librt.so.1" but dump those out directly as
dependencies (there is only one such file dependency in Rawhide).
2012-08-02 20:18:58 +01:00
Richard W.M. Jones
fde3bcaf2a Update libguestfs-find-requires to generate ordinary lib dependencies.
Note the following important comment in the updated script:

<quote>
Note this script is *ONLY* applicable to Fedora 17+ (ie. with UsrMove)
since we now assume that /usr/lib{,64} and /lib{,64} are the same
directory and hence that:

  Requires: libfoo.so.1           <=>  /usr/lib/libfoo.so.1 exists
  Requires: libfoo.so.1()(64bit)  <=>  /usr/lib64/libfoo.so.1 exists
</quote>
2012-08-02 19:31:26 +01:00
Richard W.M. Jones
663e352617 Fix libguestfs-find-requires.sh for new location of hostfiles
(RHBZ#615946).
2010-07-19 12:56:39 +00:00
Richard W.M. Jones
e2b1978326 - Remove some debugging statements which were left in the requires script
by accident.
2009-12-29 10:49:50 +00:00
Richard W.M. Jones
ea6c8cd081 Generate additional requires for supermin (RHBZ#547496). 2009-12-21 13:06:12 +00:00