SOLVED (Was Re: [opensuse-packaging] Files for Two Packages and Do Not Conflict Issues)
Hi, On Sun, Dec 29, 2013 at 5:39 PM, Andrey Borzenkov <arvidjaar@gmail.com> wrote:
В Вс, 29/12/2013 в 17:31 +0700, Andi Sugandi пишет:
Hi,
I'm trying to build two packages: ignsdk and ignsdk-devtools.
Right now I'm facing with these issues:
"...
[ 42s] ERROR: /usr/share/ign-sdk/bin/ignsdk-ign-builder is packaged in both ignsdk and ignsdk-devtools, and the packages do not conflict [ 42s] ERROR: /usr/share/ign-sdk/template/app.spec is packaged in both ignsdk-devtools and ignsdk, and the packages do not conflict [ 42s] ERROR: /usr/share/ign-sdk/template/main.tpl is packaged in both ignsdk and ignsdk-devtools, and the packages do not conflict [ 42s] ERROR: /usr/share/ign-sdk/bin/ignsdk-ign-creator is packaged in both ignsdk and ignsdk-devtools, and the packages do not conflict
..."
https://build.opensuse.org/package/live_build_log/home:andisugandi/ignsdk/op...
Those files are intended to belong to *only* ignsdk-devtools.
Any suggestions, please?
/usr/share/ign-sdk in %files section includes everything under this directory. To package directory itself use
%dir /usr/share/ign-sdk
Great! That solved the issue. "... %files %defattr(-,root,root,-) %dir /usr/share/ign-sdk ..." Thank you very much. -- Andi Sugandi. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (1)
-
Andi Sugandi