Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7061ce81a8f96eab498921c26d562a1ba8e8e799)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7061ce81a8f96eab498921c26d562a1ba8e8e799)
  • Date: Tue, 21 Jul 2009 06:48:07 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

utils/cronie/CONFIGURE | 4 ++++
utils/cronie/DEPENDS | 3 ++-
utils/cronie/DETAILS | 4 ++--
utils/cronie/HISTORY | 6 ++++++
utils/cronie/PRE_BUILD | 4 ----
utils/cronie/reboot.patch | 11 -----------
6 files changed, 14 insertions(+), 18 deletions(-)

New commits:
commit 7061ce81a8f96eab498921c26d562a1ba8e8e799
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

cronie: => 1.4

diff --git a/utils/cronie/CONFIGURE b/utils/cronie/CONFIGURE
index 0070ecf..da7ffa2 100755
--- a/utils/cronie/CONFIGURE
+++ b/utils/cronie/CONFIGURE
@@ -1,3 +1,7 @@
config_query_option CRONIE_OPTS "Enable inotify support?" n \
"--with-inotify" \
"--without-inotify"
+
+config_query_option CRONIE_OPTS "Enable Anacron support?" n \
+ "--enable-anacron" \
+ "--disable-anacron"
diff --git a/utils/cronie/DEPENDS b/utils/cronie/DEPENDS
index 369ede5..9c22c0f 100755
--- a/utils/cronie/DEPENDS
+++ b/utils/cronie/DEPENDS
@@ -3,7 +3,8 @@ optional_depends MAIL-TRANSPORT-AGENT \
"for sending reports" &&

optional_depends linux-pam \
- "--with-pam" "" \
+ "--with-pam" \
+ "--without-pam" \
"for PAM support" &&

optional_depends libselinux \
diff --git a/utils/cronie/DETAILS b/utils/cronie/DETAILS
index b42cb3f..a32652c 100755
--- a/utils/cronie/DETAILS
+++ b/utils/cronie/DETAILS
@@ -1,9 +1,9 @@
SPELL=cronie
- VERSION=1.3
+ VERSION=1.4
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://fedorahosted.org/releases/c/r/$SPELL/$SOURCE
SOURCE_HINTS=no-check-certificate
-
SOURCE_HASH=sha512:57f5aa2e483848b175325189953c1d520ec86be970bbf1371c3f1ac7b54d22d15d20920e7fd13474dc07db9625a01f732bbf1d32b6556d5303af05a3b02f045f
+
SOURCE_HASH=sha512:025bfcb848a8aa11d635c775cdf60565f01c25f441b8c4dc6f88ca45258424f295fd0460c6a2cee646ddaa9579060b96b8e1cad9c92ebee8396b59f1be185cf1
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=https://fedorahosted.org/cronie/
LICENSE[0]=ISC
diff --git a/utils/cronie/HISTORY b/utils/cronie/HISTORY
index 79fd712..94cdae5 100644
--- a/utils/cronie/HISTORY
+++ b/utils/cronie/HISTORY
@@ -1,3 +1,9 @@
+2009-07-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.4
+ * DEPENDS: added "--without-pam" flag for linux-pam dependency
+ * CONFIGURE: added anacron support
+ * PRE_BUILD, reboot.patch: removed
+
2009-05-14 Vlad Glagolev <stealth AT sourcemage.org>
* PRE_BUILD: apply patch to make @reboot actually work
* reboot.patch: added
diff --git a/utils/cronie/PRE_BUILD b/utils/cronie/PRE_BUILD
deleted file mode 100755
index e049157..0000000
--- a/utils/cronie/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-patch -p0 < "$SPELL_DIRECTORY/reboot.patch"
diff --git a/utils/cronie/reboot.patch b/utils/cronie/reboot.patch
deleted file mode 100644
index 9bca79d..0000000
--- a/utils/cronie/reboot.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/cron.c.orig 2009-04-23 13:24:27.000000000 +0400
-+++ src/cron.c 2009-05-14 05:01:15.925392269 +0400
-@@ -399,7 +399,7 @@
- pid_t pid = getpid();
-
- /* lock exist - skip reboot jobs */
-- if (access(REBOOT_LOCK, F_OK)) {
-+ if (access(REBOOT_LOCK, F_OK) == 0) {
- log_it("CRON", pid, "INFO", "@reboot jobs will be run at
computer's startup.", 0);
- return;
- }



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7061ce81a8f96eab498921c26d562a1ba8e8e799), Vlad Glagolev, 07/21/2009

Archive powered by MHonArc 2.6.24.

Top of Page