diff options
| author | Shulhan <ms@kilabit.info> | 2023-09-06 17:18:28 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-12-26 01:11:41 +0700 |
| commit | beb21fd9447f273cc956ea74d98bfe29d16244f0 (patch) | |
| tree | e21ad624a07a3439871a3bb46a443c4e2d450108 /.SRCINFO | |
| parent | 7f228a9548fc600d05f2c0c34ceb51850ca6d314 (diff) | |
| download | google-compute-engine-oslogin-beb21fd9447f273cc956ea74d98bfe29d16244f0.tar.xz | |
all: update to release 20251022.00
Changes,
* Add package boost as one of the dependencies
* Remove the prepare and checkdepends. The latest test does not run
with the following error:
*** No rule to make target '/usr/src/googletest/googletest//src/gtest-all.cc',
needed by 'gtest-all.o'. Stop.
* Remove patch on the test/Makefile since it does not relevant anymore.
* Update the build commands, following google-compute-engine-oslogin.spec
in the packaging directory.
* Remove option --now in post_install and pre_remove script.
In Arch Linux we did not start or stop the service manually during
installation or removal.
* Add common tasks in the Makefile.
Diffstat (limited to '.SRCINFO')
| -rw-r--r-- | .SRCINFO | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,18 +1,18 @@ pkgbase = google-compute-engine-oslogin pkgdesc = OS Login Guest Environment for Google Compute Engine - pkgver = 20220721.00 + pkgver = 20251022.00 pkgrel = 1 url = https://github.com/GoogleCloudPlatform/guest-oslogin install = google-compute-engine-oslogin.install arch = x86_64 license = Apache - checkdepends = gtest + depends = boost depends = curl depends = json-c depends = pam - source = google-compute-engine-oslogin-20220721.00.tar.gz::https://github.com/GoogleCloudPlatform/guest-oslogin/archive/20220721.00.tar.gz + source = google-compute-engine-oslogin-20251022.00.tar.gz::https://github.com/GoogleCloudPlatform/guest-oslogin/archive/20251022.00.tar.gz source = google-compute-engine-oslogin.install - sha256sums = 17a0cd15df917c6ae29daa299d04e2e95e8b891918d2976b31b6c13398f0bc37 - sha256sums = 3e488f66f6ddc5882d731bd951391efe588c1fbb19afcf4de5283ec7fd481039 + sha256sums = 9c103feef0687c0b7b76197c83956999ea422fe17144c6e3c1864c74af5d12af + sha256sums = 041a40fb7f7f1e22241734ecaa1d57190996b09950a342db3fe6f2bca7d70533 pkgname = google-compute-engine-oslogin |
