Commit Graph

7 Commits

Author SHA1 Message Date
Richard W.M. Jones
219bfa3df0 Ensure dependencies needed by the daemon are added to base libguestfs. 2014-02-27 08:54:25 +00:00
Richard W.M. Jones
9a4173e26b New upstream version 1.25.38.
- Requires new supermin 5.1.0.
- Split the dependencies into subpackages, at least for the less common
  filesystem types.
- In the dependency generator, we can now generate ordinary dependencies!
2014-02-26 21:49:37 +00:00
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