From fce8ded8a3e9b222d7cfc0109224cc456babfce1 Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Fri, 24 Aug 2007 09:05:01 +0000 Subject: [PATCH] - license tag update (and rebuild for BuildID, etc.) - include docs in the -libs subpackage, as it is the only one installed on most systems (and to comply with the license text) --- tcp_wrappers.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tcp_wrappers.spec b/tcp_wrappers.spec index ee069cf..8438793 100644 --- a/tcp_wrappers.spec +++ b/tcp_wrappers.spec @@ -1,13 +1,13 @@ Summary: A security tool which acts as a wrapper for TCP daemons. Name: tcp_wrappers Version: 7.6 -Release: 49%{?dist} +Release: 50%{?dist} %define LIB_MAJOR 0 %define LIB_MINOR 7 %define LIB_REL 6 -License: Distributable +License: BSD Group: System Environment/Daemons Source: ftp://ftp.porcupine.org/pub/security/%{name}_%{version}.tar.gz URL: ftp://ftp.porcupine.org/pub/security/index.html @@ -136,6 +136,7 @@ rm -rf ${RPM_BUILD_ROOT} %files libs %defattr(-,root,root) +%doc BLURB CHANGES README* DISCLAIMER Banners.Makefile /%{_lib}/*.so.* %{_mandir}/man5/* @@ -147,6 +148,11 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man3/* %changelog +* Fri Aug 24 2007 Tomas Janousek - 7.6-50 +- license tag update (and rebuild for BuildID, etc.) +- include docs in the -libs subpackage, as it is the only one installed on most + systems (and to comply with the license text) + * Wed Jul 25 2007 Tomas Janousek - 7.6-49 - fix for a.b.c.d/255.255.255.255 - fixes #249430