#1 Use explicit SONAME in files list
Closed 3 years ago by wtaymans. Opened 5 years ago by rathann.
Unknown source master  into  master

file modified
+1 -1
@@ -47,7 +47,7 @@

  %files

  %doc ChangeLog README.fedora

  %license NOTICE

- %{_libdir}/*.so.*

+ %{_libdir}/*.so.1*

  

  %files devel

  %doc documentation/*.pdf

This avoids accidental SONAME bumps when doing updates.

Pull-Request has been closed by wtaymans

3 years ago
Metadata