diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..9446b8a --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libyaml-0-2 diff --git a/libyaml.changes b/libyaml.changes index 4adaa89..8926a1f 100644 --- a/libyaml.changes +++ b/libyaml.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 6 08:50:49 UTC 2022 - Dominique Leuenberger + +- Add baselibs.conf: produce libyaml-0-2-32bit, required by + libcamera -> pipewire. + ------------------------------------------------------------------- Sat Aug 15 22:27:54 UTC 2020 - Dirk Mueller diff --git a/libyaml.spec b/libyaml.spec index 4dbabb6..3fe9e87 100644 --- a/libyaml.spec +++ b/libyaml.spec @@ -1,7 +1,7 @@ # # spec file for package libyaml # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,6 +24,7 @@ License: MIT Group: Development/Libraries/C and C++ URL: https://pyyaml.org/wiki/LibYAML Source: http://pyyaml.org/download/libyaml/yaml-%{version}.tar.gz +Source99: baselibs.conf BuildRequires: pkgconfig %description