Skip to content

Commit

Permalink
Un-revoke fix in BNC#144655 - mono-find-provides should ONLY work on …
Browse files Browse the repository at this point in the history
…GAC libraries, and any packages which break on this behaviour should be fixed - rather than generating utterly broken Provides.

(cherry picked from commit 1f4133a)
  • Loading branch information
directhex committed Aug 11, 2015
1 parent bf8f49a commit cdb0986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mono-find-provides.in
Expand Up @@ -14,7 +14,7 @@ monolist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(exe|dll)\$"))

# Only include files with /gac/ in path
# (Allows packages to contain private assemblies that don't conflict with other packages)
#monolist=($(printf "%s\n" "${monolist[@]}" | egrep "/gac/"))
monolist=($(printf "%s\n" "${monolist[@]}" | egrep "/gac/"))
# Disabled... see ChangeLog

# Set the prefix, unless it is overriden (used when building mono rpms)
Expand Down

0 comments on commit cdb0986

Please sign in to comment.