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 Jul 19, 2021
1 parent 7f47cd5 commit e76c823
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 = 20210520
VERSION = 20210719

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: 20210520
Version: 20210719
Release: 1%{?dist}
License: ISC
URL: https://github.com/jfriesse/spausedd
Expand Down Expand Up @@ -95,6 +95,9 @@ fi
%endif

%changelog
* Mon Jul 19 2021 Jan Friesse <[email protected]> - 20210719-1
- Add mode option for moving to root cgroup functionality

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

Expand Down

0 comments on commit e76c823

Please sign in to comment.