[createrepo] Close lock file before unlink(). BZ 1035588

Zdeněk Pavlas zpavlas at fedoraproject.org
Thu Nov 28 09:56:33 UTC 2013


commit 6a6709fef4b971af279075e532faaa4d56c8379c
Author: Zdenek Pavlas <zpavlas at redhat.com>
Date:   Thu Nov 28 10:56:21 2013 +0100

    Close lock file before unlink(). BZ 1035588

 .gitignore      |    1 +
 createrepo.spec |   11 +++++------
 sources         |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 60ecd03..1f7807a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 createrepo-0.9.8.tar.gz
 /createrepo-0.9.9.tar.gz
 /createrepo-0.10.tar.gz
+/createrepo-0.10.1.tar.gz
diff --git a/createrepo.spec b/createrepo.spec
index e3986f9..a6bd73a 100644
--- a/createrepo.spec
+++ b/createrepo.spec
@@ -14,14 +14,12 @@ BuildRequires: bash-completion
 
 Summary: Creates a common metadata repository
 Name: createrepo
-Version: 0.10
-Release: 3%{?dist}
+Version: 0.10.1
+Release: 0%{?dist}
 License: GPLv2
 Group: System Environment/Base
 Source: http://createrepo.baseurl.org/download/%{name}-%{version}.tar.gz
 Patch1: ten-changelog-limit.patch
-Patch10: BZ-1021162-workers-default.patch
-Patch11: BZ-1022001-packages-count.patch
 URL: http://createrepo.baseurl.org/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArchitectures: noarch
@@ -36,8 +34,6 @@ packages.
 %prep
 %setup -q
 %patch1 -p0
-%patch10 -p1
-%patch11 -p1
 
 %build
 
@@ -61,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/createrepo
 
 %changelog
+* Thu Nov 28 2013 Zdenek Pavlas <zpavlas at redhat.com> - 0.10.1-0
+- Close lock file before unlink(). BZ 1035588
+
 * Wed Oct 23 2013 Zdenek Pavlas <zpavlas at redhat.com> - 0.10-3
 - Make sure the "packages" attribute is always correct. BZ 1022001
 - clean up .repodata directory on failure. BZ 1022515
diff --git a/sources b/sources
index 64df14b..4756d34 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-55f83ca2f2d137490ea2182a354d2e68  createrepo-0.10.tar.gz
+eaeb274284172d10d41600e22bce9320  createrepo-0.10.1.tar.gz


More information about the scm-commits mailing list