[foghorn] Update version to 0.1.4.

rohara rohara at fedoraproject.org
Fri Jan 20 19:16:32 UTC 2012


commit a12983d1e88d51ac87c3ea4ef18be39fdc834d04
Author: Ryan O'Hara <rohara at redhat.com>
Date:   Fri Jan 20 13:15:30 2012 -0600

    Update version to 0.1.4.
    
    Signed-off-by: Ryan O'Hara <rohara at redhat.com>

 foghorn.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/foghorn.spec b/foghorn.spec
index ac2bb84..065537f 100644
--- a/foghorn.spec
+++ b/foghorn.spec
@@ -4,8 +4,8 @@
 %define net_snmp_version	5.5
 
 Name: foghorn
-Version: 0.1.2
-Release: 7%{?dist}
+Version: 0.1.4
+Release: 1%{?dist}
 Summary: D-Bus to SNMP service.
 Group: System Environment/Base
 License: GPLv2+
@@ -18,6 +18,7 @@ BuildRequires: glib2-devel >= %{glib2_version}
 BuildRequires: dbus-devel >= %{dbus_version}
 BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
 BuildRequires: net-snmp-devel >= %{net_snmp_version}
+BuildRequires: systemd-units
 
 Requires: cluster-snmp
 Requires: initscripts
@@ -53,7 +54,7 @@ fi
 %defattr(-,root,root,-)
 %doc README AUTHORS NEWS COPYING
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/dbus-foghorn.conf
-%attr(0755, root, root) %{_initrddir}/foghorn
+%{_unitdir}/foghorn.service
 %{_datadir}/snmp/mibs/REDHAT-FENCE-MIB
 %{_datadir}/snmp/mibs/REDHAT-FOGHORN-MIB
 %{_datadir}/snmp/mibs/REDHAT-RGMANAGER-MIB
@@ -61,6 +62,10 @@ fi
 %{_sbindir}/foghorn
 
 %changelog
+* Fri Jan 20 2012 Ryan O'Hara <rohara at redhat.com> - 0.1.4-1
+- Rebase to upstream version 0.1.4.
+- Include systemd unit file.
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.2-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list