Search found 2 matches

by thwarted
2014-05-23T10:34:53-07:00
Forum: Developers
Topic: Problem with dependencies with version 6.8.9-0
Replies: 3
Views: 7439

Re: Problem with dependencies with version 6.8.9-0

Incidentally, there's another problem with the spec file. The ImageMagick patchlevel is being used for the RPM release value, which makes it difficult to bump the release number when the spec file is changed.
by thwarted
2014-05-23T10:29:31-07:00
Forum: Developers
Topic: Problem with dependencies with version 6.8.9-0
Replies: 3
Views: 7439

Re: Problem with dependencies with version 6.8.9-0

There is a problem in the spec file. The definition for the -devel package in the spec file has the line: Requires: %{name}-libs = %{version}-%{release} but a -libs package never gets created because there are no files. It looks like the -libs package is being phased out, since, AFAICT, the libs are ...