From Fedora Project Wiki
No edit summary
No edit summary
Line 95: Line 95:


== Scope ==
== Scope ==
* Proposal owners: Find appropriate packages and remove obsolete scriptlets.
* Proposal owners: Find appropriate packages and remove obsolete scriptlets by sending Pull Requests and working with maintainers on merging them.
<!-- What work do the feature owners have to accomplish to complete the feature in time for release?  Is it a large change affecting many parts of the distribution or is it a very isolated change? What are those changes?-->
<!-- What work do the feature owners have to accomplish to complete the feature in time for release?  Is it a large change affecting many parts of the distribution or is it a very isolated change? What are those changes?-->



Revision as of 10:21, 19 December 2018


Remove Obsolete Scriptlets

Summary

Remove scriptlets which are not needed anymore (ldconfig, gtk-update-icon-cache, etc.).

Owner

  • Name: Igor Gnatenko
  • Email: ignatenkobrain@fedoraproject.org
  • Release notes owner:

Current status

  • Targeted release: Fedora 30
  • Last updated: 2018-12-19
  • Tracker bug: <will be assigned by the Wrangler>

Detailed Description

There are plenty of scriptlets which were needed at time of Fedora 28 or earlier which are not needed anymore and just slow down installation. We will remove scriptlets which are not needed anymore from packages.

  • ldconfig scriptlets will be removed (or by maintainer request will be replaced by %ldconfig_scriptlets macro which exists on Fedora and EPEL)
  • gtk-update-icon-cache, glib-compile-schemas, gdk-pixbuf-query-loaders, gtk-query-immodules-3.0, gio-querymodules and install-info will be removed (or by maintainer request will be guarded with %if's)

Benefit to Fedora

  • Smaller installation time of RPMs.
  • Faster image building/buildroot preparation/etc. (from RPMs).

Scope

  • Proposal owners: Find appropriate packages and remove obsolete scriptlets by sending Pull Requests and working with maintainers on merging them.
  • Other developers: Package Maintainers are advised to remove scriptlets themselves or wait until Proposal Owners will do that.
  • Release engineering: #7977 (to avoid multiple rebuilds, completing this change before mass rebuild is advised)
  • Policies and guidelines: Guidelines are already updated.
  • Trademark approval: N/A (not needed for this Change)

Upgrade/compatibility impact

Installed F30 RPMs on F28/EL6/EL7 might not work although it is not supported.

How To Test

Install new version of package with removed scriptlets and observe that it works.

User Experience

Installation of packages are faster.

Dependencies

No specific dependencies.

Contingency Plan

  • Contingency mechanism: Proposal Owners will revert changes which break specific packages when encountered.
  • Contingency deadline: Final freeze.
  • Blocks release? No
  • Blocks product? product

Documentation

Everything is already documented in Packaging Guidelines.

Release Notes