Skip to content

Commit 3ece3c6

Browse files
committed
spec: Use license macro
And cut a new release Signed-off-by: Jan Friesse <[email protected]>
1 parent f6c8a4e commit 3ece3c6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PREFIX ?= /usr/local
55
BINDIR ?= $(PREFIX)/bin
66
MANDIR ?= $(PREFIX)/share/man
77
INSTALL_PROGRAM ?= install
8-
VERSION = 20190319
8+
VERSION = 20190320
99

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

spausedd.spec

+6-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Name: spausedd
55
Summary: Utility to detect and log scheduler pause
6-
Version: 20190319
6+
Version: 20190320
77
Release: 1%{?dist}
88
License: ISC
99
URL: https://github.com/jfriesse/spausedd
@@ -60,7 +60,8 @@ install -m 755 -p init/%{name} %{buildroot}/%{_initrddir}
6060
%clean
6161

6262
%files
63-
%doc AUTHORS COPYING
63+
%doc AUTHORS
64+
%license COPYING
6465
%{_bindir}/%{name}
6566
%{_mandir}/man8/*
6667
%if %{with systemd}
@@ -94,6 +95,9 @@ fi
9495
%endif
9596

9697
%changelog
98+
* Wed Mar 20 2019 Jan Friesse <[email protected]> - 20190320-1
99+
- Use license macro in spec file
100+
97101
* Tue Mar 19 2019 Jan Friesse <[email protected]> - 20190319-1
98102
- Add AUTHORS and COPYING
99103
- Fix version number in specfile

0 commit comments

Comments
 (0)