Fri, 11 Mar 2011 21:36:51 +0100
Adjust specification build configurations to port packages to MeeGo.
michael@0 | 1 | # |
michael@0 | 2 | # Do not Edit! Generated by: |
michael@0 | 3 | # spectacle version 0.18 |
michael@0 | 4 | # |
michael@0 | 5 | # >> macros |
michael@0 | 6 | # << macros |
michael@0 | 7 | |
michael@0 | 8 | Name: connman |
michael@0 | 9 | Summary: Connection Manager |
michael@1 | 10 | Vendor: Europalab Software |
michael@1 | 11 | Packager: Michael Schloh von Bennewitz |
michael@1 | 12 | Distribution: MeeGo Thirdparty |
michael@1 | 13 | Version: 0.64 |
michael@1 | 14 | Release: 1.0 |
michael@0 | 15 | Group: System/Networking |
michael@0 | 16 | License: GPLv2 |
michael@0 | 17 | URL: http://connman.net/ |
michael@0 | 18 | Source0: http://www.kernel.org/pub/linux/network/connman/connman-%{version}.tar.bz2 |
michael@0 | 19 | Source100: connman.yaml |
michael@0 | 20 | Requires: dbus |
michael@0 | 21 | Requires: wpa_supplicant >= 0.7.1 |
michael@0 | 22 | Requires: bluez |
michael@0 | 23 | Requires: ofono |
michael@0 | 24 | %ifarch %{ix86} |
michael@0 | 25 | BuildRequires: pkgconfig(libiWmxSdk-0) |
michael@0 | 26 | %endif |
michael@0 | 27 | BuildRequires: pkgconfig(glib-2.0) |
michael@0 | 28 | BuildRequires: pkgconfig(dbus-1) |
michael@0 | 29 | BuildRequires: pkgconfig(libudev) >= 145 |
michael@0 | 30 | BuildRequires: openconnect |
michael@1 | 31 | BuildRequires: iptables-devel |
michael@0 | 32 | |
michael@0 | 33 | |
michael@0 | 34 | %description |
michael@0 | 35 | Connection Manager provides a daemon for managing Internet connections |
michael@0 | 36 | within embedded devices running the Linux operating system. |
michael@0 | 37 | |
michael@0 | 38 | |
michael@0 | 39 | %package devel |
michael@0 | 40 | Summary: Development files for Connection Manager |
michael@1 | 41 | Vendor: Europalab Software |
michael@1 | 42 | Packager: Michael Schloh von Bennewitz |
michael@1 | 43 | Distribution: MeeGo Thirdparty |
michael@0 | 44 | Group: Development/Libraries |
michael@0 | 45 | Requires: %{name} = %{version}-%{release} |
michael@0 | 46 | |
michael@0 | 47 | %description devel |
michael@0 | 48 | connman-devel contains development files for use with connman. |
michael@0 | 49 | |
michael@0 | 50 | %package iwmxsdk |
michael@0 | 51 | Summary: ConnMan plugin for the Intel WiMAX Network Service |
michael@1 | 52 | Vendor: Europalab Software |
michael@1 | 53 | Packager: Michael Schloh von Bennewitz |
michael@1 | 54 | Distribution: MeeGo Thirdparty |
michael@0 | 55 | Group: System/Networking |
michael@0 | 56 | Requires: %{name} = %{version}-%{release} |
michael@0 | 57 | Requires: WiMAX-Network-Service |
michael@0 | 58 | |
michael@0 | 59 | %description iwmxsdk |
michael@0 | 60 | This plugin allows connman to work with WiMAX devices controlled by |
michael@0 | 61 | the Intel WiMAX Network Service |
michael@0 | 62 | |
michael@0 | 63 | |
michael@0 | 64 | %package test |
michael@0 | 65 | Summary: Test Scripts for Connection Manager |
michael@1 | 66 | Vendor: Europalab Software |
michael@1 | 67 | Packager: Michael Schloh von Bennewitz |
michael@1 | 68 | Distribution: MeeGo Thirdparty |
michael@0 | 69 | Group: Development/Tools |
michael@0 | 70 | Requires: %{name} = %{version}-%{release} |
michael@0 | 71 | Requires: dbus-python |
michael@0 | 72 | Requires: pygobject2 |
michael@0 | 73 | |
michael@0 | 74 | %description test |
michael@0 | 75 | Scripts for testing Connman and its functionality |
michael@0 | 76 | |
michael@0 | 77 | |
michael@0 | 78 | %prep |
michael@0 | 79 | %setup -q -n %{name}-%{version} |
michael@0 | 80 | |
michael@0 | 81 | # >> setup |
michael@0 | 82 | # << setup |
michael@0 | 83 | |
michael@0 | 84 | %build |
michael@0 | 85 | # >> build pre |
michael@0 | 86 | # << build pre |
michael@0 | 87 | |
michael@0 | 88 | %configure --disable-static \ |
michael@0 | 89 | --enable-ethernet=builtin \ |
michael@0 | 90 | --enable-wifi=builtin \ |
michael@0 | 91 | --enable-ofono=builtin \ |
michael@0 | 92 | --enable-bluetooth=builtin \ |
michael@1 | 93 | --enable-hh2serial-gps=builtin \ |
michael@0 | 94 | --enable-loopback=builtin \ |
michael@0 | 95 | --enable-dnsproxy=builtin \ |
michael@0 | 96 | --enable-portal=builtin \ |
michael@0 | 97 | --enable-meego=builtin \ |
michael@0 | 98 | --enable-openconnect=builtin \ |
michael@0 | 99 | %ifarch %{ix86} |
michael@0 | 100 | --enable-iwmx \ |
michael@0 | 101 | %endif |
michael@0 | 102 | --enable-threads \ |
michael@0 | 103 | --enable-test |
michael@0 | 104 | |
michael@0 | 105 | make %{?jobs:-j%jobs} |
michael@0 | 106 | |
michael@0 | 107 | # >> build post |
michael@0 | 108 | # << build post |
michael@0 | 109 | %install |
michael@0 | 110 | rm -rf %{buildroot} |
michael@0 | 111 | # >> install pre |
michael@0 | 112 | # << install pre |
michael@0 | 113 | %make_install |
michael@0 | 114 | |
michael@0 | 115 | # >> install post |
michael@0 | 116 | # << install post |
michael@0 | 117 | |
michael@0 | 118 | |
michael@0 | 119 | %files |
michael@0 | 120 | %defattr(-,root,root,-) |
michael@0 | 121 | # >> files |
michael@0 | 122 | %doc AUTHORS COPYING INSTALL ChangeLog NEWS README |
michael@0 | 123 | %{_sbindir}/* |
michael@0 | 124 | %{_libdir}/%{name}/scripts/* |
michael@0 | 125 | %config %{_sysconfdir}/dbus-1/system.d/*.conf |
michael@0 | 126 | # << files |
michael@0 | 127 | |
michael@0 | 128 | |
michael@0 | 129 | %files devel |
michael@0 | 130 | %defattr(-,root,root,-) |
michael@0 | 131 | # >> files devel |
michael@0 | 132 | %doc AUTHORS COPYING INSTALL |
michael@0 | 133 | %{_includedir}/%{name}/*.h |
michael@0 | 134 | %{_libdir}/pkgconfig/*.pc |
michael@0 | 135 | # << files devel |
michael@0 | 136 | |
michael@0 | 137 | %files iwmxsdk |
michael@0 | 138 | %defattr(-,root,root,-) |
michael@0 | 139 | # >> files iwmxsdk |
michael@0 | 140 | %ifarch %{ix86} |
michael@1 | 141 | %{_libdir}/%{name}/plugins/iwmxsdk.la |
michael@0 | 142 | %{_libdir}/%{name}/plugins/iwmxsdk.so |
michael@0 | 143 | %doc COPYING README INSTALL |
michael@0 | 144 | %endif |
michael@0 | 145 | # << files iwmxsdk |
michael@0 | 146 | |
michael@0 | 147 | %files test |
michael@0 | 148 | %defattr(-,root,root,-) |
michael@0 | 149 | # >> files test |
michael@0 | 150 | %{_libdir}/%{name}/test/* |
michael@0 | 151 | # << files test |
michael@0 | 152 | |
michael@0 | 153 | %changelog |
michael@1 | 154 | * Wed Dec 1 2010 Michael Schloh von Bennewitz <michael@schloh.com> - 0.64 |
michael@1 | 155 | - upgrade to 0.64 to try to get DHCP domain search, NAT, and IP forwarding |
michael@0 | 156 | * Sat Oct 9 2010 Martin Xu <martin.xu@intel.com> - 0.60.5 |
michael@0 | 157 | - upgrade to 0.60.5 to fix BMC #7497 |
michael@0 | 158 | * Sat Sep 25 2010 Martin Xu <martin.xu@intel.com> - 0.60.3 |
michael@0 | 159 | - upgrade to 0.60.3 |
michael@0 | 160 | - fix BMC #6904 #6912 #6907 #6211 #6906 #5796 #6970 |
michael@0 | 161 | * Mon Sep 20 2010 Martin Xu <martin.xu@intel.com> - 0.60.1 |
michael@0 | 162 | - Upgrade to 0.60.1 |
michael@0 | 163 | * Tue Aug 31 2010 Martin Xu <martin.xu@intel.com> - 0.59 |
michael@0 | 164 | - Upgrade to 0.59 |
michael@0 | 165 | * Thu Aug 26 2010 Martin Xu <martin.xu@intel.com> - 0.57.3 |
michael@0 | 166 | - upgrade to 0.57.3 |
michael@0 | 167 | * Mon Aug 9 2010 Martin Xu <martin.xu@intel.com> - 0.54.4 |
michael@0 | 168 | - upgrade to 0.54.4 |
michael@0 | 169 | - to fix bug BMC #5024 |
michael@0 | 170 | - to fix bug BMC #3398 |
michael@0 | 171 | - to fix bug BMC #3719 |
michael@0 | 172 | - to fix bug BMC #2640 |
michael@0 | 173 | * Tue Jul 27 2010 Martin Xu <martin.xu@intel.com> - 0.54.3 |
michael@0 | 174 | - upgrade to 0.54.3 |
michael@0 | 175 | - to fix BMC #4017 |
michael@0 | 176 | - and BMC #3897 |
michael@0 | 177 | * Wed Jul 14 2010 Martin Xu <martin.xu@intel.com> - 0.54.2 |
michael@0 | 178 | - upgrade to 0.54.2 |
michael@0 | 179 | - to fix BMC #3787 |
michael@0 | 180 | * Wed Jun 30 2010 Anas Nashif <anas.nashif@intel.com> - 0.54 |
michael@0 | 181 | - Fixed bmc #2338: Add dependency on dbus-python and pygobject2 for |
michael@0 | 182 | connman-test |
michael@0 | 183 | * Tue Jun 22 2010 Martin Xu <martin.xu@intel.com> - 0.54 |
michael@0 | 184 | - Upgrade to 0.54 |
michael@0 | 185 | * Fri Jun 11 2010 Martin Xu <martin.xu@intel.com> - 0.53 |
michael@0 | 186 | - upgrade to 0.53 |
michael@0 | 187 | - add portal support |
michael@0 | 188 | * Wed May 5 2010 Martin Xu <martin.xu@intel.com> - 0.52 |
michael@0 | 189 | - add patch 0001-Set-network-associating-as-FALSE-at-function-pan_dis.patch |
michael@0 | 190 | - to fix bug #171 |
michael@0 | 191 | - add patch 0001-Check-error-before-call-dbus_message_get_args-to-acq.patch |
michael@0 | 192 | - to fix bug #1111 |
michael@0 | 193 | * Wed Apr 14 2010 Martin Xu <martin.xu@intel.com> - 0.52 |
michael@0 | 194 | - Upgrade to 0.52 |
michael@0 | 195 | * Fri Mar 26 2010 Martin Xu <martin.xu@intel.com> - 0.51 |
michael@0 | 196 | - Upgrade to 0.51 |
michael@0 | 197 | - Remove patches: |
michael@0 | 198 | - 0001-check-ipconfig-in-__connman_ipconfig_clear_address.patch |
michael@0 | 199 | - 0001-Fix-configuration-loading-for-unknown-service.patch |
michael@0 | 200 | - 0001-Remove-DHCP-method-setting-from-ethernet-plugin.patch |
michael@0 | 201 | - They have been integrated into 0.51 |
michael@0 | 202 | * Thu Mar 25 2010 Anas Nashif <anas.nashif@intel.com> - 0.49 |
michael@0 | 203 | - Do not require openconnect here, we should do that in groups |
michael@0 | 204 | * Fri Mar 19 2010 Anas Nashif <anas.nashif@intel.com> - 0.49 |
michael@0 | 205 | - Dont build wimax on non ix86 |
michael@0 | 206 | * Fri Feb 26 2010 Martin Xu <martin.xu@intel.com> - 0.49 |
michael@0 | 207 | - add 0001-Remove-DHCP-method-setting-from-ethernet-plugin.patch |
michael@0 | 208 | - to fix bug #9850 |
michael@0 | 209 | * Thu Feb 25 2010 Martin Xu <martin.xu@intel.com> - 0.49 |
michael@0 | 210 | - add patch 0001-check-ipconfig-in-__connman_ipconfig_clear_address.patch |
michael@0 | 211 | - to fix bug #9838 |
michael@0 | 212 | * Thu Feb 25 2010 Martin Xu <martin.xu@intel.com> - 0.49 |
michael@0 | 213 | - add patch 0001-Fix-configuration-loading-for-unknown-service.patch |
michael@0 | 214 | - to fix bug #9890 |
michael@0 | 215 | * Wed Feb 24 2010 Martin Xu <martin.xu@intel.com> - 0.49 |
michael@0 | 216 | - add openconnect into build requirement and runtime requirement |
michael@0 | 217 | * Mon Feb 22 2010 Anas Nashif <anas.nashif@intel.com> - 0.49 |
michael@0 | 218 | - Use spectacle |
michael@0 | 219 | - Update to 0.49 |
michael@0 | 220 | - Updated URL and Group tags |
michael@0 | 221 | * Thu Jan 28 2010 Martin Xu <martin.xu@intel.com> - 0.48 |
michael@0 | 222 | - add 0001-Remove-system-user-from-dbus-config-file.patch |
michael@0 | 223 | * Sat Jan 16 2010 Anas Nashif <anas.nashif@intel.com> - 0.48 |
michael@0 | 224 | - Again, remote tests from main package |
michael@0 | 225 | * Mon Jan 11 2010 Martin Xu <martin.xu@intel.com> - 0.48 |
michael@0 | 226 | - change spelling |
michael@0 | 227 | * Mon Jan 4 2010 Martin Xu <martin.xu@intel.com> - 0.48 |
michael@0 | 228 | - upgrade to 0.48 |
michael@0 | 229 | * Mon Dec 14 2009 Anas Nashif <anas.nashif@intel.com> - 0.47 |
michael@0 | 230 | - Minor rpmlint fixes |
michael@0 | 231 | * Thu Dec 3 2009 Martin Xu <martin.xu@intel.com> 0.47 |
michael@0 | 232 | -enable ofono plugin |
michael@0 | 233 | -disable mbm plugin |
michael@0 | 234 | * Mon Nov 30 2009 Martin Xu <martin.xu@intel.com> 0.47 |
michael@0 | 235 | - upgrade to 0.47 |
michael@0 | 236 | - remove set-reconnect-as-FALSE-when-power-off-and-disable-th.patch |
michael@0 | 237 | - which has been merged into upstream |
michael@0 | 238 | * Wed Nov 18 2009 Anas Nashif <anas.nashif@intel.com> - 0.45 |
michael@0 | 239 | - Remove useless Provides |
michael@0 | 240 | * Tue Oct 27 2009 Martin Xu <martin.xu@intel.com> 0.45 |
michael@0 | 241 | - add set-reconnect-as-FALSE-when-power-off-and-disable-th.patch |
michael@0 | 242 | - to fix issue that connman may crash switching to offline mode |
michael@0 | 243 | * Tue Oct 27 2009 Martin Xu <martin.xu@intel.com> 0.45 |
michael@0 | 244 | - upgrade to 0.45 |
michael@0 | 245 | * Fri Oct 16 2009 Martin Xu <martin.xu@intel.com> 0.44 |
michael@0 | 246 | - upgrade to 0.44 |
michael@0 | 247 | - remove check-data-network-in-cleanup_network-at-mbm-plugin.patch |
michael@0 | 248 | - remove Fix-handling-when-losing-network-access-in-MBM-plugi.patch |
michael@0 | 249 | - remove set-data-network-as-NULL-when-removing-network-at-m.patch |
michael@0 | 250 | - remove install-test-script.patch |
michael@0 | 251 | - since these patchese has been included into 0.44 |
michael@0 | 252 | * Fri Oct 16 2009 Martin Xu <martin.xu@intel.com> 0.43 |
michael@0 | 253 | - add check-data-network-in-cleanup_network-at-mbm-plugin.patch |
michael@0 | 254 | - add Fix-handling-when-losing-network-access-in-MBM-plugi.patch |
michael@0 | 255 | - add set-data-network-as-NULL-when-removing-network-at-m.patch |
michael@0 | 256 | - to fix bug 6721 |
michael@0 | 257 | * Sat Oct 10 2009 Martin Xu <martin.xu@intel.com> 0.43 |
michael@0 | 258 | - split test package |
michael@0 | 259 | * Fri Oct 9 2009 Martin Xu <martin.xu@intel.com> 0.43 |
michael@0 | 260 | - Update to 0.43 |
michael@0 | 261 | * Tue Sep 15 2009 Rusty Lynch <rusty.lynch@intel.com> 0.42 |
michael@0 | 262 | - Update to 0.42 |
michael@0 | 263 | * Tue Sep 8 2009 Martin Xu <martin.xu@intel.com> 0.41 |
michael@0 | 264 | - add install-test-script.patch |
michael@0 | 265 | - use reconfigure in stead of autoreconf |
michael@0 | 266 | * Mon Sep 7 2009 Martin Xu <martin.xu@intel.com> 0.41 |
michael@0 | 267 | - upgrade to 0.41 |
michael@0 | 268 | * Wed Sep 2 2009 Martin Xu <martin.xu@intel.com> 0.40 |
michael@0 | 269 | - upgrade to 0.40 |
michael@0 | 270 | - remove fix-multi-thread-building-issue.patch |
michael@0 | 271 | * Thu Aug 27 2009 Martin Xu <martin.xu@intel.com> 0.39 |
michael@0 | 272 | - enable Ericsson MBM 3G modem plugin |
michael@0 | 273 | * Wed Aug 26 2009 Martin Xu <martin.xu@intel.com> 0.39 |
michael@0 | 274 | - upgrade to 0.39 |
michael@0 | 275 | - add fix-multi-thread-building-issue.patch |
michael@0 | 276 | - remove connman-init.patch since no one use it anymore |
michael@0 | 277 | * Fri Aug 7 2009 Martin Xu <martin.xu@intel.com> 0.38 |
michael@0 | 278 | - upgrade to 0.38 |
michael@0 | 279 | * Mon Jul 27 2009 Martin Xu <martin.xu@intel.com> 0.36 |
michael@0 | 280 | - upgrade to 0.36 |
michael@0 | 281 | * Thu Jul 23 2009 Rusty Lynch <rusty.lynch@intel.com> 0.35 |
michael@0 | 282 | - upgrade to 0.35 |
michael@0 | 283 | * Tue Jul 21 2009 Martin Xu <martin.xu@intel.com> 0.34 |
michael@0 | 284 | - upgrade to 0.34 |
michael@0 | 285 | * Tue Jul 21 2009 Martin Xu <martin.xu@intel.com> 0.33 |
michael@0 | 286 | - upgrade to 0.33 |
michael@0 | 287 | * Tue Jul 21 2009 Martin Xu <martin.xu@intel.com> 0.30 |
michael@0 | 288 | - upgrade to 0.30 |
michael@0 | 289 | * Sat Jul 18 2009 Martin Xu <martin.xu@intel.com> 0.29 |
michael@0 | 290 | - upgrade to 0.29 |
michael@0 | 291 | * Sat Jul 18 2009 Martin Xu <martin.xu@intel.com> 0.28 |
michael@0 | 292 | - upgrade to 0.28 |
michael@0 | 293 | * Fri Jul 17 2009 Martin Xu <martin.xu@intel.com> 0.26 |
michael@0 | 294 | - upgrade to 0.26 |
michael@0 | 295 | * Fri Jul 17 2009 Martin Xu <martin.xu@intel.com> 0.25 |
michael@0 | 296 | - upgrade to 0.25 |
michael@0 | 297 | * Fri Jul 17 2009 Martin Xu <martin.xu@intel.com> 0.24 |
michael@0 | 298 | - upgrade to 0.24 |
michael@0 | 299 | * Sun Jul 12 2009 Martin Xu <martin.xu@intel.com> 0.23 |
michael@0 | 300 | - upgrade to 0.23 |
michael@0 | 301 | * Fri Jul 10 2009 Martin Xu <martin.xu@intel.com> 0.22 |
michael@0 | 302 | - upgrade to 0.22 |
michael@0 | 303 | * Tue Jul 7 2009 Martin Xu <martin.xu@intel.com> 0.21 |
michael@0 | 304 | - upgrade to 0.21 |
michael@0 | 305 | * Thu Jul 2 2009 Martin Xu <martin.xu@intel.com> 0.20 |
michael@0 | 306 | - upgrade to 0.20 |
michael@0 | 307 | - remove fix-1564.patch |
michael@0 | 308 | - dhcp-sets-gateway-host-route.patch |
michael@0 | 309 | - because the two patches have been included into 0.20 upstream |
michael@0 | 310 | - add iwmxsdk subpackage to package connmand plugin for Intel wimax |
michael@0 | 311 | * Wed May 27 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.19 |
michael@0 | 312 | - Add temporary fix (until next release) for DHCP servers whose gateway is not in the local network |
michael@0 | 313 | * Tue May 19 2009 Martin Xu <martin.xu@intel.com> 0.19 |
michael@0 | 314 | - Fixed Service->Disconnect issue (bug #1564, #1817) |
michael@0 | 315 | * Fri May 15 2009 Joshua Lock <josh@linux.intel.com> 0.19-1 |
michael@0 | 316 | - Upgrade to 0.19 |
michael@0 | 317 | * Wed May 13 2009 Martin Xu <martin.xu@intel.com> 0.17 |
michael@0 | 318 | - Upgrade to 0.17 |
michael@0 | 319 | - Add builtin plugin support |
michael@0 | 320 | * Mon May 11 2009 Martin Xu <martin.xu@intel.com> 0.16 |
michael@0 | 321 | - Remove patch fix-bug-1558.patch |
michael@0 | 322 | - Upgrade to 0.16 |
michael@0 | 323 | * Mon Apr 13 2009 Martin Xu <martin.xu@intel.com> 0.15 |
michael@0 | 324 | - Fixed flight mode enabling/disabling (bug #1558) |
michael@0 | 325 | * Fri Mar 27 2009 Martin Xu <martin.xu@intel.com> 0.15 |
michael@0 | 326 | - Upgrade to 0.15 |
michael@0 | 327 | * Fri Mar 27 2009 Martin Xu <martin.xu@intel.com> 0.14 |
michael@0 | 328 | - Upgrade to 0.14 |
michael@0 | 329 | - remove connman-make-resolv.conf.patch |
michael@0 | 330 | - remove fix-segment-fault.patch |
michael@0 | 331 | * Mon Mar 23 2009 Martin Xu <martin.xu@intel.com> 0.13 |
michael@0 | 332 | - Add fix-segment-fault.patch to fix segment fault error |
michael@0 | 333 | * Mon Mar 23 2009 Martin Xu <martin.xu@intel.com> 0.13 |
michael@0 | 334 | - Upgrade to 0.13 |
michael@0 | 335 | * Tue Mar 10 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.12 |
michael@0 | 336 | - Update to 0.12 |
michael@0 | 337 | * Tue Mar 10 2009 Martin Xu <martin.xu@intel.com> 0.11 |
michael@0 | 338 | - add bluez runtime dependency |
michael@0 | 339 | * Fri Mar 6 2009 Martin Xu <martin.xu@intel.com> 0.11 |
michael@0 | 340 | - add fix-bug1118.patch to fix bug1118 |
michael@0 | 341 | * Mon Mar 2 2009 Martin Xu <martin.xu@intel.com> 0.11 |
michael@0 | 342 | - upgrade to 0.11 |
michael@0 | 343 | * Mon Feb 23 2009 Martin Xu <martin.xu@intel.com> 0.10 |
michael@0 | 344 | - remove connman-ugly-dirty-awful-hack-until-dbus-at_console-is-fixed.patch |
michael@0 | 345 | * Wed Feb 18 2009 Martin Xu <martin.xu@intel.com> 0.10 |
michael@0 | 346 | - fix the url |
michael@0 | 347 | * Thu Feb 12 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.10 |
michael@0 | 348 | - WiMAX fix #1 |
michael@0 | 349 | * Thu Feb 12 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.10 |
michael@0 | 350 | - Enable thread support (for WiMAX plugin) |
michael@0 | 351 | * Fri Jan 23 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.10 |
michael@0 | 352 | - upgrade to 0.10, remove resolvconf plugin per Marcel's input |
michael@0 | 353 | * Thu Jan 22 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.9 |
michael@0 | 354 | - upgrade to 0.9 |
michael@0 | 355 | * Tue Jan 20 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.8 |
michael@0 | 356 | - connman creates /etc/resolv.conf on startup instead of owning the file |
michael@0 | 357 | * Fri Jan 16 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.8 |
michael@0 | 358 | - added missing patches |
michael@0 | 359 | * Fri Jan 16 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.8 |
michael@0 | 360 | - add tests scripts for cmdline wifi selection, resolv.conf default config |
michael@0 | 361 | * Mon Jan 12 2009 Anas Nashif <anas.nashif@intel.com> 0.8 |
michael@0 | 362 | - Fixed comment in xml file |
michael@0 | 363 | * Mon Jan 12 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.8 |
michael@0 | 364 | - added an extremely ugly hack to fix the lack of dbus::at_console SHOULD BE PROPERLY FIXED |
michael@0 | 365 | * Sat Jan 10 2009 Anas Nashif <anas.nashif@intel.com> 0.8 |
michael@0 | 366 | - Update to 0.8 |
michael@0 | 367 | * Fri Jan 9 2009 Anas Nashif <anas.nashif@intel.com> 0.7 |
michael@0 | 368 | - Update to 0.7 |
michael@0 | 369 | * Fri Dec 19 2008 Arjan van de Ven <arjan@linux.intel.com> 0.5 |
michael@0 | 370 | - Enable dbus permission for the policykit case |
michael@0 | 371 | * Thu Dec 18 2008 Arjan van de Ven <arjan@linux.intel.com> 0.5 |
michael@0 | 372 | - test update to 0.5 |
michael@0 | 373 | * Wed Dec 17 2008 Arjan van de Ven <arjan@linux.intel.com> 0.4 |
michael@0 | 374 | - Clean up the spec |
michael@0 | 375 | * Tue Dec 16 2008 Anas Nashif <anas.nashif@intel.com> 0.4 |
michael@0 | 376 | - Fixed build |
michael@0 | 377 | - Fixed rpmlint warnings |
michael@0 | 378 | * Tue Dec 9 2008 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.1 |
michael@0 | 379 | - Push up release 0.1 |
michael@0 | 380 | * Tue Dec 2 2008 Anas Nashif <anas.nashif@intel.com> 0.0 |
michael@0 | 381 | - Added chkconfig meta data |
michael@0 | 382 | * Mon Nov 24 2008 Martin Xu <martin.xu@intel.com> |
michael@0 | 383 | - Upgrade to snapshot 371-4a7178f |
michael@0 | 384 | * Fri Sep 26 2008 Martin Xu <martin.xu@intel.com> |
michael@0 | 385 | - Upgrade to snapshot 305.83359bf |
michael@0 | 386 | - Remove connman-dhclient_path.patch |
michael@0 | 387 | - Remove libgdbus from build requirement |
michael@0 | 388 | * Thu Sep 25 2008 Martin Xu <martin.xu@intel.com> |
michael@0 | 389 | - add dhclient and wpa_supplicant build requirment |
michael@0 | 390 | - Fixed init script again |
michael@0 | 391 | * Wed Sep 24 2008 Anas Nashif <anas.nashif@intel.com> 0.0 |
michael@0 | 392 | - Fixed application path (Martin Xu) |
michael@0 | 393 | - Fixed init script |
michael@0 | 394 | * Wed Aug 13 2008 Peng Li <peng.li@intel.com> |
michael@0 | 395 | - add build dependency for sqlite-devel |
michael@0 | 396 | * Tue Aug 12 2008 Anas Nashif <anas.nashif@intel.com> |
michael@0 | 397 | - setup the right directory |
michael@0 | 398 | * Tue Aug 12 2008 Anas Nashif <anas.nashif@intel.com> |
michael@0 | 399 | - Initial import into build system |
michael@0 | 400 | * Mon Aug 4 2008 Marcel Holtmann <marcel@holtmann.org> |
michael@0 | 401 | - Initial packaging |