From 2c03a4c14af4f3c42ccaf475150916c5993a3388 Mon Sep 17 00:00:00 2001 From: Chris Feist Date: Tue, 21 Jun 2011 16:27:14 -0500 Subject: [PATCH] Updated to 1.4 --- .gitignore | 1 + sanlock.spec | 11 +++++------ sources | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 29e93b5..f54f99d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /sanlock-1.1.0.tar.bz2 /sanlock-1.2.0.tar.bz2 /sanlock-1.3.tar.gz +/sanlock-1.4.tar.gz diff --git a/sanlock.spec b/sanlock.spec index 6f4f747..c44594c 100644 --- a/sanlock.spec +++ b/sanlock.spec @@ -1,14 +1,12 @@ Name: sanlock -Version: 1.3 -Release: 7%{?dist} +Version: 1.4 +Release: 1%{?dist} Summary: A shared disk lock manager Group: System Environment/Base License: GPLv2+ URL: https://fedorahosted.org/sanlock/ Source0: https://fedorahosted.org/releases/s/a/sanlock/%{name}-%{version}.tar.gz -Patch0: sanlock-wdmd-shut-up-warnings.patch -Patch1: sanlock-fix-libwdmd-linking.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExclusiveArch: i686 x86_64 BuildRequires: libblkid-devel libaio-devel python python-devel @@ -22,8 +20,6 @@ access to the shared disks. %prep %setup -q -%patch0 -p1 -b .sanlock-wdmd-shut-up-warnings -%patch1 -p1 -b .sanlock-fix-libwdmd-linking %build # upstream does not require configure @@ -135,6 +131,9 @@ developing applications that use %{name}. %{_includedir}/sanlock_direct.h %changelog +* Tue Jun 21 2011 Chris Feist - 1.4-1 +- Update to 1.4.0 + * Tue Jun 14 2011 Chris Feist - 1.3.0-6 - Update to 1.3.0 diff --git a/sources b/sources index a3103e7..24bd795 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -daa9cf16bf30a8fd8ce988861be123d3 sanlock-1.3.tar.gz +0ddfa8f1919adb9ec0d90466394546a1 sanlock-1.4.tar.gz