Simplify mono file magic regex

- Begin/end restrictions with wildcards on both ends dont make much
  sense, just match on the plain (sub)string
This commit is contained in:
Panu Matilainen 2012-05-07 15:29:14 +03:00
parent f2f4bfe9a5
commit 416fc709ab
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
%__mono_provides %{_rpmconfigdir}/mono-find-provides %{_builddir}/%{?buildsubdir} %{buildroot} %{_libdir}
%__mono_requires %{_rpmconfigdir}/mono-find-requires %{_builddir}/%{?buildsubdir} %{buildroot} %{_libdir}
%__mono_magic ^.*Mono/.Net assembly.*$
%__mono_magic Mono/.Net assembly