[Freeipa-devel] [PATCH] fix build

2011-02-11 Thread Rob Crittenden
We were missing a BuildRequires for pyOpenSSL that was causing the build 
to fail in mock.


This fixes a build failure, pushed as a 1-liner.

diff --git a/freeipa.spec.in b/freeipa.spec.in
index 729c7a2..69945db 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -51,6 +51,7 @@ BuildRequires:  libcurl-devel
 BuildRequires:  gettext
 BuildRequires:  authconfig
 BuildRequires:  libuuid-devel
+BuildRequires:  pyOpenSSL
 %endif

 %description

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


Re: [Freeipa-devel] [PATCH] Fix build

2010-10-18 Thread Adam Young

On 10/15/2010 07:09 PM, Simo Sorce wrote:

patch to fix the build

Simo.

   



___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

ACK, pushed to master
___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

[Freeipa-devel] [PATCH] Fix build

2010-10-15 Thread Simo Sorce

patch to fix the build

Simo.

-- 
Simo Sorce * Red Hat, Inc * New York
>From 0ce2ed330eb1a07285c283d8b4f255a68779f8bd Mon Sep 17 00:00:00 2001
From: Simo Sorce 
Date: Fri, 15 Oct 2010 18:21:27 -0400
Subject: [PATCH] Fix build after file was removed but not eliminated from Makefile.am

---
 install/static/Makefile.am |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/install/static/Makefile.am b/install/static/Makefile.am
index ee8384c..362b7d0 100644
--- a/install/static/Makefile.am
+++ b/install/static/Makefile.am
@@ -36,7 +36,6 @@ app_DATA =  \
 	entity.js 			\
 	webui.js 			\
 	user.js 			\
-	user-add.inc 			\
 	ipalogo.png			\
 	gray-fade-line.png		\
 	Mainnav-background.png		\
-- 
1.7.2.3

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel