diff options
author | Olav Vitters <olav@vitters.nl> | 2020-08-03 10:08:22 +0200 |
---|---|---|
committer | Olav Vitters <olav@vitters.nl> | 2020-08-03 10:08:22 +0200 |
commit | e4c9a2c53046a84cba5eb44f2f555f3d031d3a45 (patch) | |
tree | 54d2b2bed6c98af6aa5aca5558bbe42f019d8741 | |
parent | ef10cbdae097ab6e94efce16103e97587b36852c (diff) | |
download | initscripts-e4c9a2c53046a84cba5eb44f2f555f3d031d3a45.tar initscripts-e4c9a2c53046a84cba5eb44f2f555f3d031d3a45.tar.gz initscripts-e4c9a2c53046a84cba5eb44f2f555f3d031d3a45.tar.bz2 initscripts-e4c9a2c53046a84cba5eb44f2f555f3d031d3a45.tar.xz initscripts-e4c9a2c53046a84cba5eb44f2f555f3d031d3a45.zip |
README.Mageia.md: add spec file items, might add/find more
-rw-r--r-- | README.Mageia.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.Mageia.md b/README.Mageia.md index 99bf35b6..da7dd9f8 100644 --- a/README.Mageia.md +++ b/README.Mageia.md @@ -25,6 +25,12 @@ The repository does not contain full history (although that was an original inte - [ ] Upstream implemented alternatives system for ifup and ifdown. Need to align with NetworkManager. - [x] Upstream switched from using awk to using tr in commit beeec3c4050e2986f514725c92d1cb1d65005926. Check if our scripts rely on that. Finding: this was only changed in a few lines. It still heavily relies on awk. No similar changes needed for our bits. +Spec file related: +- [ ] Need to cleanup /etc/locale in 10.04 spec file +- [ ] Need to move 9.78 specific ownership of files to correct packages +- [ ] Need to further analyze 9.78 spec file for deviations with upstream +- [ ] Need to write 10.04 spec file, determine how much to deviate from upstream. + Low priority: - [ ] Use gprintify.py from spec-helper. This fork carries an outdated slightly modified copy of gprintify.py. The current version of gprintify has been ported to Perl and can be found in spec-helper. The modifications to gprintify.py seem to be based off b83c14a5a82de64992144f24d819b8421cc417cf in spec-helper. - [ ] Figure out if upstream commit 4e2400798397ae2567a8cfd824c14ccd41983b08 solved one of our Mageia customizations (grep for "We need to wait for duplicate address detection to complete before running dhclient -6") |