From 8f74c377f511d20b350f391607ce931322561776 Mon Sep 17 00:00:00 2001 From: Chris Feist Date: Aug 02 2011 17:40:15 +0000 Subject: Resync to latest 1.6 --- diff --git a/.gitignore b/.gitignore index f54f99d..d66715f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /sanlock-1.2.0.tar.bz2 /sanlock-1.3.tar.gz /sanlock-1.4.tar.gz +/sanlock-1.6.tar.gz diff --git a/sanlock.spec b/sanlock.spec index d42b95a..37bd4fd 100644 --- a/sanlock.spec +++ b/sanlock.spec @@ -1,6 +1,6 @@ Name: sanlock -Version: 1.4 -Release: 2%{?dist} +Version: 1.6 +Release: 1%{?dist} Summary: A shared disk lock manager Group: System Environment/Base @@ -8,6 +8,7 @@ License: GPLv2+ URL: https://fedorahosted.org/sanlock/ Source0: https://fedorahosted.org/releases/s/a/sanlock/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +ExclusiveArch: i686 x86_64 BuildRequires: libblkid-devel libaio-devel python python-devel Requires: %{name}-lib = %{version}-%{release} @@ -130,14 +131,32 @@ developing applications that use %{name}. %{_includedir}/sanlock_direct.h %changelog -* Thu Jun 30 2011 Chris Feist - 1.4-2 -- Build for all fedora archs +* Fri Jul 08 2011 David Teigland - 1.6-1 +- Update to sanlock-1.6 -* Tue Jun 21 2011 Chris Feist - 1.4-1 -- Update to 1.4.0 +* Thu Jun 30 2011 David Teigland - 1.5-1 +- Update to sanlock-1.5 -* Tue Jun 14 2011 Chris Feist - 1.3.0-6 -- Update to 1.3.0 +* Tue Jun 21 2011 David Teigland - 1.4-1 +- Update to sanlock-1.4 + +* Fri Jun 10 2011 David Teigland - 1.3-6 +- fix python version, build i686 also + +* Thu Jun 09 2011 David Teigland - 1.3-5 +- build exclusive x86_64, at least for now + +* Thu Jun 09 2011 David Teigland - 1.3-4 +- build only x86_64, at least for now + +* Thu Jun 09 2011 David Teigland - 1.3-3 +- fix libwdmd linking + +* Thu Jun 09 2011 David Teigland - 1.3-2 +- shut up build warnings for wdmd and sanlock + +* Thu Jun 09 2011 David Teigland - 1.3-1 +- Update to sanlock-1.3 * Mon May 09 2011 Chris Feist - 1.2.0-3 - Add python and python-devel to build requires diff --git a/sources b/sources index 24bd795..d279d40 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0ddfa8f1919adb9ec0d90466394546a1 sanlock-1.4.tar.gz +f264c0eee51e7221de950f36593dd419 sanlock-1.6.tar.gz