Commit Graph

5 Commits

Author SHA1 Message Date
Erik Berg 5d6a6c58b0 Add AlmaLinux support
Depends-On: I6cc3bedaa9753dc86d6560d32961b5a22cf3a36e
Change-Id: I037e1b0306315f7d12af0a4b6cba4226c24e6748
2022-04-11 12:21:18 -07:00
Clark Boylan 36e28c76fa Add release note for rocky and manjaro
A short note indicating why the new release is being made.

Change-Id: I710028696794f754740bcbbccdd835008cce5fc0
2021-10-18 07:20:18 -07:00
Jeremy Stanley 7fb65c5c22 Remove release note about rpm path references
As discussed at length in IRC, the feature implemented by
I7e47ee956e9496d9f47a98f9595790797c8d1789 is incomplete and
undocumented, so we should not include any release note advertising
it for now.

Change-Id: I3e992d9f0e937a0226701c52a5c6f8642a86def7
2021-02-04 01:51:50 +00:00
Jeremy Stanley d571d56c70 Add missing release notes
A number of user-facing improvements and fixes have merged since the
most recent release without release notes, so attempt to summarize
them accurately in preparation for an upcoming release.

Change-Id: I387cc4c5544f685f9d59f663734b44f3987cb1d5
2021-01-29 20:01:36 +00:00
Sam Yaple 24427065c5 Add new syntax to allow matching multiple profile
Given the following:
package1 [foo bar]
package2 [foo (bar baz)]
package3 [baz]
package4 [(bar baz)]

Profile 'foo' will match package1 and package2
Profile 'bar' will match package1
Profile 'baz' will match package3
package4 cannot be match when only declaring a single profile

Specifing profiles 'bar baz' will match all four packages

Additionally, this relaxes the whitespace around the profiles and
groups. Previously while space was allowed after but not before braces.

Change-Id: I077943ff52cc8dc2eb6437925f8ca653b3534508
2017-10-06 18:42:09 -04:00