From 05cf81eec85e81c12654ec02fb3cc7a5f9ff3d7f Mon Sep 17 00:00:00 2001 From: morcego Date: Mon, 4 Mar 2002 18:06:09 +0000 Subject: [PATCH] SPECFILE: fixing permissing of the init script (broken by the last change) --- junkbuster-rh.spec | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/junkbuster-rh.spec b/junkbuster-rh.spec index eb4dacee..4ffada32 100644 --- a/junkbuster-rh.spec +++ b/junkbuster-rh.spec @@ -1,4 +1,4 @@ -# $Id: junkbuster-rh.spec,v 1.29 2002/03/03 19:21:22 hal9 Exp $ +# $Id: junkbuster-rh.spec,v 1.30 2002/03/04 16:18:03 morcego Exp $ # # Written by and Copyright (C) 2001 the SourceForge # IJBSWA team. http://ijbswa.sourceforge.net @@ -26,6 +26,19 @@ # Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # $Log: junkbuster-rh.spec,v $ +# Revision 1.30 2002/03/04 16:18:03 morcego +# General cleanup of the rh specfile. +# +# %changelog +# * Mon Mar 04 2002 Rodrigo Barbosa +# + junkbuster-2.9.11-2 +# - General specfile fixup, using the best recomended practices, including: +# - Adding -q to %%setup +# - Using macros whereever possible +# - Not using wildchars on %%files section +# - Doubling the percentage char on changelog and comments, to +# avoid rpm expanding them +# # Revision 1.29 2002/03/03 19:21:22 hal9 # Init script fails if shell is /bin/false. # @@ -124,7 +137,7 @@ Summary: The Internet Junkbuster Vendor: http://ijbswa.sourceforge.net Name: junkbuster Version: 2.9.11 -Release: 2 +Release: 3 Source0: http://www.waldherr.org/%{name}/ijbswa-%{version}.tar.gz License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -237,6 +250,8 @@ fi %doc README AUTHORS ChangeLog # Where are the webserver/{developer,user}-manual files ? %doc doc/text/developer-manual.txt doc/text/user-manual.txt +%doc doc/webserver/developer-manual +%doc doc/webserver/user-manual #%doc %{name}.weekly %{name}.monthly AUTHORS %dir %{ijbconf} @@ -283,11 +298,15 @@ fi %config %{ijbconf}/templates/untrusted %config %{_sysconfdir}/logrotate.d/%{name} -%config %{_sysconfdir}/rc.d/init.d/%{name} +%config %attr(0744,root,root) %{_sysconfdir}/rc.d/init.d/%{name} %{_mandir}/man8/%{name}.8* %changelog +* Mon Mar 04 2002 Rodrigo Barbosa ++ junkbuster-2.9.11-3 +- Fixing permissions of the init script + * Mon Mar 04 2002 Rodrigo Barbosa + junkbuster-2.9.11-2 - General specfile fixup, using the best recomended practices, including: -- 2.39.2