diff --git a/.gitignore b/.gitignore index 5289b12..4930c44 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /pyghmi-0.5.9.tar.gz +/pyghmi-0.8.0.tar.gz diff --git a/python-pyghmi.spec b/python-pyghmi.spec index 7390b89..64bfebe 100644 --- a/python-pyghmi.spec +++ b/python-pyghmi.spec @@ -1,8 +1,8 @@ %global sname pyghmi Name: python-%{sname} -Version: 0.5.9 -Release: 3%{?dist} +Version: 0.8.0 +Release: 1%{?dist} Summary: Python General Hardware Management Initiative (IPMI and others) License: ASL 2.0 @@ -42,9 +42,15 @@ rm -rf {test-,}requirements.txt %doc README LICENSE %{python2_sitelib}/pyghmi %{python2_sitelib}/*.egg-info +%{_bindir}/pyghmicons +%{_bindir}/pyghmiutil +%{_bindir}/virshbmc %changelog +* Fri Sep 25 2015 Lucas Alvares Gomes - 0.8.0-1 +- Rebased to 0.8.0 + * Thu Jun 18 2015 Fedora Release Engineering - 0.5.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index c56f3b9..5405e63 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7b9e2df6a0dc7737da2cd80605764961 pyghmi-0.5.9.tar.gz +7a21a83042270916b340f9fd450b2f39 pyghmi-0.8.0.tar.gz