OBS User unknown 2008-08-18 22:22:02 +00:00 committed by Git OBS Bridge
parent 1d1459ac0c
commit 2e9a5c2fe9
2 changed files with 24 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 18 13:54:40 CEST 2008 - ro@suse.de
- hack to build also in buildservice where 127.0.0.1 can
resolve to the hostname instead of localhost
-------------------------------------------------------------------
Mon Aug 4 00:35:10 CEST 2008 - ro@suse.de

View File

@ -2,9 +2,16 @@
# spec file for package perl-IO-Socket-SSL (Version 1.14)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -14,7 +21,7 @@
Name: perl-IO-Socket-SSL
BuildRequires: perl-Net-SSLeay perl-libwww-perl
Version: 1.14
Release: 6
Release: 14
Provides: p_iossl
Obsoletes: p_iossl
Requires: perl-Net-SSLeay perl-libwww-perl
@ -49,6 +56,11 @@ perl Makefile.PL
make
%check
%if 0%{?opensuse_bs}
# currently 127.0.0.1 resolves to hostname in OBS
# and not to localhost
rm -fv t/auto_verify_hostname
%endif
make test
%install
@ -67,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
/var/adm/perl-modules/%{name}
%changelog
* Mon Aug 18 2008 ro@suse.de
- hack to build also in buildservice where 127.0.0.1 can
resolve to the hostname instead of localhost
* Mon Aug 04 2008 ro@suse.de
- update require for Net_SSLeay to Net-SSLeay
* Fri Jul 25 2008 anicka@suse.cz