[iwhd] update to latest: iwhd-1.1

Jim Meyering meyering at fedoraproject.org
Thu Dec 1 19:26:43 UTC 2011


commit 13b316c018f01f368e36582974cf71a4d588cb57
Author: Jim Meyering <meyering at redhat.com>
Date:   Thu Dec 1 20:25:38 2011 +0100

    update to latest: iwhd-1.1

 .gitignore |    1 +
 iwhd.spec  |   14 +++++++++++---
 sources    |    2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 272c19b..90141e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /iwhd-0.96.tar.xz
 /iwhd-0.990.tar.xz
 /iwhd-1.0.tar.xz
+/iwhd-1.1.tar.xz
diff --git a/iwhd.spec b/iwhd.spec
index 6991d9f..a688025 100644
--- a/iwhd.spec
+++ b/iwhd.spec
@@ -1,6 +1,6 @@
 Name:		iwhd
-Version:	1.0
-Release:	2%{?dist}
+Version:	1.1
+Release:	1%{?dist}
 Summary:	Image WareHouse Daemon
 
 Group:		System Environment/Libraries
@@ -30,6 +30,9 @@ BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: help2man
 
+# this defines %{_unitdir}
+BuildRequires: systemd-units
+
 # mongodb-server is required at build time so make check succeeds
 BuildRequires: mongodb-server
 
@@ -51,7 +54,7 @@ make install DESTDIR=%{buildroot}
 
 %check
 #make -s check
-make check VERBOSE=yes
+make %{?_smp_mflags} check VERBOSE=yes
 
 %clean
 rm -rf %{buildroot}
@@ -69,9 +72,14 @@ rm -rf %{buildroot}
 %config(noreplace)	%{_sysconfdir}/iwhd/conf.js
 %config(noreplace)	%{_sysconfdir}/iwhd/users.js
 %config(noreplace)	%{_sysconfdir}/logrotate.d/iwhd
+%config(noreplace)	%{_sysconfdir}/sysconfig/iwhd
 %{_localstatedir}/lib/iwhd
+%{_unitdir}/iwhd.service
 
 %changelog
+* Thu Dec  1 2011 Jim Meyering <meyering at redhat.com> - 1.1-1
+- new release
+
 * Mon Nov 21 2011 Pete Zaitcev <zaitcev at redhat.com> - 1.0-2
 - Re-enable build-time check. The 1.0 ought to fix the issue.
 
diff --git a/sources b/sources
index 1eef1d7..f18ec19 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8769da353a69115bf470ee457433ba85  iwhd-1.0.tar.xz
+c449a9eed2bfd614a52f4431733f40ae  iwhd-1.1.tar.xz


More information about the scm-commits mailing list