Accepting request 817555 from home:lee_duncan:branches:Base:System

- Added a _service file, as per new OBS requirement, and
  upstream archive file sysfsutils-sysfsutils-2_1_0.tar.gz
  retreived with OBS download service

OBS-URL: https://build.opensuse.org/request/show/817555
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysfsutils?expand=0&rev=19
This commit is contained in:
Lee Duncan
2020-06-28 22:00:57 +00:00
committed by Git OBS Bridge
parent 101c9a4968
commit 901712a21d
3 changed files with 21 additions and 3 deletions

13
_service Normal file
View File

@@ -0,0 +1,13 @@
<services>
<service name="download_url">
<param name="protocol">https</param>
<param name="host">github.com</param>
<param name="filename">sysfsutils-sysfsutils-2_1_0.tar.gz</param>
<param name="path">linux-ras/sysfsutils/archive/sysfsutils-2_1_0.tar.gz</param>
</service>
<service name="verify_file">
<param name="file">sysfsutils-sysfsutils-2_1_0.tar.gz</param>
<param name="verifier">sha256</param>
<param name="checksum">035cd517c2465fa86e4f82d035ae5817d9a8b23ba2ba42fe623eb36d3d9b973f</param>
</service>
</services>

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:035cd517c2465fa86e4f82d035ae5817d9a8b23ba2ba42fe623eb36d3d9b973f
size 398079

View File

@@ -1,6 +1,7 @@
-------------------------------------------------------------------
Thu Jun 25 17:20:08 UTC 2020 - Lee Duncan <lduncan@suse.com>
Sun Jun 28 21:15:38 UTC 2020 - Lee Duncan <lduncan@suse.com>
- Added a _service file, as per new OBS requirement
- Added a patch to bring sysfsutils up to latest upstream, which
now is in place:
* sysfsutils-latest-changes.diff.gz
@@ -12,8 +13,9 @@ Thu Jun 25 17:20:08 UTC 2020 - Lee Duncan <lduncan@suse.com>
And removing a patch that's subsumed by the above patches:
* sysfsutils-fix-compiler-issues.patch
Lastly, replaced the hand-rolled sysfsutils-2.1.0.tar.gz with
upstream archive file sysfsutils-sysfsutils-2_1_0.tar.gz,
though the contents of the two are the same.
upstream archive file sysfsutils-sysfsutils-2_1_0.tar.gz
(retreived with OBS download service), though the contents
of the two are the same.
-------------------------------------------------------------------
Mon Apr 27 19:28:46 UTC 2020 - Martin Liška <mliska@suse.cz>