rebase postfix role to latest upstream
Rebase: 1937938 Related: rhbz#1961404
This commit is contained in:
parent
d30c493bfe
commit
924ee8a72b
@ -97,9 +97,9 @@ BuildRequires: ansible >= 2.9.10
|
|||||||
%%global rolestodir %%{?rolestodir} %%{roletodir%{1}}
|
%%global rolestodir %%{?rolestodir} %%{roletodir%{1}}
|
||||||
}
|
}
|
||||||
|
|
||||||
#%%defcommit 1 43eec5668425d295dce3801216c19b1916df1f9b
|
%defcommit 1 bbf5784849d362cc3443fde8b09da26ea698a8ce
|
||||||
%global rolename1 postfix
|
%global rolename1 postfix
|
||||||
%deftag 1 0.1
|
#%%deftag 1 0.1
|
||||||
|
|
||||||
%defcommit 2 557546f922886fc1e73012f2af08ec80fec82fe2
|
%defcommit 2 557546f922886fc1e73012f2af08ec80fec82fe2
|
||||||
%global rolename2 selinux
|
%global rolename2 selinux
|
||||||
@ -187,9 +187,6 @@ Source17: %{archiveurl17}
|
|||||||
# Not used on Fedora.
|
# Not used on Fedora.
|
||||||
Source998: collection_readme.sh
|
Source998: collection_readme.sh
|
||||||
|
|
||||||
Patch11: rhel-system-roles-postfix-pr5.diff
|
|
||||||
Patch12: postfix-meta-el8.diff
|
|
||||||
|
|
||||||
Patch21: selinux-tier1-tags.diff
|
Patch21: selinux-tier1-tags.diff
|
||||||
|
|
||||||
Patch31: timesync-tier1-tags.diff
|
Patch31: timesync-tier1-tags.diff
|
||||||
@ -262,10 +259,6 @@ for rolename in %{rolenames}; do
|
|||||||
mv "${ROLESTODIR[${rolename}]}" ${rolename}
|
mv "${ROLESTODIR[${rolename}]}" ${rolename}
|
||||||
done
|
done
|
||||||
|
|
||||||
cd %{rolename1}
|
|
||||||
%patch11 -p1
|
|
||||||
%patch12 -p1
|
|
||||||
cd ..
|
|
||||||
cd %{rolename2}
|
cd %{rolename2}
|
||||||
%patch21 -p1
|
%patch21 -p1
|
||||||
cd ..
|
cd ..
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
diff --git a/meta/main.yml b/meta/main.yml
|
|
||||||
index a0ef6f4..da22270 100644
|
|
||||||
--- a/meta/main.yml
|
|
||||||
+++ b/meta/main.yml
|
|
||||||
@@ -7,8 +7,8 @@ galaxy_info:
|
|
||||||
min_ansible_version: 2.2
|
|
||||||
platforms:
|
|
||||||
- name: Fedora
|
|
||||||
- versions: [ 24, 25 ]
|
|
||||||
+ versions: [ 31, 32 ]
|
|
||||||
- name: EL
|
|
||||||
- versions: [ 6, 7 ]
|
|
||||||
+ versions: [ 6, 7, 8 ]
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,40 +0,0 @@
|
|||||||
diff --git a/README.md b/README.md
|
|
||||||
index 5950215..df64284 100644
|
|
||||||
--- a/README.md
|
|
||||||
+++ b/README.md
|
|
||||||
@@ -17,7 +17,7 @@ Example Playbook
|
|
||||||
|
|
||||||
Install and enable postfix. Configure "relay_domains=$mydestination" and
|
|
||||||
|
|
||||||
-```
|
|
||||||
+```yaml
|
|
||||||
---
|
|
||||||
- hosts: all
|
|
||||||
vars:
|
|
||||||
@@ -31,7 +31,7 @@ Install and enable postfix. Configure "relay_domains=$mydestination" and
|
|
||||||
Install and enable postfix. Do not run 'postfix check' before restarting
|
|
||||||
postfix:
|
|
||||||
|
|
||||||
-```
|
|
||||||
+```yaml
|
|
||||||
---
|
|
||||||
- hosts: all
|
|
||||||
vars:
|
|
||||||
@@ -43,7 +43,7 @@ postfix:
|
|
||||||
Install and enable postfix. Do single backup of main.cf (older backup will be
|
|
||||||
rewritten) and configure "relay_host=example.com":
|
|
||||||
|
|
||||||
-```
|
|
||||||
+```yaml
|
|
||||||
---
|
|
||||||
- hosts: all
|
|
||||||
vars:
|
|
||||||
@@ -58,7 +58,7 @@ Install and enable postfix. Do timestamped backup of main.cf and
|
|
||||||
configure "relay_host=example.com" (if postfix_backup_multiple is
|
|
||||||
set to true postfix_backup is ignored):
|
|
||||||
|
|
||||||
-```
|
|
||||||
+```yaml
|
|
||||||
---
|
|
||||||
- hosts: all
|
|
||||||
vars:
|
|
Loading…
Reference in New Issue
Block a user