[iwhd/f16] update for iwhd-1.2

Jim Meyering meyering at fedoraproject.org
Tue Dec 6 20:39:28 UTC 2011


commit e0152186ccd7525c36e26350e68a7cc496abf0b7
Author: Jim Meyering <meyering at redhat.com>
Date:   Tue Dec 6 21:39:11 2011 +0100

    update for iwhd-1.2

 .gitignore |    1 +
 iwhd.spec  |   12 +++++++++++-
 sources    |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 415b08b..c9b81ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /iwhd-0.991.tar.xz
 /iwhd-1.0.tar.xz
 /iwhd-1.1.tar.xz
+/iwhd-1.2.tar.xz
diff --git a/iwhd.spec b/iwhd.spec
index 309ca29..c1959fe 100644
--- a/iwhd.spec
+++ b/iwhd.spec
@@ -1,5 +1,5 @@
 Name:		iwhd
-Version:	1.1
+Version:	1.2
 Release:	1%{?dist}
 Summary:	Image WareHouse Daemon
 
@@ -31,7 +31,9 @@ BuildRequires: automake
 BuildRequires: help2man
 
 # this defines %{_unitdir}
+%if 0%{?fedora} >= 16
 BuildRequires: systemd-units
+%endif
 
 # mongodb-server is required at build time so make check succeeds
 BuildRequires: mongodb-server
@@ -73,9 +75,17 @@ rm -rf %{buildroot}
 %config(noreplace)	%{_sysconfdir}/logrotate.d/iwhd
 %config(noreplace)	%{_sysconfdir}/sysconfig/iwhd
 %{_localstatedir}/lib/iwhd
+
+%if 0%{?fedora} >= 16
 %{_unitdir}/iwhd.service
+%else
+/lib/systemd/system/iwhd.service
+%endif
 
 %changelog
+* Tue Dec  6 2011 Jim Meyering <meyering at redhat.com> - 1.2-1
+- new release
+
 * Thu Dec  1 2011 Jim Meyering <meyering at redhat.com> - 1.1-1
 - new release
 - include Pete's "make check"-enabling patch from rawhide
diff --git a/sources b/sources
index f18ec19..7ad1577 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c449a9eed2bfd614a52f4431733f40ae  iwhd-1.1.tar.xz
+9b97783a98440dbfdea81e690290feb2  iwhd-1.2.tar.xz


More information about the scm-commits mailing list