Update to 0.0.99.2

Disable the %check section because 'go test ...' isn't working as it
is in the build environment.
This commit is contained in:
Debarshi Ray 2021-06-26 20:03:14 +02:00
parent a88a4b95ce
commit 12df1ef16a
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@
/toolbox-0.0.98.1.tar.xz
/toolbox-0.0.99.tar.xz
/toolbox-0.0.99.1.tar.xz
/toolbox-0.0.99.2.tar.xz

View File

@ -1 +1 @@
SHA512 (toolbox-0.0.99.1.tar.xz) = 6021653eb7fbfc85ea700a9f52f9cfb552efbd4127eb3332a53bd340c8270c4d7a4e54b4a435202fd9e95ee0d90555a46ae9363a930b37fa35e63f239dffc027
SHA512 (toolbox-0.0.99.2.tar.xz) = 8e775d500755181f22f62dde4da32d5eff446590e54587633a545f880e9d58dc36ace9e7b37e5ec7a4713f570ceb3d27569f9421ad27fd95f0bb6499b470d0b6

View File

@ -1,5 +1,5 @@
Name: toolbox
Version: 0.0.99.1
Version: 0.0.99.2
%global goipath github.com/containers/%{name}
%gometa
@ -27,6 +27,7 @@ BuildRequires: golang(github.com/fsnotify/fsnotify) >= 1.4.7
BuildRequires: golang(github.com/godbus/dbus) >= 5.0.3
BuildRequires: golang(github.com/mattn/go-isatty) >= 0.0.12
BuildRequires: golang(github.com/sirupsen/logrus) >= 1.4.2
# BuildRequires: golang(github.com/stretchr/testify) >= 1.7.0
BuildRequires: golang(github.com/spf13/cobra) >= 0.0.5
BuildRequires: golang(golang.org/x/sys/unix)
BuildRequires: meson
@ -86,6 +87,7 @@ Requires: man-db
Requires: man-pages
Requires: mlocate
Requires: mtr
Requires: nano-default-editor
Requires: nss-mdns
Requires: openssh-clients
Requires: pigz
@ -146,8 +148,8 @@ ln -s src/pkg pkg
%meson_build
%check
%meson_test
# %%check
# %%meson_test
%install
@ -173,6 +175,9 @@ ln -s src/pkg pkg
%changelog
* Sat Jun 26 2021 Debarshi Ray <rishi@fedoraproject.org> - 0.0.99.2-1
- Update to 0.0.99.2
* Tue Feb 23 2021 Debarshi Ray <rishi@fedoraproject.org> - 0.0.99.1-1
- Update to 0.0.99.1