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
d2d288f7
Commit
d2d288f7
authored
4 months ago
by
importbot
Browse files
Options
Downloads
Patches
Plain Diff
import ansible-freeipa-1.13.2-1.el9
parent
e5417aed
No related branches found
Branches containing commit
Tags
imports/c8/ansible-freeipa-1.9.2-1.el8
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.ansible-freeipa.checksum
+1
-1
1 addition, 1 deletion
.ansible-freeipa.checksum
.ansible-freeipa.metadata
+1
-1
1 addition, 1 deletion
.ansible-freeipa.metadata
SPECS/ansible-freeipa.spec
+48
-3
48 additions, 3 deletions
SPECS/ansible-freeipa.spec
with
50 additions
and
5 deletions
.ansible-freeipa.checksum
+
1
−
1
View file @
d2d288f7
8b29696186c71ba067500b4b7a2d7436418f98fd1d117c2af832bb4b6918f7f6
a1b287918019235fbad66a65cae053bf88e373dd1380519fe5525a4d4b54c645
This diff is collapsed.
Click to expand it.
.ansible-freeipa.metadata
+
1
−
1
View file @
d2d288f7
f
23e5fe2f0962aafee28ee0c1d2e6b4ff2b3e6e5e496c0ef545b5e0cd4aef8ba
SOURCES/ansible-freeipa-1.1
2.1
.tar.gz
f
4965770a906c78988c097aa08a20f84ad268be3479401edeebfe47541cbe0c8
SOURCES/ansible-freeipa-1.1
3.2
.tar.gz
This diff is collapsed.
Click to expand it.
SPECS/ansible-freeipa.spec
+
48
−
3
View file @
d2d288f7
...
...
@@ -5,17 +5,23 @@
%global python %{__python3}
%global collection_namespace freeipa
%global collection_name ansible_freeipa
%global ansible_collections_dir %{_datadir}/ansible/collections/ansible_collections
Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients
Name: ansible-freeipa
Version: 1.1
2.1
Version: 1.1
3.2
Release: 1%{?dist}
URL: https://github.com/freeipa/ansible-freeipa
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
Requires: ansible-core
Requires: ansible-core
>= 2.15.0
%endif
BuildRequires: ansible-core
BuildRequires: python
%description
Ansible roles to install and uninstall FreeIPA servers, replicas and clients,
...
...
@@ -34,6 +40,7 @@ Features
- Repair mode for clients
- Backup and restore, also to and from controller
- Smartcard setup for servers and clients
- Inventory plugin freeipa
- Modules for automembership rule management
- Modules for automount key management
- Modules for automount location management
...
...
@@ -118,10 +125,17 @@ Please have a look at %{_datadir}/ansible-freeipa/requirements-tests.txt
to get the needed requrements to run the tests.
%package collection
Summary: %{collection_namespace}.%{collection_name} collection
Provides: ansible-collection-%{collection_namespace}-%{collection_name} = %{version}-%{release}
%description collection
The %{collection_namespace}.%{collection_name} collection, including tests.
%prep
%setup -q
# Do not create backup files with patches
# Fix python modules and module utils:
# - Remove shebang
# - Remove execute flag
...
...
@@ -164,6 +178,11 @@ cp -rp utils %{buildroot}%{_datadir}/ansible-freeipa/
install -m 755 -d %{buildroot}%{_datadir}/ansible-freeipa/tests
cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/
# Create collection and install to %{buildroot}%{ansible_collections_dir}
# ansible-galaxy collection install creates ansible_collections directory
# automatically in given path, therefore /..
utils/build-galaxy-release.sh -o "%{version}" -p %{buildroot}%{ansible_collections_dir}/.. %{collection_namespace} %{collection_name}
%files
%license COPYING
%{_datadir}/ansible/roles/ipaserver
...
...
@@ -175,6 +194,7 @@ cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/
%{_datadir}/ansible/plugins/doc_fragments
%{_datadir}/ansible/plugins/module_utils
%{_datadir}/ansible/plugins/modules
%{_datadir}/ansible/plugins/inventory
%doc README*.md
%doc playbooks
%{_datadir}/ansible-freeipa/requirements.txt
...
...
@@ -185,7 +205,32 @@ cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/
%{_datadir}/ansible-freeipa/tests
%{_datadir}/ansible-freeipa/requirements-tests.txt
%files collection
%dir %{ansible_collections_dir}/%{collection_namespace}
%{ansible_collections_dir}/%{collection_namespace}/%{collection_name}
%changelog
* Mon Jul 1 2024 Thomas Woerner <twoerner@redhat.com> - 1.13.2-1
- Update to version 1.13.2
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.13.2
Resolves: RHEL-35565
- Convert input certificates
Resolves: RHEL-44614
- Fix rolesdeployment with IPA 4.12
Resolves: RHEL-40869
* Tue May 28 2024 Thomas Woerner <twoerner@redhat.com> - 1.13.1-1
- Update to version 1.13.1
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.13.0
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.13.1
Resolves: RHEL-35565
- New inventory plugin
Resolves: RHEL-35541
- Enable batch command as backend
Resolves: RHEL-38943
- New collection sub package
Resolves: RHEL-38931
* Mon Feb 12 2024 Thomas Woerner <twoerner@redhat.com> - 1.12.1-1
- Update to version 1.12.1
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.12.1
...
...
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