From 946518b723af3748c7b836ec2df2ca5860226ed0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 13 Aug 2009 10:31:39 +0000 Subject: [PATCH] - inotify bcond and glibc interface dep Changed files: cronie.spec -> 1.10 --- cronie.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cronie.spec b/cronie.spec index f9a7e40..af0bd15 100644 --- a/cronie.spec +++ b/cronie.spec @@ -1,6 +1,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 @@ -17,6 +18,7 @@ Source4: %{name}.crontab 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 @@ -67,7 +69,7 @@ however this could be overloaded in settings. --with-pam \ --with%{!?with_selinux:out}-selinux \ --with-audit \ - --with-inotify \ + --with%{!?with_inotify:out}-inotify \ --enable-anacron %{__make} -- 2.43.0