(Few format changes and improving description) |
No edit summary |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 9: | Line 9: | ||
* Name: [[User:hhorak| Honza Horak]] | * Name: [[User:hhorak| Honza Horak]] | ||
* Email: hhorak@redhat.com | * Email: hhorak@redhat.com | ||
* Release notes | * Release notes ticket: [https://pagure.io/fedora-docs/release-notes/issue/98 #98] | ||
<!--- UNCOMMENT only for Changes with assigned Shepherd (by FESCo) | <!--- UNCOMMENT only for Changes with assigned Shepherd (by FESCo) | ||
* FESCo shepherd: [[User:FASAccountName| Shehperd name]] <email address> | * FESCo shepherd: [[User:FASAccountName| Shehperd name]] <email address> | ||
Line 21: | Line 21: | ||
* Targeted release: [[Releases/28 | Fedora 28]] | * Targeted release: [[Releases/28 | Fedora 28]] | ||
* Last updated: <!-- this is an automatic macro — you don't need to change this line --> {{REVISIONYEAR}}-{{REVISIONMONTH}}-{{REVISIONDAY2}} | * Last updated: <!-- this is an automatic macro — you don't need to change this line --> {{REVISIONYEAR}}-{{REVISIONMONTH}}-{{REVISIONDAY2}} | ||
* Tracker bug: | * Tracker bug: [https://bugzilla.redhat.com/show_bug.cgi?id=1537258 #1537258] | ||
== Detailed Description == | == Detailed Description == | ||
Line 36: | Line 36: | ||
== Scope == | == Scope == | ||
* Proposal owners: Provide the NIS client implementation as separate packages, and adjust the glibc packaging to remove the <code>nss_nis</code> and <code>libnsl</code> | * Proposal owners: Provide the NIS client implementation as separate packages, and adjust the glibc packaging to remove the <code>nss_nis</code> subpackage, the NIS header files, and move <code>libnsl</code> to a new subpackage. | ||
* Other developers: | * Other developers: | ||
** Packages which depend on <code>libnsl</code> library will need to add <code>BuildRequires: libnsl2-devel</code>. | ** Packages which used to depend on the <code>libnsl</code> library from glibc will need to add <code>BuildRequires: libnsl2-devel</code>. | ||
<!-- Does this feature require coordination with release engineering (e.g. changes to installer image generation or update package delivery)? Is a mass rebuild required? include a link to the releng issue. | <!-- Does this feature require coordination with release engineering (e.g. changes to installer image generation or update package delivery)? Is a mass rebuild required? include a link to the releng issue. | ||
The issue is required to be filed prior to feature submission, to ensure that someone is on board to do any process development work and testing, and that all changes make it into the pipeline; a bullet point in a change is not sufficient communication --> | The issue is required to be filed prior to feature submission, to ensure that someone is on board to do any process development work and testing, and that all changes make it into the pipeline; a bullet point in a change is not sufficient communication --> | ||
** [[Fedora_Program_Management/ReleaseBlocking/Fedora28|List of deliverables]]: <!-- Please check the list of Fedora release deliverables and list all the differences the feature brings --> | ** [[Fedora_Program_Management/ReleaseBlocking/Fedora28|List of deliverables]]: <!-- Please check the list of Fedora release deliverables and list all the differences the feature brings --> | ||
* Release engineering: [https://pagure.io/releng/issue/7256 #7256] (a check of an impact with Release Engineering is needed) | |||
* Policies and guidelines: N/A (not needed for this Change; covered by the existing Packaging Guidelines) | * Policies and guidelines: N/A (not needed for this Change; covered by the existing Packaging Guidelines) | ||
Line 79: | Line 81: | ||
Fedora 28 uses new <code>libnsl</code> to support IPv6 for NIS functionality. | Fedora 28 uses new <code>libnsl</code> to support IPv6 for NIS functionality. | ||
[[Category: | [[Category:ChangeAcceptedF28]] | ||
<!-- When your change proposal page is completed and ready for review and announcement --> | <!-- When your change proposal page is completed and ready for review and announcement --> | ||
<!-- remove Category:ChangePageIncomplete and change it to Category:ChangeReadyForWrangler --> | <!-- remove Category:ChangePageIncomplete and change it to Category:ChangeReadyForWrangler --> |
Latest revision as of 14:56, 2 March 2018
NIS switching to new libnsl to support IPv6
Summary
This system-wide change covers the switch of NIS components to the new client side implementation in order to support IPv6, while detaching libnsl
and nss_nis
packages, previously bundled together with glibc
.
Owner
- Name: Matej Muzila
- Email: mmuzila@redhat.com
- Name: Honza Horak
- Email: hhorak@redhat.com
- Release notes ticket: #98
Current status
Detailed Description
glibc
bundles the client part of NIS, while this implementation is not compatible with IPv6, due to the way addresses are represented. NIS upstream added NIS support for the server and client tools, but for being able to use this feature, the libnsl
and nss_nis
needs to be rebased to the new version. Since NIS has been part of glibc
for long time and it doesn't seem to be necessary (especially given the NIS is an obsoleted technology for years), it is better to detach those two packages and deliver them as a separate library.
This change is also related to Sun RPC Removal Change.
Benefit to Fedora
After switching to libnsl2
, applications using the NIS will support IPv6.
NIS support in glibc
have been deprecated for a long time and is explicitly enabled in the Fedora build. This change aligns Fedora glibc
with current upstream owners.
Scope
- Proposal owners: Provide the NIS client implementation as separate packages, and adjust the glibc packaging to remove the
nss_nis
subpackage, the NIS header files, and movelibnsl
to a new subpackage. - Other developers:
- Packages which used to depend on the
libnsl
library from glibc will need to addBuildRequires: libnsl2-devel
.
- Packages which used to depend on the
- Release engineering: #7256 (a check of an impact with Release Engineering is needed)
- Policies and guidelines: N/A (not needed for this Change; covered by the existing Packaging Guidelines)
- Trademark approval: N/A (not needed for this Change)
Upgrade/compatibility impact
Support for existing binaries is preserved.
How To Test
Regular system testing on IPv4 and IPv6 networks will cover this change.
User Experience
Users will enjoy IPv6 support.
Dependencies
This change is also related to Sun RPC Removal Change.
Contingency Plan
- Contingency mechanism: Revert the glibc changes and reintroduce the deprecated interfaces.
- Contingency deadline: alpha
- Blocks release? no
- Blocks product? N/A
Documentation
Release Notes
Fedora 28 uses new libnsl
to support IPv6 for NIS functionality.