Skip to content

Commit

Permalink
ZCS-13983:added libnsl2 as dependency for mta-components
Browse files Browse the repository at this point in the history
  • Loading branch information
umagmrit committed Feb 19, 2024
1 parent 7917349 commit c30ab16
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions zimbra/mta-components/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ pname_lc := mta-components
zname := zimbra-$(pname_lc)
zspec := $(pname_lc).spec

osdeps = $(osdeps.$(BUILD_PLATFORM))

.PHONY: all clean build setup

all: clean build
Expand All @@ -19,6 +21,7 @@ build_rpm: specfile = SPECS/$(zspec)
build_rpm:
$(CD) $(PLATFORM_DIR)/$(zname)/rpm && \
$(replace-pkginfo) $(specfile) && \
$(PERL) -pi -e 's/OSDEPS/$(osdeps)/' $(specfile) && \
$(MKDIR) BUILD BUILDROOT RPMS SOURCES SRPMS && \
$(PKG_BUILD) $(specfile)

Expand Down
1 change: 1 addition & 0 deletions zimbra/mta-components/RHEL.def
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
osdeps.RHEL9_64 := libnsl2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Requires: zimbra-cluebringer >= 2.1.0.0.cf484f1b93cf9965886cc89d33bdee
Requires: zimbra-mariadb >= 10.1.25-1zimbra8.7b3ZAPPEND
Requires: zimbra-opendkim >= 2.10.3-1zimbra8.7b6ZAPPEND, zimbra-perl-mail-spamassassin >= 3.4.6-1zimbra8.8b5ZAPPEND
Requires: zimbra-postfix >= 3.6.1-1zimbra8.7b4ZAPPEND
Requires: zimbra-spamassassin-rules >= 1.0.0-1zimbra8.8b7ZAPPEND
Requires: zimbra-spamassassin-rules >= 1.0.0-1zimbra8.8b7ZAPPEND, OSDEPS
Packager: Zimbra Packaging Services <[email protected]>
Group: Development/Languages
AutoReqProv: no
Expand Down

0 comments on commit c30ab16

Please sign in to comment.