Skip to content

Commit

Permalink
Fix almalinux releasefile parsing (#3738)
Browse files Browse the repository at this point in the history
* fix product detection while bootstrapping RedHat like products (bsc#1185846)

* update changelog
  • Loading branch information
mcalmer committed May 10, 2021
1 parent a168f68 commit 64db7b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Expand Up @@ -19,7 +19,7 @@ amazonrelease:
cmd.run:
- name: cat /etc/system-release
- onlyif: test -f /etc/system-release
almalinux:
almarelease:
cmd.run:
- name: cat /etc/almalinux-release
- onlyif: test -f /etc/almalinux-release
Expand Down
2 changes: 2 additions & 0 deletions susemanager-utils/susemanager-sls/susemanager-sls.changes
@@ -1,3 +1,5 @@
- fix product detection while bootstrapping RedHat like products (bsc#1185846)

-------------------------------------------------------------------
Wed May 05 16:44:00 CEST 2021 - jgonzalez@suse.com

Expand Down

0 comments on commit 64db7b8

Please sign in to comment.