From 289b0d5a84265008663b1b2b81111c4c0702e7ec Mon Sep 17 00:00:00 2001 From: Christopher Engelhard Date: Wed, 29 Jul 2020 09:55:10 +0200 Subject: [PATCH] Update release & changelog --- sysfsutils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sysfsutils.spec b/sysfsutils.spec index b7bb4bc..b2ed3e1 100644 --- a/sysfsutils.spec +++ b/sysfsutils.spec @@ -8,7 +8,7 @@ Name: sysfsutils Version: %{major_version}.%{minor_version}.%{patch_version} -Release: 29%{?dist} +Release: 30%{?dist} Summary: Utilities for interfacing with sysfs URL: https://github.com/linux-ras/sysfsutils License: GPLv2 @@ -77,6 +77,10 @@ find %{buildroot} -type f -name "*.la" -delete %changelog +* Wed Jul 29 2020 Christopher Engelhard - 2.1.0-30 +- specify .so and release versions via global vars +- update URL to reflect new upstream + * Tue Jun 23 2020 Christopher Engelhard - 2.1.0-29 - list .so files explicitly in %%files instead of via glob, cleanup spec