[koji] add patch to only make /dev/urandom if it doesnt exist

Dennis Gilmore ausil at fedoraproject.org
Fri Aug 31 06:12:12 UTC 2012


commit 9028b35a62c52caafdd32003a13ab984f1137165
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Fri Aug 31 01:12:07 2012 -0500

    add patch to only make /dev/urandom if it doesnt exist
    
    - add upstream patch for taginfo fixes with older servers

 koji.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/koji.spec b/koji.spec
index 31012e9..5cd546b 100644
--- a/koji.spec
+++ b/koji.spec
@@ -2,13 +2,15 @@
 
 Name: koji
 Version: 1.7.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: LGPLv2 and GPLv2+
 # koji.ssl libs (from plague) are GPLv2+
 Summary: Build system tools
 Group: Applications/System
 URL: http://fedorahosted.org/koji
 Patch0: fedora-config.patch
+Patch1: 0022-only-try-to-make-dev-urandom-if-it-doesnt-already-ex.patch
+Patch2: 0003-in-taginfo-command-avoid-passing-recently-added-even.patch
 
 Source: https://fedorahosted.org/released/koji/koji-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -122,6 +124,8 @@ koji-web is a web UI to the Koji system.
 %prep
 %setup -q
 %patch0 -p1 -b .orig
+%patch1 -p1
+%patch2 -p1
 
 %build
 
@@ -225,6 +229,10 @@ if [ $1 = 0 ]; then
 fi
 
 %changelog
+* Fri Aug 31 2012 Dennis Gilmore <dennis at ausil.us> - 1.7.0-4
+- add patch to only make /dev/urandom if it doesnt exist
+- add upstream patch for taginfo fixes with older servers
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list