#3 Post script must belong to a subpackage, since there is no main package.
Merged 4 years ago by tpokorra. Opened 4 years ago by mavit.
rpms/ mavit/mono bz-1750121  into  master

file modified
+5 -2
@@ -23,7 +23,7 @@ 

  %global xamarinrelease 34

  Name:           mono

  Version:        5.20.1

- Release:        1%{?dist}

+ Release:        2%{?dist}

  Summary:        Cross-platform, Open Source, .NET development framework

  

  License:        MIT
@@ -462,7 +462,7 @@ 

  

  %find_lang mcs

  

- %post

+ %post core

  %{?ldconfig}

  cert-sync /etc/pki/tls/certs/ca-bundle.crt

  
@@ -898,6 +898,9 @@ 

  %files complete

  

  %changelog

+ * Sun Oct 13 2019 Peter Oliver <rpm@mavit.org.uk> - 5.20.1-1

+ - Post script must belong to a subpackage, since there is no main package.

+ 

  * Wed Aug 07 2019 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 5.20.1-1

  - build again without bootstrap

  

I believe that the %post script isn't currently being run (see bug 1750121), and this fixes that.

Pull-Request has been merged by tpokorra

4 years ago