From 8c13a66150f66565d51ea6e5ce3e5827761f87a2 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 08:38:45 -0500 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- sblim-wbemcli.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sblim-wbemcli.spec b/sblim-wbemcli.spec index 6e0a808..9fdc853 100644 --- a/sblim-wbemcli.spec +++ b/sblim-wbemcli.spec @@ -1,6 +1,6 @@ Name: sblim-wbemcli Version: 1.6.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: SBLIM WBEM Command Line Interface Group: Applications/System @@ -40,6 +40,9 @@ mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{name} %{_datadir}/%{name} %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 1.6.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Mon Apr 29 2013 Vitezslav Crhonek - 1.6.2-7 - Fix wrong usage of libcurl API, which caused segfaults when wbemcli was used with https scheme (patch by kdudka@redhat.com)