#17 Adding Requires in -devel package for libwireshark.so
Merged a year ago by mruprich. Opened a year ago by mruprich.
rpms/ mruprich/wireshark add-devel-require-f38  into  f38

file modified
+4 -1
@@ -106,7 +106,10 @@ 

  

  %package devel

  Summary:	Development headers and libraries for wireshark

- Requires:	%{name} = %{epoch}:%{version}-%{release} glibc-devel glib2-devel

+ Requires:	%{name} = %{epoch}:%{version}-%{release}

+ Requires:	%{name}-cli = %{epoch}:%{version}-%{release}

+ Requires:	glibc-devel

+ Requires:	glib2-devel

  

  %description devel

  The wireshark-devel package contains the header files, developer

wireshark-devel has a dependency on libwireshark.so.* but in such a case, there should be an explicit dependency on the package that carries it, in this case wireshark-cli.

Even though there was an error in the scratch build, I am merging this. I think I have the solution to the build error and I will fix it right away. This change is just a specfile change, no need to build. This will be built together with the fix for the compilation failure.

Pull-Request has been merged by mruprich

a year ago
Metadata