diff options
author | Hilko Bengen <bengen@hilluzination.de> | 2012-08-14 21:52:02 +0200 |
---|---|---|
committer | Hilko Bengen <bengen@hilluzination.de> | 2012-08-15 13:34:54 +0200 |
commit | 3234a1f903bb77c66252b38425a4c913f8e7bb8c (patch) | |
tree | 916862668693c06aa6a1406772fd2ec5382c8db6 | |
parent | 42e8c093b74ac578ef75c6f3aefdbea7f46478e1 (diff) | |
download | libguestfs-3234a1f903bb77c66252b38425a4c913f8e7bb8c.tar.gz libguestfs-3234a1f903bb77c66252b38425a4c913f8e7bb8c.tar.xz libguestfs-3234a1f903bb77c66252b38425a4c913f8e7bb8c.zip |
Even on Debian, the package containing the diff binary it has been diffutils for two years.
There had been a virtual package "diff" that depended on diffutils, but that's gone in wheezy/sid, too.
-rw-r--r-- | appliance/packagelist.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/appliance/packagelist.in b/appliance/packagelist.in index b26ef230..4830962d 100644 --- a/appliance/packagelist.in +++ b/appliance/packagelist.in @@ -23,7 +23,6 @@ btrfs-progs cryptsetup cryptsetup-luks /* old name used before Fedora 17 */ - diffutils e2fsprogs /* e4fsprogs only exists on RHEL 5, will be ignored everywhere else. */ e4fsprogs @@ -51,7 +50,6 @@ bsdmainutils btrfs-tools cryptsetup - diff e2fsprogs gfs-tools gfs2-tools @@ -77,7 +75,6 @@ vim btrfs-progs-unstable cryptsetup - diffutils augeas zfs-fuse e2fsprogs @@ -98,6 +95,7 @@ binutils bzip2 coreutils cpio +diffutils dosfstools file findutils |