#20 address rpmdeps test suggestions
Merged 10 months ago by wtaymans. Opened 10 months ago by sbonazzo.
Unknown source rpmdeps_fix  into  rawhide

file modified
+5 -1
@@ -9,7 +9,7 @@

  %global ms_version   0.4.2

  

  # For rpmdev-bumpspec and releng automation

- %global baserelease 1

+ %global baserelease 2

  

  #global snapdate   20210107

  #global gitcommit  b17db2cebc1a5ab2c01851d29c05f79cd2f262bb
@@ -257,6 +257,7 @@

  License:        MIT

  BuildRequires:  jack-audio-connection-kit-devel

  Recommends:     %{name}%{?_isa} = %{version}-%{release}

+ Requires:       %{name}-jack-audio-connection-kit-libs = %{version}-%{release}

  Requires:       %{name}-libs%{?_isa} = %{version}-%{release}

  Requires:       jack-audio-connection-kit

  
@@ -720,6 +721,9 @@

  %endif

  

  %changelog

+ * Mon Aug 07 2023 Sandro Bonazzola <sbonazzo@redhat.com> - 0.3.77-2

+ - Explicitly require pipewire-jack-audio-connection-kit-libs for pipewire-plugin-jack

+ 

  * Fri Aug 04 2023 Wim Taymans <wtaymans@redhat.com> - 0.3.77-1

  - Update version to 0.3.77

  

Subpackage pipewire-plugin-jack carries 'Requires: libjack.so.0' which comes
from subpackage pipewire-jack-audio-connection-kit-libs but does not carry
an explicit package version requirement.
Added 'Requires: pipewire-jack-audio-connection-kit-libs = %{version}-%{release}'
to the spec file to avoid the need to test interoperability between
various combinations of old and new subpackages.

Signed-off-by: Sandro Bonazzola sbonazzo@redhat.com

Pull-Request has been merged by wtaymans

10 months ago

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/b2060467736f4388832b6e06485715a4

Metadata