Accepting request 901312 from home:dimstar:Factory

- Switch back to using tar_scm in _service file: with aaa_base
  being part of the distro bootstrap (ring0) we want to have the
  build deps as lean as possible. Buildtime services equals to
  build deps.

OBS-URL: https://build.opensuse.org/request/show/901312
OBS-URL: https://build.opensuse.org/package/show/Base:System/aaa_base?expand=0&rev=726
This commit is contained in:
Ludwig Nussel 2021-06-22 11:35:33 +00:00 committed by Git OBS Bridge
parent cad36e0a3e
commit db777216f9
8 changed files with 17 additions and 16 deletions

2
.gitattributes vendored
View File

@ -21,3 +21,5 @@
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
## Specific LFS patterns
aaa_base-84.87+git20210616.9cf42ff.tar filter=lfs diff=lfs merge=lfs -text

View File

@ -1,5 +1,5 @@
<services>
<service name="obs_scm" mode="manual">
<service name="tar_scm" mode="manual">
<param name="version">84.87</param>
<param name="versionformat">84.87+git%cd.%h</param>
<param name="url">https://github.com/openSUSE/aaa_base.git</param>
@ -7,6 +7,4 @@
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="manual"/>
<service mode="buildtime" name="tar"/>
<service mode="buildtime" name="set_version"/>
</services>

View File

@ -1,6 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/aaa_base.git</param>
<param name="changesrevision">9cf42ff92f35f20f51ec3a63941601c1d4fe5dcb</param>
</service>
</servicedata>
<param name="url">https://github.com/openSUSE/aaa_base.git</param>
<param name="changesrevision">9cf42ff92f35f20f51ec3a63941601c1d4fe5dcb</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:19db4001893ac0f5ae3293add830aaa40448caf88bfeead2e653bcd982bd7f5d
size 297483

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:55a1a5cbd1382e75586ff863da680b47903a9c09ebd6be20060c9ab94d039cd3
size 358400

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jun 22 06:52:15 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Switch back to using tar_scm in _service file: with aaa_base
being part of the distro bootstrap (ring0) we want to have the
build deps as lean as possible. Buildtime services equals to
build deps.
-------------------------------------------------------------------
Wed Jun 16 09:19:09 UTC 2021 - lnussel@suse.de

View File

@ -1,5 +0,0 @@
name: aaa_base
version: 84.87+git20210616.9cf42ff
mtime: 1623834256
commit: 9cf42ff92f35f20f51ec3a63941601c1d4fe5dcb

View File

@ -53,7 +53,7 @@ Summary: openSUSE Base Package
License: GPL-2.0-or-later
Group: System/Fhs
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# run osc service dr to recreate
# run osc service mr to recreate
Source: aaa_base-%{version}.tar
#
# Read README.packaging.txt before making any changes to this