[iwhd/f16] update for iwhd-1.1

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


commit 14da4b4fb72c77d81bcfd8c3420402c23d44e9fc
Author: Jim Meyering <meyering at redhat.com>
Date:   Thu Dec 1 19:39:56 2011 +0100

    update for iwhd-1.1

 .gitignore |    1 +
 iwhd.spec  |   11 +++++++----
 sources    |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a2ca118..415b08b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /iwhd-0.990.tar.xz
 /iwhd-0.991.tar.xz
 /iwhd-1.0.tar.xz
+/iwhd-1.1.tar.xz
diff --git a/iwhd.spec b/iwhd.spec
index 8a05a67..0d20192 100644
--- a/iwhd.spec
+++ b/iwhd.spec
@@ -1,5 +1,5 @@
 Name:		iwhd
-Version:	1.0
+Version:	1.1
 Release:	1%{?dist}
 Summary:	Image WareHouse Daemon
 
@@ -47,10 +47,8 @@ rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 %find_lang %{name}
 
-# FIXME: clalance: disable check on rawhide for now, as it causes iwhd to
-# balloon to 10GB.  A problem with newer gc is suspected.
 %check
-#make check VERBOSE=yes
+#make -s check
 
 %clean
 rm -rf %{buildroot}
@@ -58,6 +56,7 @@ rm -rf %{buildroot}
 %post
 
 %files -f %{name}.lang
+%defattr(-,root,root,-)
 %doc AUTHORS COPYING README NEWS
 %{_bindir}/iwhd
 %{_bindir}/dc-rhev-image
@@ -67,9 +66,13 @@ 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
 
 %changelog
+* Thu Dec  1 2011 Jim Meyering <meyering at redhat.com> - 1.1-1
+- new release
+
 * Thu Oct 31 2011 Jim Meyering <meyering at redhat.com> - 1.0-1
 - new release
 
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