[iwhd] Update for Jim's departure and bz#856668

Pete Zaitcev zaitcev at fedoraproject.org
Tue Mar 26 22:42:36 UTC 2013


commit 5b791a9fb13fbebf4205eaf18595ce653f003a4e
Author: Pete Zaitcev <zaitcev at kotori.zaitcev.us>
Date:   Tue Mar 26 16:41:09 2013 -0600

    Update for Jim's departure and bz#856668

 iwhd.spec |   20 +++++++-------------
 1 files changed, 7 insertions(+), 13 deletions(-)
---
diff --git a/iwhd.spec b/iwhd.spec
index 4f73e96..bbbb991 100644
--- a/iwhd.spec
+++ b/iwhd.spec
@@ -1,6 +1,6 @@
 Name:		iwhd
 Version:	1.6
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Image WareHouse Daemon
 
 Group:		System Environment/Libraries
@@ -10,7 +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
 
-Source0: http://people.redhat.com/meyering/iwhd/%{name}-%{version}.tar.xz
+Source0: http://people.redhat.com/zaitcev/ftp/iwhd/%{name}-%{version}.tar.xz
 
 BuildRequires: boost-devel
 BuildRequires: boost-filesystem
@@ -29,11 +29,7 @@ BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: help2man
 
-%if 0%{?rhel} >= 7 || 0%{?fedora} >= 16
-BuildRequires: systemd-units
-%else
-%define _unitdir /lib/systemd/system
-%endif
+BuildRequires: systemd
 
 # mongodb-server is required at build time so make check succeeds
 BuildRequires: mongodb-server
@@ -75,13 +71,11 @@ rm -rf %{buildroot}
 %{_localstatedir}/lib/iwhd
 %{_unitdir}/iwhd.service
 
-%if 0%{?rhel} >= 7 || 0%{?fedora} >= 16
-# nothing required here
-%else
-%{_sysconfdir}/rc.d/init.d/iwhd
-%endif
-
 %changelog
+* Tue Mar 26 2013 Pete Zaitcev <zaitcev at redhat.com> - 1.6-4
+- Replace BuildRequires: systemd-units with systemd for F20
+- Make myself the upstream now that we lost Jim's directory
+
 * Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.6-3
 - Rebuild for Boost-1.53.0
 


More information about the scm-commits mailing list