commit 436fa9aec7cf4fb9b828c874254219ae37f6c7de
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Oct 3 04:24:05 2019 +0100
Add bash completions for koji-rpmfusion command
Update .gitignore
Turn off crl certificate check, never worked anyway
rpmfusion-packager.spec | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/rpmfusion-packager.spec b/rpmfusion-packager.spec
index 7252e7c..36a982a 100644
--- a/rpmfusion-packager.spec
+++ b/rpmfusion-packager.spec
@@ -6,8 +6,8 @@
%endif
Name: rpmfusion-packager
-Version: 0.6.4
-Release: 2%{?dist}
+Version: 0.6.5
+Release: 1%{?dist}
Summary: Tools for setting up a rpmfusion maintainer environment
License: GPLv2+
@@ -111,6 +111,11 @@ autoreconf -i
%endif
%changelog
+* Thu Oct 03 2019 Sérgio Basto <sergio(a)serjux.com> - 0.6.5-1
+- Add bash completions for koji-rpmfusion command
+- Update .gitignore
+- Turn off crl certificate check, never worked anyway
+
* Sat Aug 24 2019 Leigh Scott <leigh123linux(a)gmail.com> - 0.6.4-2
- Rebuild for python-3.8