SHA256
1
0
forked from pool/mono-core

Accepting request 291226 from Mono:Factory

1

OBS-URL: https://build.opensuse.org/request/show/291226
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mono-core?expand=0&rev=86
This commit is contained in:
Dominique Leuenberger 2015-03-18 12:03:17 +00:00 committed by Git OBS Bridge
commit d2d737cd44
2 changed files with 15 additions and 0 deletions

View File

@ -1,8 +1,21 @@
-------------------------------------------------------------------
Tue Mar 17 17:37:18 UTC 2015 - astieger@suse.com
- add CVE IDs for 3.12.1 bsc#921312 release
-------------------------------------------------------------------
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
- update to 3.12.1 - security hotfix bsc#921312
* http://www.mono-project.com/news/2015/03/07/mono-tls-vulnerability/
CVE-2015-2318 CVE-2015-2319 CVE-2015-2320
-------------------------------------------------------------------
Sat Feb 28 10:35:11 UTC 2015 - mailaender@opensuse.org

View File

@ -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'