#1 Fix requirement for %postun (instead of %preun) scriptlet
Merged 5 years ago by terjeros. Opened 5 years ago by scfc.

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

  Summary:         PHP library for punycode encoding and decoding

  Name:            php-pear-Net-IDNA2

  Version:         0.2.0

- Release:         5%{?dist}

+ Release:         6%{?dist}

  License:         LGPLv2+

  URL:             http://pear.php.net/package/Net_IDNA2/

  Source0:         http://download.pear.php.net/package/Net_IDNA2-%{version}.tgz
@@ -21,7 +21,7 @@

  Requires:        php(language) >= 5.4

  Requires:        php-pear(PEAR) >= 1.10.1

  Requires(post):  %{__pear}

- Requires(preun): %{__pear}

+ Requires(postun): %{__pear}

  

  Provides:        php-pear(%{pear_name}) = %{version}

  
@@ -73,6 +73,9 @@

  %{pear_xmldir}/%{name}.xml

  

  %changelog

+ * Fri Mar  8 2019 Tim Landscheidt <tim@tim-landscheidt.de> - 0.2.0-6

+ - Fix requirement for %%postun (instead of %%preun) scriptlet

+ 

  * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-5

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

  

no initial comment

Pull-Request has been merged by terjeros

5 years ago