bronhaim pushed to safelease (f22). "Initial safelease 1.0 build for f21"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 29 09:09:20 UTC 2015


>From ffb1f8736f97d5c2b912a74302dee746dcc50d00 Mon Sep 17 00:00:00 2001
From: Yaniv Bronhaim <ybronhei at redhat.com>
Date: Wed, 29 Apr 2015 11:54:13 +0300
Subject: Initial safelease 1.0 build for f21


diff --git a/.gitignore b/.gitignore
index e69de29..4143cfe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/safelease-1.0.tar.gz
diff --git a/safelease.spec b/safelease.spec
new file mode 100644
index 0000000..938f606
--- /dev/null
+++ b/safelease.spec
@@ -0,0 +1,52 @@
+Name:       safelease
+Version:    1.0
+Release:    4%{?dist}
+Summary:    Legacy locking utility for VDSM
+
+Group:      System Environment/Libraries
+License:    GPLv2+
+URL:        http://www.ovirt.org/Safelease
+Source0:    https://bronhaim.fedorapeople.org/%{name}-%{version}.tar.gz
+BuildRequires: autoconf
+BuildRequires: automake
+
+%description
+Safelease is a legacy cluster lock utility used by VDSM. It is based on
+the algorithm presented in the article "Light-Weight Leases for
+Storage-Centric Coordination" by G Chockler and D Malkhi.
+
+%prep
+%autosetup -n %{name}-%{version}
+
+%build
+./autogen.sh
+
+%configure
+make %{?_smp_mflags}
+
+%install
+%make_install
+
+%files
+%doc AUTHORS README
+%{!?_licensedir:%global license %%doc}
+%license COPYING
+%dir %{_libexecdir}/%{name}
+%{_libexecdir}/%{name}/%{name}
+
+%changelog
+* Sun Apr 12 2015 Yaniv Bronhaim <ybronhei at redhat.com.com> - 1.0-4
+- Adding %%license macro for COPYING
+
+* Mon Dec  8 2014 Vitor de Lima <vdelima at redhat.com> - 1.0-3
+- Use autotools to build the project
+- Dropped unused python_ver global
+- Replaced the %%libname macro with %%name
+- Included the target directory /usr/lib/safelease in the RPM file list
+- Included a description of the package
+
+* Mon Oct 20 2014 Yaniv Bronhaim <ybronhei at redhat.com> - 1.0-2
+- Adding URL to pypi and fix semantic issues for official fedora-review
+
+* Sun Aug 10 2014 Yoav Kleinberger <ykleinbe at redhat.com> - 1.0-1
+- no changes
diff --git a/sources b/sources
index e69de29..26967c1 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+837607be7ea29b578368f643009837dd  safelease-1.0.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/safelease.git/commit/?h=f22&id=ffb1f8736f97d5c2b912a74302dee746dcc50d00


More information about the scm-commits mailing list