Skip to content

Commit

Permalink
Update deps to use puppet/systemd
Browse files Browse the repository at this point in the history
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x

This bump is driven by simp/simp-core#829
  • Loading branch information
op-ct committed Jun 3, 2022
1 parent 46af393 commit 698136a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@
.idea/
dist
/pkg
/spec/fixtures
# Read everything in fixtures
/spec/fixtures/*
# Un-ignore hieradata
!/spec/fixtures/hieradata/*
# Except this one, which is auto-generated
/spec/fixtures/hieradata/hiera.yaml
/spec/rp_env
/.rspec_system
/.vagrant
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Fri Jun 03 2022 Chris Tessmer <chris.tessmer@onyxpoint.com> - 2.8.0
- Update from camptocamp/systemd to puppet/systemd

* Wed Jun 16 2021 Chris Tessmer <chris.tessmer@onyxpoint.com> - 2.7.0
- Removed support for Puppet 5
- Ensured support for Puppet 7 in requirements and stdlib
Expand Down
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-selinux",
"version": "2.7.0",
"version": "2.8.0",
"author": "SIMP Team",
"summary": "manages the SELinux system state",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,8 +29,8 @@
"simp": {
"optional_dependencies": [
{
"name": "camptocamp/systemd",
"version_requirement": ">= 2.2.0 < 3.0.0"
"name": "puppet/systemd",
"version_requirement": ">= 3.x < 4.0.0"
}
]
},
Expand Down

0 comments on commit 698136a

Please sign in to comment.