SHA256
1
0
forked from pool/libical

- Fix multibuild building. For baselibs.conf and _multibuild to

work correctly, we need to define all possible %package in the
  spec file irrespective of the "flavor". Packages are not generated
  if they do not have a %files section

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=64
This commit is contained in:
2019-10-30 11:53:50 +00:00
committed by Git OBS Bridge
parent c60715fe87
commit a06af81c77
2 changed files with 33 additions and 29 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Oct 30 11:49:14 UTC 2019 - Adam Majer <adam.majer@suse.de>
- Fix multibuild building. For baselibs.conf and _multibuild to
work correctly, we need to define all possible %package in the
spec file irrespective of the "flavor". Packages are not generated
if they do not have a %files section
-------------------------------------------------------------------
Wed Oct 30 02:37:57 UTC 2019 - Yifan Jiang <yfjiang@suse.com>