This commit is contained in:
parent
cfd3e93e51
commit
ddb00fca0c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
|
||||||
|
|
||||||
|
- obsolete old -XXbit packages (bnc#437293)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 11 16:54:34 CET 2008 - ro@suse.de
|
Tue Nov 11 16:54:34 CET 2008 - ro@suse.de
|
||||||
|
|
||||||
|
16
tcpd.spec
16
tcpd.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tcpd (Version 7.6)
|
# spec file for package tcpd (Version 7.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -25,8 +25,13 @@ Group: Productivity/Networking/System
|
|||||||
Provides: nkitb:/usr/sbin/tcpd
|
Provides: nkitb:/usr/sbin/tcpd
|
||||||
BuildRequires: linux-kernel-headers
|
BuildRequires: linux-kernel-headers
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
|
# bug437293
|
||||||
|
%ifarch ppc64
|
||||||
|
Obsoletes: tcpd-64bit
|
||||||
|
%endif
|
||||||
|
#
|
||||||
Version: 7.6
|
Version: 7.6
|
||||||
Release: 855
|
Release: 856
|
||||||
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
|
||||||
Patch0: tcp_wrappers_%{version}.diff
|
Patch0: tcp_wrappers_%{version}.diff
|
||||||
@ -76,6 +81,11 @@ Summary: Include Files and Libraries for the TCP wrapper library
|
|||||||
Group: Productivity/Networking/System
|
Group: Productivity/Networking/System
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
|
# bug437293
|
||||||
|
%ifarch ppc64
|
||||||
|
Obsoletes: tcpd-devel-64bit
|
||||||
|
%endif
|
||||||
|
#
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains the library and header files, which are necessary
|
This package contains the library and header files, which are necessary
|
||||||
@ -158,6 +168,8 @@ ln -sf /%{_lib}/libwrap.so.0.%{version} libwrap.so
|
|||||||
%{_libdir}/libwrap.so
|
%{_libdir}/libwrap.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 07 2009 olh@suse.de
|
||||||
|
- obsolete old -XXbit packages (bnc#437293)
|
||||||
* Tue Nov 11 2008 ro@suse.de
|
* Tue Nov 11 2008 ro@suse.de
|
||||||
- SLE-11 uses PPC64 instead of PPC, adapt baselibs.conf
|
- SLE-11 uses PPC64 instead of PPC, adapt baselibs.conf
|
||||||
* Mon Oct 13 2008 prusnak@suse.cz
|
* Mon Oct 13 2008 prusnak@suse.cz
|
||||||
|
Loading…
Reference in New Issue
Block a user