Fix order of files #6

Merged
misaka00251 merged 1 commits from HNO3Miracle/go2spec:fix-order-of-files into master 2026-06-11 02:23:43 +00:00
Contributor

这个PR 会更改%files 字段的顺序

原来 %files 字段的顺序是

%files
%license LICENSE
%doc README.md

现在的顺序是

%files
%doc README.md
%license LICENSE

此 PR 分支并非基于目前的主分支,在请求合并到主分支时,会出现很多与目前不相关的内容。请求确认处理方法。

这个PR 会更改%files 字段的顺序 原来 %files 字段的顺序是 ```specfile %files %license LICENSE %doc README.md ``` 现在的顺序是 ```specfile %files %doc README.md %license LICENSE ``` 此 PR 分支并非基于目前的主分支,在请求合并到主分支时,会出现很多与目前不相关的内容。请求确认处理方法。
HNO3Miracle force-pushed fix-order-of-files from 8178ed5acd to a7d593c69c 2026-06-08 11:53:29 +00:00 Compare
HNO3Miracle added 1 commit 2026-06-10 16:31:25 +00:00
HNO3Miracle force-pushed fix-order-of-files from a7d593c69c to bea380b9d5 2026-06-10 16:31:25 +00:00 Compare
misaka00251 approved these changes 2026-06-11 02:23:39 +00:00
misaka00251 merged commit 34f3ab2c70 into master 2026-06-11 02:23:43 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: misaka00251/go2spec#6