Skip to content

Commit

Permalink
fix incorrectly packaged symlink in spec files
Browse files Browse the repository at this point in the history
In the spec file, the RELEASE-NOTES to be packaged is a symbolic link.
We need to replace it with the real file.

And update the target of RELEASE-NOTES to 1.47.2

Signed-off-by: jinzhiguang <[email protected]>
  • Loading branch information
dylanorz committed Jan 21, 2025
1 parent c3cce4a commit d7863ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE-NOTES
2 changes: 2 additions & 0 deletions e2fsprogs.spec
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ SMP systems.
make
make check

rel_notes=$(readlink RELEASE-NOTES); rm -f RELEASE-NOTES && cp $rel_notes RELEASE-NOTES

%install
rm -rf $RPM_BUILD_ROOT
export PATH=/sbin:$PATH
Expand Down

0 comments on commit d7863ec

Please sign in to comment.