convert port to an int before passing it to httplib.HTTPSConnection(). It
[bootmanager.git] / bootmanager.spec
index 5893a80..ddabaed 100644 (file)
@@ -5,7 +5,7 @@
 
 %define name bootmanager
 %define version 3.2
-%define taglevel 9
+%define taglevel 11
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
@@ -36,7 +36,7 @@ nodes.
 %setup -q
 
 %build
-gcc -shared -fPIC -Os -o source/libc-opendir-hack.so source/libc-opendir-hack.c
+gcc -shared -fPIC -ldl -Os -o source/libc-opendir-hack.so source/libc-opendir-hack.c
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -77,6 +77,12 @@ EOF
 /var/www/html/boot/uudecode.gz
 
 %changelog
+* Wed Jul 02 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - BootManager-3.2-11
+- More hacks.
+
+* Tue Jul 01 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - BootManager-3.2-10
+- Make the hack work.
+
 * Tue Jul 01 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - BootManager-3.2-9
 - Ugly hack stuff.