diff --git a/mono-core.spec b/mono-core.spec index 83a2f39a52..ab47917ae7 100644 --- a/mono-core.spec +++ b/mono-core.spec @@ -27,8 +27,8 @@ %define sgen yes Name: mono-core -Version: 3.10.0 -Release: 2 +Version: 3.12.0 +Release: 0 Summary: Cross-platform, Open Source, .NET development framework License: LGPL-2.1 and MIT and MS-PL Group: Development/Languages/Mono @@ -227,6 +227,7 @@ rm %{buildroot}%{_bindir}/mono-sgen-gdb.py %dir %{_sysconfdir}/mono/4.5 %{_bindir}/al %{_bindir}/al2 +%{_bindir}/cert-sync %{_bindir}/certmgr %{_bindir}/chktrust %{_bindir}/crlupdate @@ -324,6 +325,7 @@ rm %{buildroot}%{_bindir}/mono-sgen-gdb.py %{_prefix}/lib/mono/4.0/cscompmgd.dll %{_prefix}/lib/mono/4.0/mscorlib.dll* %{_prefix}/lib/mono/4.5/al.exe* +%{_prefix}/lib/mono/4.5/cert-sync.exe* %{_prefix}/lib/mono/4.5/certmgr.exe* %{_prefix}/lib/mono/4.5/chktrust.exe* %{_prefix}/lib/mono/4.5/crlupdate.exe* @@ -415,6 +417,9 @@ rm %{buildroot}%{_bindir}/mono-sgen-gdb.py %{_prefix}/lib/mono/gac/cscompmgd %{_prefix}/lib/mono/mono-configuration-crypto +%post +cert-sync /etc/pki/tls/certs/ca-bundle.crt + %package -n libmono-2_0-1 Summary: A Library for embedding Mono in your Application License: LGPL-2.1