Skip to content

Commit

Permalink
updated daemontools
Browse files Browse the repository at this point in the history
1. daemontools.spec: added provides for installer, instcheck
2. installer.c: fix for missing sys/sysmacros.h for FreeBSD, MacOS
  • Loading branch information
mbhangui committed Jan 4, 2025
1 parent b480007 commit e3d5958
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 3 additions & 1 deletion daemontools-x/daemontools.spec.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
#
# $Id: daemontools.spec.in,v 1.51 2025-01-03 08:36:20+05:30 Cprogrammer Exp mbhangui $
# $Id: daemontools.spec.in,v 1.52 2025-01-04 08:45:53+05:30 Cprogrammer Exp mbhangui $
%undefine _missing_build_ids_terminate_build
%global _unpackaged_files_terminate_build 1

Expand Down Expand Up @@ -64,6 +64,8 @@ AutoReq: Yes
Conflicts: indimail-mta < 2.12
Provides: user(qmaill) > 999
Provides: group(nofiles) > 999
Provides: %{libexecdir}/instcheck
Provides: %{libexecdir}/installer
%if %build_on_obs == 0
Requires(pre): shadow-utils
Requires(postun): shadow-utils
Expand Down
3 changes: 3 additions & 0 deletions daemontools-x/doc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
variables
- 03/01/2025
04. installer.c: fixed link, char/block device creation.
- 04/01/2025
05. daemontools.spec: added provides for installer, instcheck
06. installer.c: fix for missing sys/sysmacros.h for FreeBSD, MacOS

* Tue Dec 24 2024 20:28:14 +0000 Manvendra Bhangui <daemontools@indimail.org 1.1.6-1.1%{?dist}
Release 1.1.6-1.1 Start 13/08/2024 End 24/12/2024
Expand Down
7 changes: 5 additions & 2 deletions daemontools-x/installer.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $Id: installer.c,v 1.27 2025-01-03 08:28:04+05:30 Cprogrammer Exp mbhangui $
* $Id: installer.c,v 1.28 2025-01-04 08:46:05+05:30 Cprogrammer Exp mbhangui $
* taken from ezmlm-0.54
*/
#include <sys/types.h>
Expand Down Expand Up @@ -701,14 +701,17 @@ main(int argc, char **argv)
void
getversion_installer_c()
{
static const char *x = "$Id: installer.c,v 1.27 2025-01-03 08:28:04+05:30 Cprogrammer Exp mbhangui $";
static const char *x = "$Id: installer.c,v 1.28 2025-01-04 08:46:05+05:30 Cprogrammer Exp mbhangui $";

if (x)
x++;
}

/*
* $Log: installer.c,v $
* Revision 1.28 2025-01-04 08:46:05+05:30 Cprogrammer
* fix for FreeBSD, MacOS missing sysmacros.h
*
* Revision 1.27 2025-01-03 08:28:04+05:30 Cprogrammer
* fixed creation of links, char/block devices
*
Expand Down

0 comments on commit e3d5958

Please sign in to comment.