[igor/f17] Update to 0.4.0

Fabian Deutsch fabiand at fedoraproject.org
Thu Jul 18 14:18:06 UTC 2013


commit a013d6b6c0d4dc51b0695539c17bc559a1e336cc
Author: Fabian Deutsch <fabiand at fedoraproject.org>
Date:   Wed Apr 24 14:30:22 2013 +0200

    Update to 0.4.0
    
    Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>

 igor.spec |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/igor.spec b/igor.spec
index 03aec37..ddfaef0 100644
--- a/igor.spec
+++ b/igor.spec
@@ -1,6 +1,6 @@
 Name:      igor
-Version:   0.3.0
-Release:   4%{?dist}
+Version:   0.4.0
+Release:   1%{?dist}
 Summary:   Automated distribution life-cycle testing
 
 License:   LGPLv2
@@ -14,6 +14,9 @@ BuildArch: noarch
 BuildRequires: python2-devel
 BuildRequires: systemd-units
 
+Requires:  /usr/bin/sudo, /usr/bin/nc
+Requires:  firewalld
+Requires:  python-lxml
 Requires(post): systemd
 Requires(preun): systemd
 Requires(postun): systemd
@@ -43,10 +46,12 @@ chmod a+x %{buildroot}/%{python_sitelib}/%{name}/data/*.sh
 
 %post
 %systemd_post igord.service
+%systemd_post igord-event-publisher.service
 
 
 %preun
 %systemd_preun igord.service
+%systemd_preun igord-event-publisher.service
 
 
 %files
@@ -56,10 +61,15 @@ chmod a+x %{buildroot}/%{python_sitelib}/%{name}/data/*.sh
 %{python_sitelib}/%{name}
 %{python_sitelib}/%{name}*.egg-info
 %{_bindir}/igord
+%{_bindir}/igorc
 %{_unitdir}/igord.service
+%{_unitdir}/igord-event-publisher.service
 
 
 %changelog
+* Wed Apr 24 2013 Fabian Deutsch <fabiand at fedoraproject.org> - 0.4.0-1
+- Update to latest upstream
+
 * Wed Apr 03 2013 Fabian Deutsch <fabiand at fedoraproject.org> - 0.3.0-4
 - Drop define, as it was used only in one place
 


More information about the scm-commits mailing list