File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ PREFIX ?= /usr/local
66BINDIR ?= $(PREFIX ) /bin
77MANDIR ?= $(PREFIX ) /share/man
88INSTALL_PROGRAM ?= install
9- VERSION = 20190320
9+ VERSION = 20190807
1010
1111ifeq ($(or $(WITH_VMGUESTLIB ) , $(shell pkg-config --exists vmguestlib && echo "1" || echo "0") ) , 1)
1212VMGUESTLIB_CFLAGS += $(shell pkg-config vmguestlib --cflags) -DHAVE_VMGUESTLIB
Original file line number Diff line number Diff line change 33
44Name: spausedd
55Summary: Utility to detect and log scheduler pause
6- Version: 20190320
7- Release: 2 %{?dist }
6+ Version: 20190807
7+ Release: 1 %{?dist }
88License: ISC
99URL: https://github.com/jfriesse/spausedd
1010Source0: https://github.com/jfriesse/%{name }/releases/download/%{version }/%{name }-%{version }.tar.gz
9595%endif
9696
9797%changelog
98+ * Wed Aug 07 2019 Jan Friesse <jfriesse@redhat.com> - 20190807-1
99+ - Enhance makefile
100+
98101* Tue Aug 06 2019 Jan Friesse <jfriesse@redhat.com> - 20190320-2
99102- Do not set exec permission for service file
100103
You can’t perform that action at this time.
0 commit comments