OBS User unknown 2008-04-10 13:34:12 +00:00 committed by Git OBS Bridge
parent d3cc9ca362
commit b5d8ec1b79
3 changed files with 43 additions and 30 deletions

2
baselibs.conf Normal file
View File

@ -0,0 +1,2 @@
tcpd
arch ppc64 package tcpd-devel

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 30 16:59:21 CEST 2006 - lmichnovic@suse.cz Tue May 30 16:59:21 CEST 2006 - lmichnovic@suse.cz

View File

@ -1,7 +1,7 @@
# #
# spec file for package tcpd (Version 7.6) # spec file for package tcpd (Version 7.6)
# #
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -10,14 +10,15 @@
# norootforbuild # norootforbuild
Name: tcpd Name: tcpd
URL: ftp://ftp.porcupine.org/pub/security/index.html Url: ftp://ftp.porcupine.org/pub/security/index.html
License: Other License(s), see package License: BSD 3-Clause
Group: Productivity/Networking/System Group: Productivity/Networking/System
Provides: nkitb:/usr/sbin/tcpd Provides: nkitb:/usr/sbin/tcpd
Autoreqprov: on AutoReqProv: on
Version: 7.6 Version: 7.6
Release: 731 Release: 820
Summary: A security wrapper for TCP daemons Summary: A security wrapper for TCP daemons
Source: tcp_wrappers_%{version}.tar.bz2 Source: tcp_wrappers_%{version}.tar.bz2
Patch: tcp_wrappers_%{version}.dif Patch: tcp_wrappers_%{version}.dif
@ -49,6 +50,7 @@ Authors:
Wietse Venema <wietse@wzv.win.tue.nl> Wietse Venema <wietse@wzv.win.tue.nl>
%package devel %package devel
License: BSD 3-Clause
Summary: Include Files and Libraries for the TCP wrapper library Summary: Include Files and Libraries for the TCP wrapper library
Group: Productivity/Networking/System Group: Productivity/Networking/System
Prefix: %{_prefix} Prefix: %{_prefix}
@ -123,61 +125,64 @@ ln -sf /%{_lib}/libwrap.so.0.%{version} libwrap.so
%{_libdir}/libwrap.a %{_libdir}/libwrap.a
%{_libdir}/libwrap.so %{_libdir}/libwrap.so
%changelog -n tcpd %changelog
* Tue May 30 2006 - lmichnovic@suse.cz * Thu Apr 10 2008 ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
* Tue May 30 2006 lmichnovic@suse.cz
- fixed uninitilized filepointer (uninitialized.diff) [#178636] - fixed uninitilized filepointer (uninitialized.diff) [#178636]
* Fri Mar 31 2006 - lmichnovic@suse.cz * Fri Mar 31 2006 lmichnovic@suse.cz
- fixed missing definition of hosts_ctl() in tcpd.h (hosts_ctl.diff) - fixed missing definition of hosts_ctl() in tcpd.h (hosts_ctl.diff)
[#162303] [#162303]
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Sun Jan 15 2006 - schwab@suse.de * Sun Jan 15 2006 schwab@suse.de
- Don't strip binaries. - Don't strip binaries.
* Fri Sep 16 2005 - meissner@suse.de * Sat Sep 17 2005 meissner@suse.de
- fixed all implicit warnings. - fixed all implicit warnings.
* Fri Jun 24 2005 - ro@suse.de * Fri Jun 24 2005 ro@suse.de
- build with fPIE/pie - build with fPIE/pie
- really use RPM_OPT_FLAGS - really use RPM_OPT_FLAGS
- fix some non-void-return warnings - fix some non-void-return warnings
* Thu Jan 13 2005 - postadal@suse.cz * Thu Jan 13 2005 postadal@suse.cz
- fixed crashing on system with more than one network interface [#49368] - fixed crashing on system with more than one network interface [#49368]
* Wed Sep 15 2004 - aj@suse.de * Wed Sep 15 2004 aj@suse.de
- Fix warnings about implicit functions to compile with GCC 4.0. - Fix warnings about implicit functions to compile with GCC 4.0.
* Mon Mar 22 2004 - ro@suse.de * Mon Mar 22 2004 ro@suse.de
- installed shared lib to /%%_lib, not /usr/%%_lib - installed shared lib to /%%_lib, not /usr/%%_lib
and add symlinks (fix for part of #36514) and add symlinks (fix for part of #36514)
* Thu Feb 12 2004 - kukuk@suse.de * Thu Feb 12 2004 kukuk@suse.de
- Create subpackage "tcpd-devel" - Create subpackage "tcpd-devel"
* Mon Feb 09 2004 - postadal@suse.cz * Mon Feb 09 2004 postadal@suse.cz
- added support for compiling as shared library with soname of libwrap0 (version 7.6) - added support for compiling as shared library with soname of libwrap0 (version 7.6)
* Sun Jan 11 2004 - adrian@suse.de * Sun Jan 11 2004 adrian@suse.de
- build as user - build as user
* Fri Oct 31 2003 - postadal@suse.cz * Fri Oct 31 2003 postadal@suse.cz
- fixed invalid warning about "host name mismatch" [#26519, #32772] - fixed invalid warning about "host name mismatch" [#26519, #32772]
* Wed Sep 10 2003 - postadal@suse.cz * Wed Sep 10 2003 postadal@suse.cz
- fixed handling patterns ending with period [#27322] - fixed handling patterns ending with period [#27322]
* Sat Mar 15 2003 - kukuk@suse.de * Sat Mar 15 2003 kukuk@suse.de
- Don't handle IPv4 netmask as Prefix length [#25409] - Don't handle IPv4 netmask as Prefix length [#25409]
* Mon Dec 16 2002 - postadal@suse.cz * Mon Dec 16 2002 postadal@suse.cz
- added ip6utils.h to filelist [#22487] - added ip6utils.h to filelist [#22487]
* Fri Dec 13 2002 - postadal@suse.cz * Fri Dec 13 2002 postadal@suse.cz
- fixed fix_options function in libwrap.a [#22000] - fixed fix_options function in libwrap.a [#22000]
- included patch ipv6-fix.diff of mludvig@suse.cz to make tcpd work - included patch ipv6-fix.diff of mludvig@suse.cz to make tcpd work
with IPv4 and mapped IPv4 addresses. [#16162] with IPv4 and mapped IPv4 addresses. [#16162]
- turned off remote username lookups (allways_rfc931) [#22013] - turned off remote username lookups (allways_rfc931) [#22013]
* Thu Jan 10 2002 - cihlar@suse.cz * Thu Jan 10 2002 cihlar@suse.cz
- use %%{_libdir} - use %%{_libdir}
* Tue Nov 20 2001 - cihlar@suse.cz * Tue Nov 20 2001 cihlar@suse.cz
- fixed SEGFAULT in tcpdchk [#12135] - fixed SEGFAULT in tcpdchk [#12135]
* Thu Sep 06 2001 - schwab@suse.de * Thu Sep 06 2001 schwab@suse.de
- Compile with -fPIC so that it can be included in a shared library. - Compile with -fPIC so that it can be included in a shared library.
* Wed Sep 05 2001 - schwab@suse.de * Wed Sep 05 2001 schwab@suse.de
- Add prototypes for C++. - Add prototypes for C++.
* Thu Mar 22 2001 - ro@suse.de * Thu Mar 22 2001 ro@suse.de
- added split-aliases as provides - added split-aliases as provides
* Tue Feb 27 2001 - cihlar@suse.cz * Tue Feb 27 2001 cihlar@suse.cz
- fixed %%files - fixed %%files
- clean up spec file - clean up spec file
- bzipped sources - bzipped sources
* Tue Apr 11 2000 - kukuk@suse.de * Tue Apr 11 2000 kukuk@suse.de
- Split from nkitb - Split from nkitb