packages: cronie/cronie.spec - inotify bcond and glibc interface dep

glen glen at pld-linux.org
Thu Aug 13 12:31:44 CEST 2009


Author: glen                         Date: Thu Aug 13 10:31:44 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- inotify bcond and glibc interface dep

---- Files affected:
packages/cronie:
   cronie.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: packages/cronie/cronie.spec
diff -u packages/cronie/cronie.spec:1.9 packages/cronie/cronie.spec:1.10
--- packages/cronie/cronie.spec:1.9	Wed Aug 12 10:27:21 2009
+++ packages/cronie/cronie.spec	Thu Aug 13 12:31:39 2009
@@ -2,6 +2,7 @@
 #
 # Conditional build:
 %bcond_without	selinux		# without SELinux support
+%bcond_without	inotify		# without inotify support
 #
 Summary:	Cron daemon for executing programs at set times
 Name:		cronie
@@ -18,6 +19,7 @@
 Source5:	%{name}.pam
 URL:		https://fedorahosted.org/cronie/
 BuildRequires:	audit-libs-devel
+%{?with_inotify:BuildRequires:	glibc-devel >= 6:2.4}
 %{?with_selinux:BuildRequires:	libselinux-devel}
 BuildRequires:	pam-devel
 BuildRequires:	rpmbuild(macros) >= 1.268
@@ -68,7 +70,7 @@
 	--with-pam \
 	--with%{!?with_selinux:out}-selinux \
 	--with-audit \
-	--with-inotify \
+	--with%{!?with_inotify:out}-inotify \
 	--enable-anacron
 
 %{__make}
@@ -193,6 +195,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2009/08/13 10:31:39  glen
+- inotify bcond and glibc interface dep
+
 Revision 1.9  2009/08/12 08:27:21  glen
 - bcond fix
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cronie/cronie.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list