Re: RPM dependency generator update

2018-03-06 Thread Vít Ondruch
This is now in F28+. Please let me know if you notice any issues. V. Dne 2.2.2018 v 11:02 Vít Ondruch napsal(a): > Hi everybody, > > RPM 4.14 has enhanced dependency generators, which allows to use "with" > operator [1]. This comes handy, if you want to restrict the dependency > to range of

RPM dependency generator update

2018-02-02 Thread Vít Ondruch
Hi everybody, RPM 4.14 has enhanced dependency generators, which allows to use "with" operator [1]. This comes handy, if you want to restrict the dependency to range of versions. E.g. if the gem you package depends on "foo ~> 1.0", this expands to range "foo >= 1.0" and "foo < 2". Previously,