Newline is important for formatting

This commit is contained in:
2025-12-02 23:36:07 +08:00
parent 6155910ef7
commit 23aeff50d2
+1
View File
@@ -168,6 +168,7 @@ func writeSpec(dir, gopkg, openRuyiSrc, openRuyiLib, openRuyiProgram, version st
// For library package
func writeRPMLibraryPackage(f *os.File, gopkg, openRuyiLib, longdesc string, deps []string) {
fmt.Fprintf(f, "\n")
fmt.Fprintf(f, "Provides: golang(%s)\n", gopkg)
// 库包的运行时依赖
if len(deps) > 0 {