as spec file needs to be changed, would it not be a good time to also create an _service to get the source directly from git ?
Doing it in 2 step does not provide much value.
-------- Forwarded Message --------
Visit
https://build.opensuse.org/request/show/729585
Description:
worker-utils was moved to a different repo, adjusting as needed.
Actions:
- submit home:haydemtzl:branches:Cloud:StarlingX:2.0/worker-utils => Cloud:StarlingX:2.0/worker-utils
old:
----
config-1.0.tar.gz
new:
----
utilities-1.0.tar.gz
spec files:
-----------
--- worker-utils.spec
+++ worker-utils.spec
@@ -4,8 +4,8 @@
Release: %{tis_patch_ver}%{?_tis_dist}
License: Apache-2.0
Group: System/Base
-URL:
https://opendev.org/starlingx/config -Source0: config-%{version}.tar.gz
+URL:
https://opendev.org/starlingx/utilities +Source0: utilities-%{version}.tar.gz
BuildArch: noarch
BuildRequires: systemd
@@ -30,7 +30,7 @@
%define debug_package %{nil}
%prep
-%setup -n config/worker-utils/worker-utils
+%setup -n utilities/utilities/worker-utils/worker-utils
%build
make
other changes:
--------------
++++++ utilities-1.0.tar.gz (new)
++++++ deleted files:
--- config-1.0.tar.gz
To REVIEW against the previous version:
osc request show --diff 729585
To ACCEPT the request:
osc request accept 729585 --message="reviewed ok."
To DECLINE the request:
osc request decline 729585 --message="declined for reason xyz (see ... for background / policy / ...)."
To REVOKE the request:
osc request revoke 729585 --message="retracted because ..., sorry / thx / see better version ..."
--
Configure notifications at https://build.opensuse.org/user/notifications
openSUSE Build Service (https://build.opensuse.org/)