Skip to content

Commit

Permalink
Cut new release
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Friesse <[email protected]>
  • Loading branch information
jfriesse committed May 20, 2021
1 parent d4dce56 commit 133092c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PREFIX ?= /usr/local
BINDIR ?= $(PREFIX)/bin
MANDIR ?= $(PREFIX)/share/man
INSTALL_PROGRAM ?= install
VERSION = 20210511
VERSION = 20210520

ifeq ($(or $(WITH_VMGUESTLIB), $(shell pkg-config --exists vmguestlib && echo "1" || echo "0")), 1)
VMGUESTLIB_CFLAGS += $(shell pkg-config vmguestlib --cflags) -DHAVE_VMGUESTLIB
Expand Down
5 changes: 4 additions & 1 deletion spausedd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Name: spausedd
Summary: Utility to detect and log scheduler pause
Version: 20210511
Version: 20210520
Release: 1%{?dist}
License: ISC
URL: https://github.com/jfriesse/spausedd
Expand Down Expand Up @@ -95,6 +95,9 @@ fi
%endif

%changelog
* Thu May 20 2021 Jan Friesse <[email protected]> - 20210520-1
- Document cgroup v2 problems

* Tue May 11 2021 Jan Friesse <[email protected]> - 20210511-1
- Support for cgroup v2

Expand Down

0 comments on commit 133092c

Please sign in to comment.