h5py preuninstall force remove to solve this cpio: rename error on rpm update
This commit is contained in:
parent
6833706471
commit
b61e6b3ffa
3 changed files with 7 additions and 6 deletions
|
@ -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>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue