Commit 46c0f861afad8c3f74a4ac5cc40616e9086f3f5b

Authored by Perry Werneck
1 parent 0f7ff339
Exists in master and in 1 other branch develop

Fixing rpm dependency.

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
rpm/libhllapi.spec
... ... @@ -73,10 +73,11 @@ HLLAPI client library for pw3270/lib3270
73 73  
74 74 See more details at https://softwarepublico.gov.br/social/pw3270/
75 75  
76   -#---[ Development package ]-------------------------------------------------------------------------------------------
  76 +#---[ Development ]---------------------------------------------------------------------------------------------------
77 77  
78 78 %package devel
79 79 Summary: HLLAPI Development files.
  80 +Requires: %{name}%{_libvrs} = %{version}
80 81  
81 82 %description devel
82 83  
... ...