Skip to content

Commit e2c2a3e

Browse files
committed
Cut new release
Signed-off-by: Jan Friesse <[email protected]>
1 parent 9ec7276 commit e2c2a3e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PREFIX ?= /usr/local
66
BINDIR ?= $(PREFIX)/bin
77
MANDIR ?= $(PREFIX)/share/man
88
INSTALL_PROGRAM ?= install
9-
VERSION = 20190320
9+
VERSION = 20190807
1010

1111
ifeq ($(or $(WITH_VMGUESTLIB), $(shell pkg-config --exists vmguestlib && echo "1" || echo "0")), 1)
1212
VMGUESTLIB_CFLAGS += $(shell pkg-config vmguestlib --cflags) -DHAVE_VMGUESTLIB

spausedd.spec

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
Name: spausedd
55
Summary: Utility to detect and log scheduler pause
6-
Version: 20190320
7-
Release: 2%{?dist}
6+
Version: 20190807
7+
Release: 1%{?dist}
88
License: ISC
99
URL: https://github.com/jfriesse/spausedd
1010
Source0: https://github.com/jfriesse/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
@@ -95,6 +95,9 @@ fi
9595
%endif
9696

9797
%changelog
98+
* Wed Aug 07 2019 Jan Friesse <[email protected]> - 20190807-1
99+
- Enhance makefile
100+
98101
* Tue Aug 06 2019 Jan Friesse <[email protected]> - 20190320-2
99102
- Do not set exec permission for service file
100103

0 commit comments

Comments
 (0)