[iwhd/f16] update to latest: iwhd-0.990

Jim Meyering meyering at fedoraproject.org
Fri Oct 14 10:15:04 UTC 2011


commit c54ae646024539c980987f04257e644732b97264
Author: Jim Meyering <meyering at redhat.com>
Date:   Fri Oct 14 12:05:57 2011 +0200

    update to latest: iwhd-0.990
    
    Run fedpkg new-sources iwhd-0.990.tar.xz
    * iwhd.spec: Remove sole patch; it's upstream.
    Add liboauth-devel to BuildRequires.
    Add %find_lang, %clean and update %config directives.
    Enable "make check", once again, along with a patch
    to avoid false-positive failure due to port collision.
    * iwhd-workaround-jansson-2.1-api-change.patch: Remove file.

 .gitignore                                   |    1 +
 iwhd-workaround-jansson-2.1-api-change.patch |   71 --------------------------
 iwhd.spec                                    |   26 ++++++----
 sources                                      |    2 +-
 4 files changed, 17 insertions(+), 83 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 384864f..e35dc21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /iwhd-0.96.tar.xz
+/iwhd-0.990.tar.xz
diff --git a/iwhd.spec b/iwhd.spec
index 855e6bf..021ffb7 100644
--- a/iwhd.spec
+++ b/iwhd.spec
@@ -1,6 +1,6 @@
 Name:		iwhd
-Version:	0.96
-Release:	4%{?dist}
+Version:	0.990
+Release:	1%{?dist}
 Summary:	Image WareHouse Daemon
 
 Group:		System Environment/Libraries
@@ -10,10 +10,7 @@ URL:		http://git.fedorahosted.org/git/?p=iwhd.git
 # build requirement mongodb is available on little-endian machines only
 ExcludeArch: ppc ppc64 s390 s390x
 
-# pulled from upstream git,
-# to recreate tarball, check out commit, then run "make dist"
 Source0: http://people.redhat.com/meyering/iwhd/%{name}-%{version}.tar.xz
-Patch1: iwhd-workaround-jansson-2.1-api-change.patch
 
 BuildRequires: boost-devel
 BuildRequires: boost-filesystem
@@ -25,6 +22,7 @@ BuildRequires: libmicrohttpd-devel
 BuildRequires: libxml2-devel
 BuildRequires: libuuid-devel
 BuildRequires: mongodb-devel
+BuildRequires: liboauth-devel
 BuildRequires: bison
 BuildRequires: flex
 BuildRequires: autoconf
@@ -35,11 +33,10 @@ BuildRequires: help2man
 BuildRequires: mongodb-server
 
 %description
-Deltacloud image-warehouse daemon
+The image-warehouse daemon for Aeolus
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 %configure
@@ -48,26 +45,33 @@ make %{?_smp_mflags}
 %install
 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 -s check
+%check
+#make check VERBOSE=yes
 
+%clean
+rm -rf %{buildroot}
 
 %post
 
-%files
+%files -f %{name}.lang
 %doc AUTHORS COPYING README NEWS
 %{_bindir}/iwhd
 %{_bindir}/dc-rhev-image
 %{_bindir}/dc-vmware-image
 %{_mandir}/man8/iwhd.8*
 %{_sysconfdir}/rc.d/init.d/iwhd
-%{_sysconfdir}/iwhd/conf.js
+%config(noreplace)	%{_sysconfdir}/iwhd/conf.js
+%config(noreplace)	%{_sysconfdir}/logrotate.d/iwhd
 %{_localstatedir}/lib/iwhd
 
 %changelog
+* Thu Oct 13 2011 Jim Meyering <meyering at redhat.com> - 0.990-1
+- new release
+
 * Thu Jul 21 2011 Chris Lalancette <clalance at redhat.com> - 0.96-4
 - Rebuild for boost ABI change
 
diff --git a/sources b/sources
index d11772b..00f3fa4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cfa82d8e8e39a9681ec516014a3eeeb5  iwhd-0.96.tar.xz
+87f4f01325a1f476c2b678a17a54d244  iwhd-0.990.tar.xz


More information about the scm-commits mailing list