[Rpm-maint] [rpm-software-management/rpm] Version range dependency (#159)

Igor Gnatenko notifications at github.com
Sun Feb 19 09:06:18 UTC 2017


Example from Rust world:

```
ripgrep: BuildRequires: crate(clap) >= 2.18.0
ripgrep: BuildConflicts: crate(clap) >= 2.19.0

rust-clap-devel: Requires: crate(vec_map) >= 0.6.0
rust-clap-devel: Conflicts: crate(vec_map) >= 0.7.0
rust-clap-devel: Requires: crate(clippy) >= 0.0.112
rust-clap-devel: Conflicts: crate(clippy) >= 0.0.113
```

Let's take a look for each of dependencies

```
rust-vec_map-devel: Requires: crate(serde) >= 0.6.0
rust-vec_map-devel: Conflicts: crate(serde) >= 0.7.0

rust-clippy-devel: Requires: crate(serde) >= 0.9.1
rust-clippy-devel: Conflicts: crate(serde) >= 0.10.0
```

So when you will try to build `ripgrep`, you will end up with conflict of `crate(serde)`

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/159#issuecomment-280905843
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20170219/ffc9da86/attachment.html>


More information about the Rpm-maint mailing list