[koji/el6] remove even trying to make devices i the chroots

Dennis Gilmore ausil at fedoraproject.org
Fri Aug 31 22:21:37 UTC 2012


commit b5cc2fafa0682122c2f5dbac74c105cbc763b61d
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Fri Aug 31 17:20:21 2012 -0500

    remove even trying to make devices i the chroots

 ...-we-dont-already-have-a-dev-loopX-in-the-.patch |   26 --------------------
 ...-make-dev-urandom-if-it-doesnt-already-ex.patch |   26 --------------------
 koji.spec                                          |   11 ++++----
 3 files changed, 6 insertions(+), 57 deletions(-)
---
diff --git a/koji.spec b/koji.spec
index acb2b5c..0bfab26 100644
--- a/koji.spec
+++ b/koji.spec
@@ -2,7 +2,7 @@
 
 Name: koji
 Version: 1.7.0
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: LGPLv2 and GPLv2+
 # koji.ssl libs (from plague) are GPLv2+
 Summary: Build system tools
@@ -11,9 +11,8 @@ URL: http://fedorahosted.org/koji
 Patch0: fedora-config.patch
 Source0: https://fedorahosted.org/released/koji/koji-%{version}.tar.bz2
 Source1: README.epel
-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
-Patch3: 0001-ensure-that-we-dont-already-have-a-dev-loopX-in-the-.patch
+Patch1: 0003-in-taginfo-command-avoid-passing-recently-added-even.patch
+Patch2: 0001-remove-the-code-to-create-devices-in-chroot-for-live.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -132,7 +131,6 @@ cp %{SOURCE1} README.epel
 %patch0 -p1 -b .orig
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 
@@ -237,6 +235,9 @@ if [ $1 = 0 ]; then
 fi
 
 %changelog
+* Sat Sep 01 2012 Dennis Gilmore <dennis at ausil.us> - 1.7.0-6
+- remove even trying to make devices i the chroots
+
 * Sat Sep 01 2012 Dennis Gilmore <dennis at ausil.us> - 1.7.0-5
 - add patch to check for /dev/loopX before making them
 


More information about the scm-commits mailing list