Accepting request 1103341 from systemsmanagement:SCC
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1103341 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suseconnect-ng?expand=0&rev=21
This commit is contained in:
commit
d74c35ae63
9
_service
9
_service
@ -1,9 +1,13 @@
|
||||
<services>
|
||||
<!-- The copy of this file in the OBS package needs to be manually updated from the one in git repo. -->
|
||||
<!-- The copy of this file in the OBS package needs to be manually updated
|
||||
from the one in git repo.
|
||||
Parameter definitions:
|
||||
https://github.com/openSUSE/obs-service-tar_scm/blob/master/tar_scm.service.in
|
||||
-->
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/SUSE/connect-ng.git</param>
|
||||
<param name="revision">main</param>
|
||||
<param name="revision">ae8ba1ea979da277824e8f905114a723ae66def1</param>
|
||||
<param name="version">_auto_</param>
|
||||
<param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
|
||||
<param name="filename">connect-ng</param>
|
||||
@ -21,6 +25,7 @@
|
||||
<service name="extract_file" mode="manual">
|
||||
<param name="archive">connect-ng*.tar.xz</param>
|
||||
<param name="files">connect-ng-*/suseconnect-ng.spec</param>
|
||||
<param name="files">connect-ng-*/suseconnect-ng.changes</param>
|
||||
<param name="files">connect-ng-*/suseconnect-ng-rpmlintrc</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/SUSE/connect-ng.git</param>
|
||||
<param name="changesrevision">abd0fec5d4a4b9ddd5eb25a9f18a1968b4dc8164</param></service></servicedata>
|
||||
<param name="changesrevision">ae8ba1ea979da277824e8f905114a723ae66def1</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6624bc7243e55c1a5badd8fc87c54cd12b13cf65ca741839ac68b4aa8907b95e
|
||||
size 79452
|
3
connect-ng-1.3.0~git0.ae8ba1e.tar.xz
Normal file
3
connect-ng-1.3.0~git0.ae8ba1e.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4f2ff41df7445a83025db74026829fb3415e212628518e05a7884af853444fe
|
||||
size 83380
|
@ -1,14 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 3 12:11:07 UTC 2023 - tschmidt@suse.com
|
||||
|
||||
- Update to version 1.3.0
|
||||
* Track .changes file in git
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:51:29 UTC 2023 - tschmidt@suse.com
|
||||
|
||||
- Update to version 1.2.0~git0.abd0fec:
|
||||
* enhance docs for package testing
|
||||
* fix provides to be compatible with yast2-registration on SLE15SP3 and lower
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 07 12:28:43 UTC 2023 - tschmidt@suse.com
|
||||
|
||||
- Update to version 1.1.0~git4.9156496:
|
||||
* Fixed `provides` to work with yast2-registration on SLE15 < SP4 (bsc#1212799)
|
||||
* Improve error message if product set more than once
|
||||
|
||||
|
@ -23,7 +23,8 @@
|
||||
%bcond_with hwinfo
|
||||
|
||||
Name: suseconnect-ng
|
||||
Version: 1.2.0~git0.abd0fec
|
||||
# the version will get set by the 'set_version' service
|
||||
Version: 1.3.0~git0.ae8ba1e
|
||||
Release: 0
|
||||
URL: https://github.com/SUSE/connect-ng
|
||||
License: LGPL-2.1-or-later
|
||||
@ -57,7 +58,7 @@ BuildRequires: systemd
|
||||
%endif
|
||||
|
||||
Obsoletes: SUSEConnect < 1.1.0
|
||||
Provides: SUSEConnect = 1.1.0
|
||||
Provides: SUSEConnect = %version
|
||||
Obsoletes: zypper-migration-plugin < 0.99
|
||||
Provides: zypper-migration-plugin = 0.99
|
||||
Obsoletes: zypper-search-packages-plugin < 0.99
|
||||
|
Loading…
Reference in New Issue
Block a user