From 49901cecb18f4189e1d3e8c93aae3ed92403a839 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Tue, 18 Sep 2018 08:33:27 -0400 Subject: [PATCH] Fixed changelog --- .gitignore | 1 + libtpms.spec | 5 ++++- sources | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ea450a4..c460dee 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /libtpms.spec /make-git-snapshot.sh /libtpms-20180917.tar.xz +/libtpms-20180918.tar.xz diff --git a/libtpms.spec b/libtpms.spec index b1c549a..212b0c9 100644 --- a/libtpms.spec +++ b/libtpms.spec @@ -1,4 +1,4 @@ -%global gitdate 20180917 +%global gitdate 20180918 %global gitversion e8e8633089 Name: libtpms @@ -58,6 +58,9 @@ find %{buildroot} -type f -name '*.la' | xargs rm -f -- || : %{_mandir}/man3/* %changelog +* Tue Sep 18 2018 Stefan Berger