This is essentially a repeat of what I wrote back in September: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx/message/BN3VZEBKNWO4K77F3YJD2KMIKIBTYZY7/ lzma is dead upstream. afflib bundles lzma as well as depending on it. It seems as if it was intended to remove the bundled copy and use lzma. But now we'd probably want to keep the bundle and use it instead of the dependency (see patch). However since neither of those happened we're stuck. What is the resolution for this? Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://people.redhat.com/~rjones/virt-top
diff --git a/afflib.spec b/afflib.spec index 4077ba6..c29d184 100644 --- a/afflib.spec +++ b/afflib.spec @@ -16,8 +16,6 @@ BuildRequires: curl-devel BuildRequires: expat-devel # GPLv2 FOSS incompatible with BSD with advertising ##BuildRequires: fuse-devel -# Afflib uses lzma-SDK 443 -BuildRequires: lzma-devel BuildRequires: ncurses-devel BuildRequires: libtermcap-devel BuildRequires: openssl-devel @@ -27,6 +25,8 @@ BuildRequires: python2-devel #BuildRequires: libedit-devel - good replacement for readline - not supported for now BuildRequires: zlib-devel +Provides: bundled(lzma) = 4.43 + %description AFF® is an open and extensible file format designed to store disk images and
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx