Bug ID 910490
Summary service spec isn't updated if spec updated by link update
Classification Internal Novell Products
Product openSUSE Build Service
Version 2.5
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component backend
Assignee mls@suse.com
Reporter w01dnick@gmail.com
QA Contact adrian@suse.com
Found By ---
Blocker ---

If service file has <service name="set_version"/> there is
_service:set_version:$name.spec file which is made of $name.spec file and
version got from VCS.

When spec file is updated, service spec is updated too, but there is exception.
If package is branch of some other package and original spec file is updated,
then dependent spec file is updated but not service spec.

You can see example at
https://build.opensuse.org/package/show/home:NickLion:kde:unstable:extra/kipi-plugins5
There is kipi-plugins5.spec file which is updated by dependency, but
_service:set_version:kipi-plugins5.spec file is much older and has no changes
(you may look at line 29:
BuildRequires:  libkgeomap5-devel
vs
BuildRequires:  libkgeomap-kf5-devel).


You are receiving this mail because: