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 - 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 - 1.7.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild