mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 22:02:32 -06:00
[PR #2] [MERGED] Fix the .sample file install in doc folder when building an RPM #73
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/sendmailanalyzer#73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/darold/sendmailanalyzer/pull/2
Author: @ivuk
Created: 12/31/2012
Status: ✅ Merged
Merged: 12/31/2012
Merged by: @darold
Base:
master← Head:master📝 Commits (1)
e135cd7Fix the .sample file install in doc folder📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
packaging/RPM/sendmailanalyzer.spec(+1 -1)📄 Description
Currently, the RPM does not build. The issue is that it tries to copy the sendmailanalyzer.conf.sample file into /usr/share/doc/sendmailanalyzer-8.6/ folder, but that file does not exist and cannot be copied into the target folder.
This is expected, since the copying is done by install_all.sh script, so the file sendmailanalyzer.conf.sample is never actually created in the origin folder. Since unpackaged files won't terminate the RPM build, i simply let the install_all.sh handle the copying, and I can confirm that the sendmailanalyzer.conf.sample gets created just fine without getting specified in the %doc macro.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.