Skip to content

Commit

Permalink
Merge pull request #1817 from SUSE/postfix_tar
Browse files Browse the repository at this point in the history
Add tar for the ldap tests on tumbleweed
  • Loading branch information
dcermak authored Oct 9, 2024
2 parents 6e1be1b + 35a60e5 commit dff3483
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/bci_build/package/postfix.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@
"gawk",
"grep",
"netcfg",
"openldap2",
"openldap2-client",
"postfix",
"postfix-ldap",
"postfix-lmdb",
Expand All @@ -77,9 +75,12 @@
)
+ (
(
"openldap2",
"openldap2-client",
"mandoc",
"spamassassin-spamc",
"spamass-milter",
"tar",
)
if os_version == OsVersion.TUMBLEWEED
else ()
Expand Down

0 comments on commit dff3483

Please sign in to comment.