Skip to content

Commit

Permalink
fixes for rpm build
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed Jan 4, 2025
1 parent e3d5958 commit 02e68d1
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 8 deletions.
3 changes: 3 additions & 0 deletions indimail-mta-x/doc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Release 3.1-1.1 Start 26/12/2024 End XX/XX/XXXX
- 01/01/2025
02. qmail-remote.c, tcpto.c, tcpto.h: added tcpto timeout definitions in
tcpto.h
- 04/01/2025
03. indimail-mta.spec: updated version number for daemontools, ucspi in
Requires

* Tue Dec 24 2024 20:28:14 +0000 Manvendra Bhangui <indimail-mta@indimail.org 3.0.9-1.1%{?dist}
Release 3.0.9-1.1 Start 08/08/2024 End 24/12/2024
Expand Down
6 changes: 3 additions & 3 deletions indimail-mta-x/indimail-mta.spec.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
#
# $Id: indimail-mta.spec.in,v 1.407 2024-12-27 00:51:30+05:30 Cprogrammer Exp mbhangui $
# $Id: indimail-mta.spec.in,v 1.408 2025-01-04 08:57:26+05:30 Cprogrammer Exp mbhangui $
%undefine _missing_build_ids_terminate_build
%global _unpackaged_files_terminate_build 1

Expand Down Expand Up @@ -166,8 +166,8 @@ Requires: insserv-compat
Requires: initscripts
%endif

Requires: daemontools >= 1.0
Requires: ucspi-tcp >= 1.0
Requires: daemontools >= 1.1.7
Requires: ucspi-tcp >= 1.1.4

%define log \
log_it() { \
Expand Down
7 changes: 5 additions & 2 deletions indimail-mta-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
2 changes: 1 addition & 1 deletion ucspi-tcp-x/LIBEXEC
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
#

# scripts/programs
l:::0755:/:instcheck.ucspi-tcp:instcheck
f:::0755:/:instcheck.ucspi-tcp:instcheck
f:::0755:/:uinstaller:installer
2 changes: 2 additions & 0 deletions ucspi-tcp-x/doc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Release @version@-@release@ Start 05/09/2024 End XX/XX/XXXX
address
- 05/10/2024
12. tcpserver.c: use INET6_ADDRLENSTRLEN for AF_INET6
- 04/01/2025
13. Fixes for installer from daemontools package

* Tue Aug 06 2024 12:44:32 +0000 Manvendra Bhangui <ucspi-tcp@indimail.org> 1.1.4-1.1%{?dist}
Release 1.1.4-1.1 Start 08/02/2024 End 06/08/2024
Expand Down
7 changes: 5 additions & 2 deletions ucspi-tcp-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 02e68d1

Please sign in to comment.