From d1db3bc01c1c583f63775c971fb578bf3edc6644 Mon Sep 17 00:00:00 2001 From: Satoru SATOH Date: Mon, 8 Jan 2018 21:39:15 +0900 Subject: [PATCH] fix: update the latest changelog entry in the RPM SPEC: 0.0.3 rc-2 --- pkg/package.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/package.spec.in b/pkg/package.spec.in index 99fc206..c9e333a 100644 --- a/pkg/package.spec.in +++ b/pkg/package.spec.in @@ -100,6 +100,7 @@ Requires: python3-configobj python-anyconfig-cbor-backend.git/setup.py - fix: pep8 was renamed to pycodestyle - fix: make it buildable w/ RHEL 7 environment +- fix: add runtime requirements - refactor/fix: clean up the RPM SPEC w/ using macros such as py2_{build,install}, autosetup and bcond_with{,out} - other misc refactoring, code cleanups and fixes