h5py preuninstall force remove to solve this cpio: rename error on rpm update

This commit is contained in:
mjames-upc 2016-01-03 12:38:48 -07:00
parent 6833706471
commit b61e6b3ffa
3 changed files with 7 additions and 6 deletions

View file

@ -107,10 +107,10 @@
value="com.raytheon.uf.edex.remote.script.feature" />
</antcall>
<antcall target="build">
<param name="feature"
value="com.raytheon.uf.edex.binlightning.feature" />
</antcall>
<antcall target="build">
<param name="feature"
value="com.raytheon.uf.edex.binlightning.feature" />
</antcall>
</target>
<!--

View file

@ -7,7 +7,7 @@
Summary: Pypies Apache HTTP Server
Name: awips2-httpd-pypies
Version: 2.2.15
Release: 15.9
Release: 15.10
URL: http://httpd.apache.org/
Source0: http://archive.apache.org/dist/httpd/httpd-%{version}.tar.gz
Source1: index.html

View file

@ -9,7 +9,7 @@
Name: awips2-python-h5py
Summary: AWIPS II Python h5py Distribution
Version: 1.3.0
Release: 4
Release: 5
Group: AWIPSII
BuildRoot: %{_build_root}
BuildArch: %{_build_arch}
@ -173,6 +173,7 @@ popd > /dev/null
rm -rf ${HDF5_PATH}
%pre
rm -rf /awips2/python/lib/python2.7/site-packages/h5py*
%post