[PR #63] [MERGED] Route pre/post install/remove scripts from RPM task to packager #206

Closed
opened 2026-01-29 16:31:15 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quamotion/dotnet-packaging/pull/63
Author: @clemensv
Created: 8/11/2018
Status: Merged
Merged: 8/13/2018
Merged by: @qmfrederik

Base: masterHead: issue62


📝 Commits (2)

  • dbf8861 Patching pre/post install/remove scripts from RPM task to packager equivalent to DEB packaging.
  • f13682a fix parameter bug in test RpmPackageCreatorTests.CreatePackageTest

📊 Changes

3 files changed (+110 additions, -10 deletions)

View changed files

📝 Packaging.Targets.Tests/Rpm/RpmPackageCreatorTests.cs (+30 -6)
📝 Packaging.Targets/Rpm/RpmPackageCreator.cs (+40 -4)
📝 Packaging.Targets/RpmTask.cs (+40 -0)

📄 Description

See https://github.com/qmfrederik/dotnet-packaging/issues/62


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/quamotion/dotnet-packaging/pull/63 **Author:** [@clemensv](https://github.com/clemensv) **Created:** 8/11/2018 **Status:** ✅ Merged **Merged:** 8/13/2018 **Merged by:** [@qmfrederik](https://github.com/qmfrederik) **Base:** `master` ← **Head:** `issue62` --- ### 📝 Commits (2) - [`dbf8861`](https://github.com/quamotion/dotnet-packaging/commit/dbf88615910fa5e6e1518b7e9f266090e25b2792) Patching pre/post install/remove scripts from RPM task to packager equivalent to DEB packaging. - [`f13682a`](https://github.com/quamotion/dotnet-packaging/commit/f13682a8ba38056444c0ce832be33b6b2403d5d8) fix parameter bug in test RpmPackageCreatorTests.CreatePackageTest ### 📊 Changes **3 files changed** (+110 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `Packaging.Targets.Tests/Rpm/RpmPackageCreatorTests.cs` (+30 -6) 📝 `Packaging.Targets/Rpm/RpmPackageCreator.cs` (+40 -4) 📝 `Packaging.Targets/RpmTask.cs` (+40 -0) </details> ### 📄 Description See https://github.com/qmfrederik/dotnet-packaging/issues/62 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:31:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dotnet-packaging#206