#1 Remove comment after a script which caused the script to be broken
Merged 6 years ago by torsava. Opened 6 years ago by churchyard.
https://github.com/hroncok/platform-python.git bz1515357  into  f27

Remove comment after a script which caused the script to be broken (#1515357)
Miro Hrončok • 6 years ago  
platform-python.spec
file modified
+4 -4
@@ -94,7 +94,7 @@

  Summary: A Python interpreter for basic system tools

  Name: platform-python

  Version: %{pybasever}.2

- Release: 12%{?dist}

+ Release: 13%{?dist}

  License: Python

  

  
@@ -947,9 +947,6 @@

  

  %postun libs -p /sbin/ldconfig

  

- # ======================================================

- # Files

- # ======================================================

  

  %files

  %license LICENSE
@@ -1235,6 +1232,9 @@

  # ======================================================

  

  %changelog

+ * Tue Nov 21 2017 Miro Hrončok <mhroncok@redhat.com> - 3.6.2-13

+ - Remove comment after a script which caused the script to be broken (#1515357)

+ 

  * Thu Aug 17 2017 Tomas Orsava <torsava@redhat.com> - 3.6.2.-12

  - Skip test_float until the F27 branching is sorted out

  

no initial comment

$ rpm -q --scripts -p Stažené/platform-python-libs-3.6.2-13.fc27.s390x.rpm
postinstall program: /sbin/ldconfig
postuninstall program: /sbin/ldconfig

Pull-Request has been merged by torsava

6 years ago
Metadata