forked from pool/aaa_base
Accepting request 901320 from Base:System
OBS-URL: https://build.opensuse.org/request/show/901320 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aaa_base?expand=0&rev=481
This commit is contained in:
commit
c7fe73d726
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -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
|
||||
|
4
_service
4
_service
@ -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>
|
||||
|
@ -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>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19db4001893ac0f5ae3293add830aaa40448caf88bfeead2e653bcd982bd7f5d
|
||||
size 297483
|
3
aaa_base-84.87+git20210616.9cf42ff.tar
Normal file
3
aaa_base-84.87+git20210616.9cf42ff.tar
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55a1a5cbd1382e75586ff863da680b47903a9c09ebd6be20060c9ab94d039cd3
|
||||
size 358400
|
@ -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
|
||||
|
||||
|
@ -1,5 +0,0 @@
|
||||
name: aaa_base
|
||||
version: 84.87+git20210616.9cf42ff
|
||||
mtime: 1623834256
|
||||
commit: 9cf42ff92f35f20f51ec3a63941601c1d4fe5dcb
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user