diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-09-25 09:59:14 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-09-25 11:37:56 (EDT) |
commit | ef9da61736858fc1ffb3b6deab8b6057daefc6d8 (patch) | |
tree | c5fb739e632533f33b4f1aa0804d9ec5e987dd17 /NEWS | |
parent | dfc2e98ae678073977cd66a41592aee25454d757 (diff) |
metadata, package: Encode binary package names
Remove restriction on duplicate "clean" names.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,11 @@ libopkbuild: * ProteanOS source package versions may now contain epochs. This complies with the latest draft of SPF 2.0. + * A new ob_clean_name() function has been added. + ob_get_binary_packages() no longer complains about duplicate "clean" + binary package names such as "libc-1" and "libc++.1". This will + allow SPF 2.0 to remove the restriction on "binary package clean + names". Build system: |