forked from pool/mono-core
Accepting request 290959 from home:dimstar:Factory
- Add timezone requires: Ensure that DateTime functionality is given when installing mono-core (e.g. System.DateTime.get_Now() needs access to this information). OBS-URL: https://build.opensuse.org/request/show/290959 OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=143
This commit is contained in:
parent
e8e353d22d
commit
92272685c2
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 16 11:13:24 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Add timezone requires: Ensure that DateTime functionality is
|
||||
given when installing mono-core (e.g. System.DateTime.get_Now()
|
||||
needs access to this information).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 10 17:10:58 UTC 2015 - mailaender@opensuse.org
|
||||
|
||||
|
@ -90,6 +90,8 @@ Provides: mono(System) = 1.0.5000.0
|
||||
Provides: mono(System.Security) = 1.0.5000.0
|
||||
Provides: mono(System.Xml) = 1.0.5000.0
|
||||
Provides: mono(mscorlib) = 1.0.5000.0
|
||||
# mono-core provides System.DateTime functions, which rely on timezone information
|
||||
Requires: timezone
|
||||
|
||||
%define _use_internal_dependency_generator 0
|
||||
%define __find_provides env sh -c 'filelist=($(cat)) && { printf "%s\\n" "${filelist[@]}" | /usr/lib/rpm/find-provides && printf "%s\\n" "${filelist[@]}" | prefix=%{buildroot}%{_prefix} %{buildroot}%{_bindir}/mono-find-provides ; } | sort | uniq'
|
||||
|
Loading…
Reference in New Issue
Block a user