rpms/ip-sentinel/devel ip-sentinel.spec,1.8,1.9

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Mon Feb 20 18:00:22 UTC 2006


Author: ensc

Update of /cvs/extras/rpms/ip-sentinel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21434

Modified Files:
	ip-sentinel.spec 
Log Message:
exclude PPC arch because dietlibc is not available there anymore


Index: ip-sentinel.spec
===================================================================
RCS file: /cvs/extras/rpms/ip-sentinel/devel/ip-sentinel.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ip-sentinel.spec	9 Jul 2005 08:31:48 -0000	1.8
+++ ip-sentinel.spec	20 Feb 2006 18:00:22 -0000	1.9
@@ -54,7 +54,7 @@
 Summary:	Tool to prevent unauthorized usage of IP addresses
 Name:		ip-sentinel
 Version:	0.12
-Release:	%release_func 5
+Release:	%release_func 6
 License:	GPL
 Group:		System Environment/Daemons
 URL:		http://www.nongnu.org/ip-sentinel/
@@ -62,7 +62,7 @@
 Source1:	http://savannah.nongnu.org/download/ip-sentinel/%name-%version.tar.bz2.sig
 Patch0:		ip-sentinel-0.12-pidfile.patch
 BuildRoot:	%_tmppath/%name-%version-%release-buildroot
-Requires:		init(ip-sentinel)
+Requires:	init(ip-sentinel)
 BuildRequires:	which
 
 %{!?_without_dietlibc:BuildRequires:	dietlibc}
@@ -73,6 +73,11 @@
 %{?_with_fedora:Requires(pre):		fedora-usermgmt}
 %{?_with_fedora:Requires(postun):	fedora-usermgmt}
 
+# dietlibc is not available for PPC anymore
+# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=182118
+# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=182123
+ExcludeArch:   ppc
+
 
 %package sysv
 Summary:		SysV initscripts for ip-sentinel
@@ -200,6 +205,9 @@
 
 
 %changelog
+* Mon Feb 20 2006 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.12-6
+- exclude PPC arch because dietlibc is not available there anymore
+
 * Fri Jul  8 2005 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.12-5
 - fixed named of pidfile (reported by Razvan Sandu)
 




More information about the fedora-extras-commits mailing list