Browse Source

python-pyclamav: rebuild under current VineSeed environment

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11910 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 5 years ago
parent
commit
55b5eab0e8
1 changed files with 6 additions and 1 deletions
  1. 6 1
      p/python-pyclamav/python-pyclamav-vl.spec

+ 6 - 1
p/python-pyclamav/python-pyclamav-vl.spec

@@ -1,7 +1,7 @@
 Summary: a quick hack to use libclamav with python
 Name: python-pyclamav
 Version: 0.4.1
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 License: GPLv2
 Group: Development/Libraries
 URL: http://xael.org/norman/python/pyclamav/
@@ -12,6 +12,7 @@ Patch0: clamav-095-compat.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 
 BuildRequires: python-devel
+BuildRequires: openssl-devel
 BuildRequires: clamav-devel >= 0.95
 
 Vendor: Project Vine
@@ -42,6 +43,10 @@ efficient and easy way.
 %{python_sitearch}/pyclamav*
 
 %changelog
+* Sat Nov 17 2018 Toshiaki Ara <ara_t@384.jp> 0.4.1-4
+- rebuild with VineSeed environment
+- add BuildRequires: openssl-devel
+
 * Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.1-3
 - rebuild with VineSeed environment