Skip to content

Commit

Permalink
Remove VIRTUAL_PKG_LIB env variable on package removal
Browse files Browse the repository at this point in the history
1. remove VIRTUAL_PKG_LIB env variable on package removal
2. added libindimail, libmysql control file to control files list in
   controlfiles.i
  • Loading branch information
mbhangui committed Jan 1, 2025
1 parent d236a91 commit 8d0a1af
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion indimail-x/conf-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.7
3.4.8
2 changes: 2 additions & 0 deletions indimail-x/controlfiles.i
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ host.cntrl
host.master
host.mysql
mcdinfo
libindimail
libmysql
mailalert.cfg
1 change: 1 addition & 0 deletions indimail-x/debian/indimail.postrm.in
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ for port in 465 25 587
do
> ${servicedir}/qmail-smtpd.$port/variables/VIRTUAL_PKG_LIB
done
> ${servicedir}/qmail-send.25/variables/VIRTUAL_PKG_LIB
${rm} -f ${sysconfdir}/indimail.mrtg.ok ${sysconfdir}/system.mrtg.ok
log_it "removing startup services"

Expand Down
7 changes: 7 additions & 0 deletions indimail-x/doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
* XXX XXX XX XXXX XX:XX:XX +0000 Manvendra Bhangui <[email protected]> @version@-@release@%{?dist}
Release @version@-@release@ Start 01/01/2025 End XX/XX/XXXX
- 01/01/2025
1. remove VIRTUAL_PKG_LIB env variable on package removal
2. added libindimail, libmysql control file to control files list in
controlfiles.i

* Tue Aug 06 2024 13:36:48 +0000 Manvendra Bhangui <[email protected]> 3.4.7-1.1%{?dist}
Release 3.4.7-1.1 Start 02/05/2024 End 06/08/2024
- 02/05/2024
Expand Down
3 changes: 2 additions & 1 deletion indimail-x/indimail.spec.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
#
# $Id: indimail.spec.in,v 1.148 2024-05-31 15:45:21+05:30 Cprogrammer Exp mbhangui $
# $Id: indimail.spec.in,v 1.149 2025-01-01 21:48:22+05:30 Cprogrammer Exp mbhangui $
%undefine _missing_build_ids_terminate_build
%global _unpackaged_files_terminate_build 1

Expand Down Expand Up @@ -1555,6 +1555,7 @@ for port in 465 25 587
do
> %{servicedir}/qmail-smtpd.$port/variables/VIRTUAL_PKG_LIB
done
> %{servicedir}/qmail-send.25/variables/VIRTUAL_PKG_LIB

%{__rm} -f %{sysconfdir}/indimail.mrtg.ok %{sysconfdir}/system.mrtg.ok
log_it "removing startup services"
Expand Down

0 comments on commit 8d0a1af

Please sign in to comment.