Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-freeipa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
src-rhel
rpms
ansible-freeipa
Commits
d234477d
Commit
d234477d
authored
1 year ago
by
importbot
Browse files
Options
Downloads
Patches
Plain Diff
import ansible-freeipa-1.11.1-1.el9
parent
b75ddb86
No related branches found
Branches containing commit
Tags
imports/c9-beta/ansible-freeipa-1.11.1-1.el9
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.ansible-freeipa.checksum
+1
-0
1 addition, 0 deletions
.ansible-freeipa.checksum
.ansible-freeipa.metadata
+1
-1
1 addition, 1 deletion
.ansible-freeipa.metadata
.gitignore
+0
-1
0 additions, 1 deletion
.gitignore
SPECS/ansible-freeipa.spec
+54
-2
54 additions, 2 deletions
SPECS/ansible-freeipa.spec
with
56 additions
and
4 deletions
.ansible-freeipa.checksum
0 → 100644
+
1
−
0
View file @
d234477d
96e37be032e31a4dc0dbf6b0038d5bfd43e7764cfca7ffddaba33b5670f6dd96
This diff is collapsed.
Click to expand it.
.ansible-freeipa.metadata
+
1
−
1
View file @
d234477d
03f590ebf93439a08c56f8b98e61f38619309556
SOURCES/ansible-freeipa-1.
9.2
.tar.gz
71e607d42baea1fd13a790587d47566d8b2ea7e103ff727d3012a3a0af701cd4
SOURCES/ansible-freeipa-1.
11.1
.tar.gz
This diff is collapsed.
Click to expand it.
.gitignore
deleted
100644 → 0
+
0
−
1
View file @
b75ddb86
SOURCES/ansible-freeipa-1.9.2.tar.gz
This diff is collapsed.
Click to expand it.
SPECS/ansible-freeipa.spec
+
54
−
2
View file @
d234477d
...
...
@@ -7,10 +7,10 @@
Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients
Name: ansible-freeipa
Version: 1.
9.2
Version: 1.
11.1
Release: 1%{?dist}
URL: https://github.com/freeipa/ansible-freeipa
License: GPL
v3+
License: GPL
-3.0-or-later
Source: https://github.com/freeipa/ansible-freeipa/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildArch: noarch
%if 0%{?fedora} >= 35 || 0%{?rhel} >= 9
...
...
@@ -38,6 +38,7 @@ Features
- Modules for automount key management
- Modules for automount location management
- Modules for automount map management
- Modules for certificate management
- Modules for config management
- Modules for delegation management
- Modules for dns config management
...
...
@@ -123,12 +124,14 @@ to get the needed requrements to run the tests.
for i in roles/ipa*/library/*.py roles/ipa*/module_utils/*.py plugins/*/*.py;
do
sed -i '1{/\/usr\/bin\/python*/d;}' $i
sed -i '1{/\/usr\/bin\/env python*/d;}' $i
chmod a-x $i
done
for i in utils/*.py utils/new_module utils/changelog utils/ansible-doc-test;
do
sed -i '{s@/usr/bin/python*@%{python}@}' $i
sed -i '{s@/usr/bin/env python*@%{python}@}' $i
done
...
...
@@ -179,6 +182,55 @@ cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/
%{_datadir}/ansible-freeipa/requirements-tests.txt
%changelog
* Mon Jul 24 2023 Thomas Woerner <twoerner@redhat.com> - 1.11.1-1
- Update to version 1.11.1
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.11.1
Resolves: RHBZ#2170373
- ipaautomountmap: add support for indirect maps
Resolves: RHBZ#2050176
- ipauser: Add support to modify GECOS field
Resolves: RHBZ#2169372
- ipauser: Add support for parameter "street"
Resolves: RHBZ#2215531
- ipauser: Add support for SMB attributes
Resolves: RHBZ#2215533
- ipauser: Support for External IdP attributes
Resolves: RHBZ#2215536
- Fix handling of ipapwpolicy attributes usercheck and dictcheck
Resolves: RHBZ#2215542
- Update authtypes authind
Resolves: RHBZ#2215538
* Mon Jun 12 2023 Thomas Woerner <twoerner@redhat.com> - 1.11.0-1
- Update to version 1.11.0
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.11.0
Resolves: RHBZ#2170373
- Multiple service management
Resolves: RHBZ#2175771
- New ipacert module
Resolves: RHBZ#2127907
- Fix maxsequence handling in ipapwpolicy module
Resolves: RHBZ#2214294
* Wed Apr 5 2023 Thomas Woerner <twoerner@redhat.com> - 1.10.0-1
- Update to version 1.10.0
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.10.0
Resolves: RHBZ#2170373
- ipareplica/server: Enable removal from domain with undeployment
Resolves: RHBZ#2127903
- ipagroup: Allow multiple group management
Resolves: RHBZ#2175763
- ipaserver: Allow deployments with random serial numbers
Resolves: RHBZ#2127905
- ipagroup: Fix ensuring external group members (without trust-ad)
Resolves: RHBZ#2183822
- ipaclient: Add subid option to select the sssd profile with-subid
Resolves: RHBZ#2175767
- ipaclient: Fix allow_repair with removed krb5.conf and DNS lookup
Resolves: RHBZ#2127883
- ipaclient: Keep server affinity while deploying as long as possible
Resolves: RHBZ#2175757
* Tue Jan 31 2023 Thomas Woerner <twoerner@redhat.com> - 1.9.2-1
- Update to version 1.9.2
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.9.2
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment