Erik van Pienbroek changed Bug 823623
What Removed Added
CC   erik-fedora@vanpienbroek.nl

Comment # 4 from
(In reply to comment #3)
> - Does not own all directories that it creates!
> The mingw32-* and mingw64-* packages install files under
> /usr/i686-w64-mingw32 resp /usr/x86_64-w64-mingw32 And subdirs under these
> dirs which no packages own, therefor the mingw32-* and mingw64-* packages
> should have a Requires on mingw32-filesystem resp mingw64-filesystem. This
> seems to be an oversight in the mingw packaging guidelines which are missing
> these requires in their example specfile too. Can you please discuss this
> with the other mingw packaging folks?

Hi Hans,

The Requires tags for mingw32-filesystem and mingw64-filesystem are added
automatically by the %{?mingw_package_header} macro. This macro overrides the
default RPM find requires script with /usr/lib/rpm/mingw-find-requires.sh which
automatically adds the proper requires tags for mingw packages


You are receiving this mail because: