From 6284cf0cf660705021d46c3acccc65b450dfacfef83eba98f5ff6be4f4b07ed3 Mon Sep 17 00:00:00 2001 From: Ruediger Oertel Date: Fri, 21 Oct 2022 10:15:10 +0000 Subject: [PATCH 1/2] - Update to version 0.27: * Fix python3 line * Apply feedback * Add new validator to check rust audit is enforced OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=145 --- _servicedata | 2 +- obs-service-source_validator-0.27.tar.zst | 4 ++-- obs-service-source_validator.changes | 8 ++++++++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/_servicedata b/_servicedata index 8bd90be..384f22f 100644 --- a/_servicedata +++ b/_servicedata @@ -3,4 +3,4 @@ git://github.com/openSUSE/obs-service-source_validator.git c68d7a28c4ecd88b179359b030098503e75adc0b https://github.com/openSUSE/obs-service-source_validator.git - ef73562065c63a0ea562699a65b075721033024a \ No newline at end of file + 0b11d9ead63375153719a8953ba1ba4323132cda \ No newline at end of file diff --git a/obs-service-source_validator-0.27.tar.zst b/obs-service-source_validator-0.27.tar.zst index 708c7cc..fd71dd1 100644 --- a/obs-service-source_validator-0.27.tar.zst +++ b/obs-service-source_validator-0.27.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1804126e4a27885a3bdc98cd01d5bd609ecd7df58b402b66edbb268e1512eb86 -size 57760 +oid sha256:24b2a0f22cff4190df4d7582b5d6b2c9edb5908663dbb91ee553ed0fa8f7f821 +size 64484 diff --git a/obs-service-source_validator.changes b/obs-service-source_validator.changes index 30958ce..dbc24b6 100644 --- a/obs-service-source_validator.changes +++ b/obs-service-source_validator.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Oct 21 10:10:50 UTC 2022 - ro@suse.de + +- Update to version 0.27: + * Fix python3 line + * Apply feedback + * Add new validator to check rust audit is enforced + ------------------------------------------------------------------- Thu Oct 06 14:21:56 UTC 2022 - dmueller@suse.com From 4d082ee9f9e6ef0d620606e179bd78b16c0e94a376bf5d0509babda50da91f03 Mon Sep 17 00:00:00 2001 From: Ruediger Oertel Date: Fri, 21 Oct 2022 11:23:12 +0000 Subject: [PATCH 2/2] - Update to version 0.27: * use current directory when not given to avoid crashes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=146 --- _servicedata | 2 +- obs-service-source_validator-0.27.tar.zst | 4 ++-- obs-service-source_validator.changes | 6 ++++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/_servicedata b/_servicedata index 384f22f..05b716b 100644 --- a/_servicedata +++ b/_servicedata @@ -3,4 +3,4 @@ git://github.com/openSUSE/obs-service-source_validator.git c68d7a28c4ecd88b179359b030098503e75adc0b https://github.com/openSUSE/obs-service-source_validator.git - 0b11d9ead63375153719a8953ba1ba4323132cda \ No newline at end of file + 2197930073c147e5822e7237cc12324f9373c77c \ No newline at end of file diff --git a/obs-service-source_validator-0.27.tar.zst b/obs-service-source_validator-0.27.tar.zst index fd71dd1..899b5fe 100644 --- a/obs-service-source_validator-0.27.tar.zst +++ b/obs-service-source_validator-0.27.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:24b2a0f22cff4190df4d7582b5d6b2c9edb5908663dbb91ee553ed0fa8f7f821 -size 64484 +oid sha256:42356a11d7b3aba64e6a88a3142887ca6f51193ceae2762321bc08a0c1e895d8 +size 64476 diff --git a/obs-service-source_validator.changes b/obs-service-source_validator.changes index dbc24b6..7e26806 100644 --- a/obs-service-source_validator.changes +++ b/obs-service-source_validator.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 21 11:22:57 UTC 2022 - ro@suse.de + +- Update to version 0.27: + * use current directory when not given to avoid crashes + ------------------------------------------------------------------- Fri Oct 21 10:10:50 UTC 2022 - ro@suse.de