plymouth-vl.spec 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988
  1. %define plymouthdaemon_execdir /sbin
  2. %define plymouthclient_execdir /bin
  3. %define plymouth_libdir /%{_lib}
  4. Summary: Graphical Boot Animation and Logger
  5. Summary(ja): グラフィカルブートアニメーション
  6. Name: plymouth
  7. Version: 0.8.3
  8. Release: 6%{?_dist_release}
  9. License: GPLv2+
  10. Group: System Environment/Base
  11. URL: http://freedesktop.org/software/plymouth/releases
  12. Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
  13. Source1: boot-duration
  14. Source2: plymouth-update-initrd-vine
  15. Source10: vinelogo-bw.png
  16. Source11: plymouth-theme-script.tar.bz2
  17. Source12: plymouth-theme-charge.tar.bz2
  18. Patch10: plymouth-0.8.3-fix-crash-on-retain-splash.patch
  19. Patch11: plymouth-0.8.3-save-original-tty-lock-settings.patch
  20. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  21. Requires: vine-logos
  22. Requires(post): plymouth-scripts
  23. Requires: initscripts >= 8.90.5
  24. Obsoletes: bootsplash <= 3.2
  25. Provides: bootsplash
  26. BuildRequires: libdrm
  27. BuildRequires: kernel-headers
  28. Vendor: Project Vine
  29. Distribution: Vine Linux
  30. Packager: daisuke
  31. %description
  32. Plymouth provides an attractive graphical boot animation in
  33. place of the text messages that normally get shown. Text
  34. messages are instead redirected to a log file for viewing
  35. after boot.
  36. %package system-theme
  37. Summary: Plymouth default theme
  38. Summary(ja): Plymouth default theme
  39. Group: System Environment/Base
  40. Obsoletes: %{name}-system-plugin < %{version}-%{release}
  41. Provides: %{name}-system-plugin = %{version}-%{release}
  42. Requires: plymouth(system-theme) = %{version}-%{release}
  43. %description system-theme
  44. This metapackage tracks the current distribution default theme.
  45. %package core-libs
  46. Summary: Plymouth core libraries
  47. Summary(ja): Plymouth core libraries
  48. Group: Development/Libraries
  49. %description core-libs
  50. This package contains the libply and libply-splash-core libraries
  51. used by Plymouth.
  52. %package graphics-libs
  53. Summary: Plymouth graphics libraries
  54. Summary(ja): Plymouth graphics libraries
  55. Group: Development/Libraries
  56. Requires: %{name}-core-libs = %{version}-%{release}
  57. Obsoletes: %{name}-libs < %{version}-%{release}
  58. Provides: %{name}-libs = %{version}-%{release}
  59. BuildRequires: libpng-devel
  60. %description graphics-libs
  61. This package contains the libply-splash-graphics library
  62. used by graphical Plymouth splashes.
  63. %package devel
  64. Summary: Libraries and headers for writing Plymouth splash plugins
  65. Summary(ja): Libraries and headers for writing Plymouth splash plugins
  66. Group: Development/Libraries
  67. Requires: %{name} = %{version}-%{release}
  68. Requires: pkgconfig
  69. %description devel
  70. This package contains the libply and libplybootsplash libraries
  71. and headers needed to develop 3rd party splash plugins for Plymouth.
  72. %package utils
  73. Summary: Plymouth related utilities
  74. Summary(ja): Plymouth related ユーティリティ
  75. Group: Applications/System
  76. Requires: %{name} = %{version}-%{release}
  77. BuildRequires: gtk2-devel
  78. %description utils
  79. This package contains utilities that integrate with Plymouth
  80. including a boot log viewing application.
  81. %package scripts
  82. Summary: Plymouth related scripts
  83. Summary(ja): Plymouth 関連スクリプト
  84. Group: Applications/System
  85. %description scripts
  86. This package contains scripts that help integrate Plymouth with
  87. the system.
  88. %package gdm-hooks
  89. Summary: Plymouth GDM integration
  90. Summary(ja): Plymouth GDM 統合
  91. Group: Applications/System
  92. Requires: gdm
  93. Requires: plymouth-utils
  94. Requires: %{name} = %{version}-%{release}
  95. %description gdm-hooks
  96. This package contains support files for integrating Plymouth with GDM
  97. Namely, it adds hooks to show boot messages at the login screen in the
  98. event start-up services fail.
  99. %package plugin-label
  100. Summary: Plymouth label plugin
  101. Summary(ja): Plymouth label plugin
  102. Group: System Environment/Base
  103. Requires: %{name}-libs = %{version}-%{release}
  104. BuildRequires: pango-devel >= 1.21.0
  105. BuildRequires: cairo-devel
  106. %description plugin-label
  107. This package contains the label control plugin for
  108. Plymouth. It provides the ability to render text on
  109. graphical boot splashes using pango and cairo.
  110. %package plugin-fade-throbber
  111. Summary: Plymouth "Fade-Throbber" plugin
  112. Summary(ja): Plymouth "Fade-Throbber" plugin
  113. Group: System Environment/Base
  114. Requires: %{name}-libs = %{version}-%{release}
  115. %description plugin-fade-throbber
  116. This package contains the "Fade-In" boot splash plugin for
  117. Plymouth. It features a centered image that fades in and out
  118. while other images pulsate around during system boot up.
  119. %package theme-fade-in
  120. Summary: Plymouth "Fade-In" theme
  121. Summary(ja): Plymouth "Fade-In" theme
  122. Group: System Environment/Base
  123. Requires: %{name}-plugin-fade-throbber = %{version}-%{release}
  124. %description theme-fade-in
  125. This package contains the "Fade-In" boot splash theme for
  126. Plymouth. It features a centered logo that fades in and out
  127. while stars twinkle around the logo during system boot up.
  128. %package plugin-throbgress
  129. Summary: Plymouth "Throbgress" plugin
  130. Summary(ja): Plymouth "Throbgress" plugin
  131. Group: System Environment/Base
  132. Requires: %{name}-libs = %{version}-%{release}
  133. Requires: plymouth-plugin-label
  134. %description plugin-throbgress
  135. This package contains the "throbgress" boot splash plugin for
  136. Plymouth. It features a centered logo and animated spinner that
  137. spins repeatedly while a progress bar advances at the bottom of
  138. the screen.
  139. %package theme-spinfinity
  140. Summary: Plymouth "Spinfinity" theme
  141. Summary(ja): Plymouth "Spinfinity" theme
  142. Group: System Environment/Base
  143. Requires: %{name}-plugin-throbgress = %{version}-%{release}
  144. %description theme-spinfinity
  145. This package contains the "Spinfinity" boot splash theme for
  146. Plymouth. It features a centered logo and animated spinner that
  147. spins in the shape of an infinity sign.
  148. %package plugin-space-flares
  149. Summary: Plymouth "space-flares" plugin
  150. Summary(ja): Plymouth "space-flares" plugin
  151. Group: System Environment/Base
  152. Requires: %{name}-libs = %{version}-%{release}
  153. Requires: plymouth-plugin-label
  154. %description plugin-space-flares
  155. This package contains the "space-flares" boot splash plugin for
  156. Plymouth. It features a corner image with animated flares.
  157. %package theme-solar
  158. Summary: Plymouth "Solar" theme
  159. Summary(ja): Plymouth "Solar" theme
  160. Group: System Environment/Base
  161. Requires: %{name}-plugin-space-flares = %{version}-%{release}
  162. %description theme-solar
  163. This package contains the "Solar" boot splash theme for
  164. Plymouth. It features a blue flamed sun with animated solar flares.
  165. %package plugin-two-step
  166. Summary: Plymouth "two-step" plugin
  167. Summary(ja): Plymouth "two-step" plugin
  168. Group: System Environment/Base
  169. Requires: %{name}-libs = %{version}-%{release}
  170. Requires: plymouth-plugin-label
  171. %description plugin-two-step
  172. This package contains the "two-step" boot splash plugin for
  173. Plymouth. It features a two phased boot process that starts with
  174. a progressing animation synced to boot time and finishes with a
  175. short, fast one-shot animation.
  176. %package theme-charge
  177. Summary: Plymouth "Charge" plugin
  178. Summary(ja): Plymouth "Charge" plugin
  179. Group: System Environment/Base
  180. Requires: %{name}-plugin-two-step = %{version}-%{release}
  181. %description theme-charge
  182. This package contains the "charge" boot splash theme for
  183. Plymouth. It features the shadowy hull of a logo charge up and
  184. and finally burst into full form.
  185. %package plugin-script
  186. Summary: Plymouth "script" plugin
  187. Summary(ja): Plymouth "script" plugin
  188. Group: System Environment/Base
  189. Requires: %{name}-libs = %{version}-%{release}
  190. %description plugin-script
  191. This package contains the "script" boot splash plugin for
  192. Plymouth. It features an extensible, scriptable boot splash
  193. language that simplifies the process of designing custom
  194. boot splash themes.
  195. %package theme-script
  196. Summary: Plymouth "Script" plugin
  197. Summary(ja): Plymouth "Script" plugin
  198. Group: System Environment/Base
  199. Requires: %{name}-plugin-script = %{version}-%{release}
  200. Requires(post): %{_sbindir}/plymouth-set-default-theme
  201. Provides: plymouth(system-theme) = %{version}-%{release}
  202. %description theme-script
  203. This package contains the "script" boot splash theme for
  204. Plymouth. It it is a simple example theme the uses the "script"
  205. plugin.
  206. %prep
  207. %setup -q
  208. %patch10 -p1 -b .fix-crash
  209. %patch11 -p1 -b .save-original-tty-lock-settings
  210. # Change the default theme
  211. sed -i -e 's/fade-in/script/g' src/plymouthd.defaults
  212. %build
  213. %configure --enable-tracing --disable-tests \
  214. --without-default-plugin \
  215. --with-logo=%{_datadir}/pixmaps/vine/vinelogo-bw.png \
  216. --with-background-start-color-stop=0x3A3A6A \
  217. --with-background-end-color-stop=0x000000 \
  218. --with-background-color=0x000000 \
  219. --with-release-file=/etc/vine-release \
  220. --enable-gdm-transition \
  221. --with-system-root-install
  222. make %{?_smp_mflags}
  223. %install
  224. rm -rf $RPM_BUILD_ROOT
  225. make install DESTDIR=$RPM_BUILD_ROOT
  226. # Glow isn't quite ready for primetime
  227. rm -rf $RPM_BUILD_ROOT%{_datadir}/plymouth/glow/
  228. rm -f $RPM_BUILD_ROOT%{_libdir}/plymouth/glow.so
  229. find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
  230. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  231. # Temporary symlink until rc.sysinit is fixed
  232. (cd $RPM_BUILD_ROOT%{_bindir}; ln -s ../../bin/plymouth)
  233. mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth
  234. cp $RPM_SOURCE_DIR/boot-duration $RPM_BUILD_ROOT%{_datadir}/plymouth/default-boot-duration
  235. cp $RPM_SOURCE_DIR/boot-duration $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth
  236. # update script theme
  237. tar xjvf %{SOURCE11} -C $RPM_BUILD_ROOT%{_datadir}/plymouth/themes
  238. # add charge theme
  239. tar xjvf %{SOURCE12} -C $RPM_BUILD_ROOT%{_datadir}/plymouth/themes
  240. # install vinelogo-bw.png
  241. mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/vine/
  242. cp %{SOURCE10} $RPM_BUILD_ROOT%{_datadir}/pixmaps/vine/
  243. # Override plymouth-update-initrd to work with mkinitrd
  244. cp -f $RPM_SOURCE_DIR/plymouth-update-initrd-vine $RPM_BUILD_ROOT%{_libexecdir}/plymouth/plymouth-update-initrd
  245. # Drop glow
  246. rm -rf $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/glow
  247. %clean
  248. rm -rf $RPM_BUILD_ROOT
  249. %post
  250. [ -f %{_localstatedir}/lib/plymouth/boot-duration ] || cp -f %{_datadir}/plymouth/default-boot-duration %{_localstatedir}/lib/plymouth/boot-duration
  251. %postun
  252. if [ $1 -eq 0 ]; then
  253. rm -f %{_libdir}/plymouth/default.so
  254. rm -f /boot/initrd-plymouth.img
  255. fi
  256. %post core-libs -p /sbin/ldconfig
  257. %postun core-libs -p /sbin/ldconfig
  258. %post graphics-libs -p /sbin/ldconfig
  259. %postun graphics-libs -p /sbin/ldconfig
  260. %files
  261. %defattr(-, root, root)
  262. %doc AUTHORS NEWS README
  263. %dir %{_datadir}/plymouth
  264. %dir %{_datadir}/plymouth/themes
  265. %dir %{_libexecdir}/plymouth
  266. %dir %{_localstatedir}/lib/plymouth
  267. %config(noreplace) %{_sysconfdir}/plymouth/plymouthd.conf
  268. %{plymouthdaemon_execdir}/plymouthd
  269. %{plymouthclient_execdir}/plymouth
  270. %{_bindir}/plymouth
  271. %{_bindir}/rhgb-client
  272. %{_libdir}/plymouth/details.so
  273. %{_libdir}/plymouth/text.so
  274. %{_libdir}/plymouth/renderers/drm*
  275. %{_libdir}/plymouth/renderers/frame-buffer*
  276. %{_datadir}/plymouth/default-boot-duration
  277. %{_datadir}/plymouth/themes/details/details.plymouth
  278. %{_datadir}/plymouth/themes/text/text.plymouth
  279. %{_datadir}/plymouth/plymouthd.defaults
  280. %{_datadir}/pixmaps/vine/*.png
  281. %{_localstatedir}/run/plymouth
  282. %{_localstatedir}/spool/plymouth
  283. %{_mandir}/man?/*
  284. %ghost %{_localstatedir}/lib/plymouth/boot-duration
  285. %files devel
  286. %defattr(-, root, root)
  287. %{plymouth_libdir}/libply.so
  288. %{plymouth_libdir}/libply-splash-core.so
  289. %{_libdir}/libply-splash-graphics.so
  290. %{_libdir}/libply-boot-client.so
  291. %{_libdir}/pkgconfig/ply-splash-core.pc
  292. %{_libdir}/pkgconfig/ply-splash-graphics.pc
  293. %{_libdir}/pkgconfig/ply-boot-client.pc
  294. %{_libdir}/plymouth/renderers/x11*
  295. %{_includedir}/plymouth-1
  296. %files core-libs
  297. %defattr(-, root, root)
  298. %{plymouth_libdir}/libply.so.*
  299. %{plymouth_libdir}/libply-splash-core.so.*
  300. %{_libdir}/libply-boot-client.so.*
  301. %dir %{_libdir}/plymouth
  302. %files graphics-libs
  303. %defattr(-, root, root)
  304. %{_libdir}/libply-splash-graphics.so.*
  305. %files scripts
  306. %defattr(-, root, root)
  307. %{_sbindir}/plymouth-set-default-theme
  308. %{_libexecdir}/plymouth/plymouth-update-initrd
  309. %{_libexecdir}/plymouth/plymouth-generate-initrd
  310. %{_libexecdir}/plymouth/plymouth-populate-initrd
  311. %files utils
  312. %defattr(-, root, root)
  313. %{_bindir}/plymouth-log-viewer
  314. %files gdm-hooks
  315. %defattr(-, root, root)
  316. %{_datadir}/gdm/autostart/LoginWindow/plymouth-log-viewer.desktop
  317. %files plugin-label
  318. %defattr(-, root, root)
  319. %{_libdir}/plymouth/label.so
  320. %files plugin-fade-throbber
  321. %defattr(-, root, root)
  322. %{_libdir}/plymouth/fade-throbber.so
  323. %files theme-fade-in
  324. %defattr(-, root, root)
  325. %dir %{_datadir}/plymouth/themes/fade-in
  326. %{_datadir}/plymouth/themes/fade-in/bullet.png
  327. %{_datadir}/plymouth/themes/fade-in/entry.png
  328. %{_datadir}/plymouth/themes/fade-in/lock.png
  329. %{_datadir}/plymouth/themes/fade-in/star.png
  330. %{_datadir}/plymouth/themes/fade-in/fade-in.plymouth
  331. %files plugin-throbgress
  332. %defattr(-, root, root)
  333. %{_libdir}/plymouth/throbgress.so
  334. %files theme-spinfinity
  335. %defattr(-, root, root)
  336. %dir %{_datadir}/plymouth/themes/spinfinity
  337. %{_datadir}/plymouth/themes/spinfinity/box.png
  338. %{_datadir}/plymouth/themes/spinfinity/bullet.png
  339. %{_datadir}/plymouth/themes/spinfinity/entry.png
  340. %{_datadir}/plymouth/themes/spinfinity/lock.png
  341. %{_datadir}/plymouth/themes/spinfinity/throbber-[0-3][0-9].png
  342. %{_datadir}/plymouth/themes/spinfinity/spinfinity.plymouth
  343. %files plugin-space-flares
  344. %defattr(-, root, root)
  345. %{_libdir}/plymouth/space-flares.so
  346. %files theme-solar
  347. %defattr(-, root, root)
  348. %dir %{_datadir}/plymouth/themes/solar
  349. %{_datadir}/plymouth/themes/solar/*.png
  350. %{_datadir}/plymouth/themes/solar/solar.plymouth
  351. %files plugin-two-step
  352. %defattr(-, root, root)
  353. %{_libdir}/plymouth/two-step.so
  354. %files theme-charge
  355. %defattr(-, root, root)
  356. %dir %{_datadir}/plymouth/themes/charge
  357. %{_datadir}/plymouth/themes/charge/*.png
  358. %{_datadir}/plymouth/themes/charge/charge.plymouth
  359. %files plugin-script
  360. %defattr(-, root, root)
  361. %{_libdir}/plymouth/script.so
  362. %files theme-script
  363. %defattr(-, root, root)
  364. %{_datadir}/plymouth/themes/script/*.png
  365. %{_datadir}/plymouth/themes/script/script.script
  366. %{_datadir}/plymouth/themes/script/script.plymouth
  367. %files system-theme
  368. %defattr(-, root, root)
  369. %changelog
  370. * Thu Mar 10 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.3-6
  371. - add Patch11 to save original tty lock setting
  372. * Wed Mar 09 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.3-5
  373. - add Patch10 to fix crash on quit with --retain-splash option
  374. http://cgit.freedesktop.org/plymouth/commit/?id=0e232e29765cade22b9e8cba3b0c372eb4db58f9
  375. * Mon May 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.3-4
  376. - update charge theme
  377. - replace plymouth-update-initrd
  378. - drop unused plymouth-set-default-plugin
  379. * Mon May 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.3-3
  380. - remove configure option
  381. - --with-{boot,shutdow}-tty
  382. * Fri May 14 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.3-2
  383. - add configure option
  384. - --with-boot-tty=tty7
  385. - --with-shutdown-tty1
  386. - Require specific version of initscripts
  387. - add Obsoletes/Provides bootsplash
  388. * Wed May 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.3-1
  389. - new upstream release
  390. * Tue May 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.2-1
  391. - new upstream release
  392. - update script theme
  393. - update boot-duration
  394. * Wed Mar 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.0-0.20100305.1
  395. - update to new snapshot
  396. * Tue Feb 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.0-0.20100114.1
  397. - initial build for Vine Linux
  398. * Thu Jan 14 2010 Ray Strode <rstrode@redhat.com> 0.8.0-0.20100114.2
  399. - Don't link plymouthd against libpng either
  400. * Thu Jan 14 2010 Ray Strode <rstrode@redhat.com> 0.8.0-0.20100114.1
  401. - Make it possible to do a basic plymouth installations without
  402. libpng
  403. * Thu Jan 07 2010 Ray Strode <rstrode@redhat.com> 0.8.0-0.2009129.2
  404. - Drop nash dep
  405. * Tue Dec 22 2009 Dave Airlie <airlied@redhat.com> 0.8.0-0.2009129.1
  406. - rebuild for API bump in libdrm
  407. * Wed Dec 09 2009 Ray Strode <rstrode@redhat.com> 0.8.0-0.2009129
  408. - Update to latest snapshot
  409. * Tue Sep 29 2009 Ray Strode <rstrode@redhat.com> 0.8.0-0.2009.10.05
  410. - Add new x11-renderer plugin from Charlie Brej for debugging
  411. * Tue Sep 29 2009 Ray Strode <rstrode@redhat.com> 0.8.0-0.2009.29.09
  412. - Fix escape and ask-for-password
  413. * Mon Sep 28 2009 Ray Strode <rstrode@redhat.com> 0.8.0-0.2009.28.09
  414. - Add prerelease of 0.8.0 for multihead support
  415. * Fri Sep 11 2009 Ray Strode <rstrode@redhat.com> 0.7.1-7
  416. - Go back to blue charge background (bug 522460)
  417. * Fri Sep 11 2009 Ray Strode <rstrode@redhat.com> 0.7.1-6
  418. - Remove duplicate Provides: plymouth(system-theme)
  419. * Thu Sep 10 2009 Ray Strode <rstrode@redhat.com> 0.7.1-5
  420. - Fix set_verbose error reported by yaneti.
  421. * Wed Sep 9 2009 Ray Strode <rstrode@redhat.com> 0.7.1-4
  422. - Look for inst() in dracut as well as mkinitrd bash source file
  423. - Drop plymouth initrd for now.
  424. * Fri Aug 28 2009 Ray Strode <rstrode@redhat.com> 0.7.1-3
  425. - Create plymouth supplementary initrd in post (bug 515589)
  426. * Tue Aug 25 2009 Ray Strode <rstrode@redhat.com> 0.7.1-2
  427. - Get plugin path from plymouth instead of trying
  428. to guess. Should fix bug 502667
  429. * Tue Aug 25 2009 Ray Strode <rstrode@redhat.com> 0.7.1-1
  430. - Update to 0.7.1
  431. * Mon Aug 24 2009 Adam Jackson <ajax@redhat.com> 0.7.0-2
  432. - Set charge bgcolor to black. (#519052)
  433. * Tue Aug 11 2009 Ray Strode <rstrode@redhat.com> 0.7.0-1
  434. - Update to 0.7.0
  435. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-0.2010.05.15.1
  436. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  437. * Fri May 15 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.15.1
  438. - Fix spinfinity theme to point to the right image directory
  439. (bug 500994)
  440. * Thu May 14 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.14.1
  441. - Update to new snapshot that renames plugins to fix upgrades
  442. somewhat (bug 499940)
  443. * Fri May 08 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.08.1
  444. - Add some fixes for shutdown
  445. * Fri May 08 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.06.4
  446. - Don't slow down progress updating at the end of boot
  447. * Thu May 07 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.06.3
  448. - Change colors to transition better to gdm
  449. * Wed May 06 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.06.2
  450. - Make "charge" theme require two-step plugin instead of solar (oops)
  451. * Wed May 06 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.06.1
  452. - Update to "plugin-rework" branch from git
  453. * Wed Apr 08 2009 Jesse Keating <jkeating@redhat.com> - 0.7.0-0.2009.03.10.3
  454. - Drop the version on system-logos requires for now, causing hell with
  455. other -logos providers not having the same version.
  456. * Wed Mar 18 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.10.2
  457. - Destroy terminal on detach (may help with bug 490965)
  458. * Tue Mar 10 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.10.1
  459. - Address one more issue with password handling. It wasn't working
  460. well for secondary devices when using the "details" plugin.
  461. * Mon Mar 9 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.09.1
  462. - Attempt to address some problems with password handling in the
  463. 0.7.0 snapshots
  464. * Fri Mar 6 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.06.2
  465. - Fix set default script
  466. * Fri Mar 6 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.06.1
  467. - more scriptlet changes to move from solar to spinfinity
  468. * Fri Mar 6 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.06
  469. - Updated to development snapshot
  470. - Guess progress better on second boot of persistent live images
  471. - Drop upstream patches
  472. - swap "solar" and "spinfinity" scriptlet behavior
  473. * Tue Feb 24 2009 Ray Strode <rstrode@redhat.com> 0.6.0-3
  474. - Add fix-heap-corruptor patch from master. Problem
  475. spotted by Mr. McCann.
  476. * Wed Dec 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-2
  477. - Add patch from drop-nash branch for jeremy
  478. * Wed Dec 3 2008 Ray Strode <rstrode@redhat.com> 0.6.0-1
  479. - Update to 0.6.0
  480. * Sat Nov 22 2008 Matthias Clasen <mclasen@redhat.com> 0.6.0-0.2008.11.17.3.1
  481. - Strip %%name from %%summary
  482. * Mon Nov 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.17.3
  483. - don't give error about missing default.so
  484. - rework packaging of boot-duration to prevent .rpmnew droppings
  485. (bug 469752)
  486. * Mon Nov 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.17.2
  487. - Don't tell gdm to transition unless booting into runlevel 3
  488. (bug 471785)
  489. * Mon Nov 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.17.1
  490. - Crawl progress bar if boot is way off course (Charlie, bug 471089)
  491. * Fri Nov 14 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.14.2
  492. - Don't loop forever when tty returns NUL byte (bug 471498)
  493. * Fri Nov 14 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.14.1
  494. - Generate solar background dynamically to reduce ondisk size, and
  495. look better at various resolutions (Charlie, bug 471227)
  496. * Thu Nov 13 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.12.4
  497. - Move Obsoletes: plymouth-text-and-details-only to base package
  498. so people who had it installed don't end up solar on upgrade
  499. * Wed Nov 12 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.12.3
  500. - Redo packaging to work better with minimal installs
  501. (bug 471314)
  502. * Wed Nov 12 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.12.2
  503. - Fix plymouth-set-default-plugin to allow external $LIB
  504. * Wed Nov 12 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.12.1
  505. - Fix star image (Charlie, bug 471113)
  506. * Tue Nov 11 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.11.2
  507. - Improve solar flares (Charlie)
  508. - redirect tty again on --show-splash
  509. - ignore subsequent --hide-splash calls after the first one
  510. - turn off kernel printks during boot up
  511. * Tue Nov 11 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.11.1
  512. - Disconnect from tty when init=/bin/bash (bug 471007)
  513. * Mon Nov 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.10.5
  514. - Force the right arch when calling plymouth-set-default-plugin
  515. (bug 470732)
  516. * Mon Nov 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.10.4
  517. - Drop comet (bug 468705)
  518. - make boot-duration config(noreplace)
  519. * Mon Nov 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.10.3
  520. - Don't abort if no splash when root is mounted
  521. - Actually move patches upstream
  522. * Mon Nov 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.10.1
  523. - Fix feedback loop with plymouth:debug
  524. - Move patches upstream
  525. - Improve comet animation
  526. * Sun Nov 9 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.06.4
  527. - Fix up more-debug patch to not assert with plymouth:nolog
  528. (bug 470569)
  529. * Fri Nov 7 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.06.3
  530. - add some more debug spew to help debug a problem jlaska is having
  531. * Thu Nov 6 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.06.2
  532. - show details plugin on --hide-splash so people can see why the splash
  533. got hidden.
  534. * Thu Nov 6 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.06.1
  535. - Don't exit on plymouth --show-splash after sulogin
  536. - Properly retake console after that --show-splash
  537. * Wed Nov 5 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.05.1
  538. - reset colors on quit --retain-splash
  539. - fix off by one in damage calculation for label
  540. * Tue Nov 4 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.30.5
  541. - Add a sample boot-duration for livecds and first time boots
  542. (bug 469752)
  543. * Mon Nov 3 2008 Jeremy Katz <katzj@redhat.com> - 0.6.0-0.2008.10.30.4
  544. - Allow pre-setting the default plugin when calling plymouth-populate-initrd
  545. * Fri Oct 31 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.30.3
  546. - Add pango minimum version to buildrequires
  547. * Thu Oct 30 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.30.2
  548. - Update prompt text colors to be legible on new artwork
  549. * Thu Oct 30 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.30.1
  550. - Drop upstreamed patches
  551. - Patch from Charlie to update artwork
  552. - Patch from Charlie to make password screen match animation better
  553. (bug 468899)
  554. * Thu Oct 30 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.8
  555. - Fix escape at password prompt (bug 467533)
  556. * Tue Oct 28 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.7
  557. - Don't require /bin/plymouth before it's installed (bug 468925)
  558. * Tue Oct 28 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.6
  559. - Force raw mode for keyboard input with solar and fade-in
  560. (bug 468880)
  561. - make sure windows get closed on exit
  562. * Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.5
  563. - Make "Solar" lock icon the same as the "Spinfinity" one.
  564. * Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.4
  565. - Make plymouth-libs own /usr/lib/plymouth (bug 458071)
  566. * Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.3
  567. - Default to "Solar" instead of "Spinfinity"
  568. * Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.2
  569. - Don't set plymouth default plugin to text in %%post
  570. * Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.1
  571. - Add Charlie patch to dither in lower color modes (bug 468276)
  572. * Sun Oct 26 2008 Jeremy Katz <katzj@redhat.com> - 0.6.0-0.2008.10.24.2
  573. - More requires changing to avoid loops (#467356)
  574. * Fri Oct 24 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.24.1
  575. - Add updated progress bar for solar plugin from Charlie
  576. - Log plymouth:debug output to boot log
  577. - Ignore sigpipe signals in daemon
  578. * Thu Oct 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.23.2
  579. - Bump so name of libply to hopefully force plymouth to get installed
  580. before kernel (or at least make plymouth-libs and plymouth get installed
  581. on the same side of kernel in the transaction).
  582. * Thu Oct 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.23.1
  583. - Add patch from Charlie to align progress bar to milestones during boot up
  584. - force tty to be sane on exit (bug 467207)
  585. * Thu Oct 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.21.3
  586. - add empty files section for text-and-details-only so the subpackage
  587. shows up.
  588. * Wed Oct 22 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.21.2
  589. - add text-and-details-only subpackage so davej can uninstall
  590. spinfinity, pango, cairo etc from his router.
  591. * Tue Oct 21 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.21.1
  592. - Minor event loop changes
  593. - drop upstream patches
  594. - Charlie Brej fix for progress bar resetting when escape gets pressed
  595. * Tue Oct 21 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.17.4
  596. - Don't make plymouth-libs require plymouth (more fun with 467356)
  597. * Mon Oct 20 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.17.3
  598. - Add initscripts requires (bug 461322)
  599. * Mon Oct 20 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.17.2
  600. - Put tty1 back in "cooked" mode when going into runlevel 3
  601. (bug 467207)
  602. * Fri Oct 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.17.1
  603. - Clear screen in details plugin when it's done
  604. - Make plymouth-update-initrd a small wrapper around mkinitrd instead
  605. of the broken monstrosity it was before.
  606. * Fri Oct 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.15.3
  607. - Move plymouth-set-default-plugin, plymouth-update-initrd, and
  608. plymouth-populate-initrd to plymouth-scripts subpackage
  609. (the last fix didn't actually help with bug 467356)
  610. * Fri Oct 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.15.2
  611. - Move plymouth-set-default-plugin to -libs (might help with bug 467356)
  612. - Fix up requires, provides and postun scripts
  613. * Wed Oct 15 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.15.1
  614. - Don't free windows on --hide-splash (fix from Jeremy)
  615. * Tue Oct 14 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.14.1
  616. - Solar fixes from Charlie Brej
  617. - Better cpu usage from Charlie
  618. * Fri Oct 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.08.2
  619. - Add Requires(post): nash (bug 466500)
  620. * Wed Oct 08 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.08.1
  621. - Rework how "console=" args done again, to hopefully fix
  622. bug 460565
  623. * Mon Oct 06 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.06.1
  624. - Add "Solar" plugin from Charles Brej
  625. - Move things around so computers with separate /usr boot
  626. (hopefully this won't break things, but it probably will)
  627. - Make GDM show up on vt1 for all plugins
  628. * Tue Sep 30 2008 Jeremy Katz <katzj@redhat.com> 0.6.0-0.2008.09.25.2
  629. - Remove mkinitrd requires to break the dep loop and ensure things
  630. get installed in the right order
  631. * Thu Sep 25 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.25.1
  632. - Add new snapshot to fold in Will Woods progress bar, and
  633. move ajax's splash upstream, putting the old text splash
  634. in a "pulser" subpackage
  635. * Tue Sep 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.23.1
  636. - Last snapshot was broken
  637. * Mon Sep 22 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.22.1
  638. - Update to latest snapshot to get better transition support
  639. * Fri Sep 19 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.15.2
  640. - Turn on gdm trigger for transition
  641. * Mon Sep 15 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.15.1
  642. - add quit command with --retain-splash option to client
  643. * Wed Sep 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.10.1
  644. - Fix text rendering for certain machines
  645. * Mon Sep 8 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.05.4
  646. - More serial console fixes (bug 460565 again)
  647. * Fri Sep 5 2008 Bill Nottingham <notting@redhat.com> 0.6.0-0.2008.09.05.3
  648. - make the text plugin use the system release info rather than a hardcoded 'Fedora 10'
  649. * Fri Sep 5 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.05.2
  650. - Try to support multiple serial consoles better
  651. (bug 460565)
  652. * Fri Sep 5 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.05.1
  653. - Fix some confusion with password handling in details plugin
  654. * Wed Aug 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.08.27.1
  655. - Fix another crasher for users with encrypted disks (this time in
  656. the text plugin, not the client)
  657. * Wed Aug 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.08.27
  658. - Update to latest snapshot
  659. - Add the ability to show text prompts in graphical plugin
  660. - Fix crasher for users with encrypted disks
  661. * Fri Aug 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.08.22
  662. - Update to latest snapshot
  663. * Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-20.2008.08.13
  664. - Update previous patch to remove some assertions
  665. * Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-19.2008.08.13
  666. - add a patch that may help serial console users
  667. * Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-18.2008.08.13
  668. - add spool directory to file list
  669. * Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-17.2008.08.13
  670. - Make plymouth-gdm-hooks require plymouth-utils
  671. * Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-16.2008.08.13
  672. - Add a boot failure viewer to login screen (written by Matthias)
  673. * Tue Aug 12 2008 Adam Jackson <ajax@redhat.com> 0.5.0-15.2008.08.08
  674. - plymouth-0.5.0-textbar-hotness.patch: Change the text plugin to a slightly
  675. more traditional progress bar, to maintain the illusion of progress better
  676. than the eternally oscillating cylon. Note: still incomplete.
  677. * Fri Aug 8 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-14.2008.08.08
  678. - Don't require a modifiable text color map (may fix serial consoles)
  679. * Thu Aug 7 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-13.2008.08.07
  680. - Update to new snapshot which when combined with a new mkinitrd should
  681. make unlocking encrypted root partitions work again
  682. * Wed Aug 6 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-12.2008.08.06
  683. - Update to new snapshot which fixes some assertion failures in the
  684. client code
  685. * Wed Aug 6 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-11.2008.08.01
  686. - Add Requires(post): plymouth to plugins so they get plymouth-set-default-plugin (bug 458071)
  687. * Tue Aug 5 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-10.2008.08.01
  688. - Add plymouth dirs to file list (bug 457871)
  689. * Fri Aug 1 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-9.2008.08.01
  690. - new plymout-populate-initrd features don't work with the set -e at the
  691. top of it.
  692. * Thu Jul 31 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-8.2008.08.01
  693. - Update to another snapshot to actually get new
  694. plymouth-populate-initrd features
  695. * Thu Jul 31 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-8.2008.07.31
  696. - Update to snapshot to get new plymouth-populate-initrd features
  697. - Make removing rhgb use details plugin instead of exiting
  698. * Thu Jul 31 2008 Peter Jones <pjones@redhat.com> - 0.5.0-7
  699. - Make it a mkinitrd requires instead of a nash requires (that will
  700. still pull in nash, but we need mkinitrd for newer plymouth-populate-initrd)
  701. * Wed Jul 30 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-6
  702. - Add nash requires
  703. * Wed Jul 9 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-5
  704. - Use a new heuristic for finding libdir, since the old
  705. one falls over on ia64
  706. * Wed Jul 9 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-4
  707. - add ctrl-r to rotate text color palette back to stock values
  708. * Tue Jul 8 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-3
  709. - Fix populate script on ppc (bug 454353)
  710. * Tue Jul 1 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-2
  711. - Pull in spinfinity by default. This whole "figure out
  712. which plugin to use" set of scripts and scriptlets
  713. needs work. We need to separate distro default from
  714. user choice.
  715. * Thu Jul 1 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-1
  716. - Add new client "ask-for-password" command which feeds
  717. the user input to a program instead of standard output,
  718. and loops when the program returns non-zero exit status.
  719. * Thu Jun 26 2008 Ray Strode <rstrode@redhat.com> - 0.4.5-1
  720. - Update to version 0.4.5
  721. - Make text plugin blue and less 80s
  722. * Wed Jun 25 2008 Ray Strode <rstrode@redhat.com> - 0.4.0-4
  723. - Make "Password: " show up correctly in text plugin
  724. * Wed Jun 25 2008 Ray Strode <rstrode@redhat.com> - 0.4.0-3
  725. - Require elfutils (bug 452797)
  726. * Sun Jun 22 2008 Ray Strode <rstrode@redhat.com> - 0.4.0-2
  727. - Make plymouth-set-default-plugin --reset choose the latest
  728. installed plugin, not the earliest
  729. * Sun Jun 22 2008 Ray Strode <rstrode@redhat.com> - 0.4.0-1
  730. - Update to version 0.4.0
  731. - Only run if rhgb is on kernel command line
  732. - Make text plugin more animated
  733. * Mon Jun 16 2008 Ray Strode <rstrode@redhat.com> - 0.3.2-2
  734. - dont go back to text mode on exit
  735. * Mon Jun 16 2008 Ray Strode <rstrode@redhat.com> - 0.3.2-1
  736. - Update to version 0.3.2
  737. - show gradient in spinfinity plugin
  738. - Drop fade out in spinfinity plugin
  739. - fix throbber placement
  740. - rename graphical.so to default.so
  741. * Thu Jun 12 2008 Ray Strode <rstrode@redhat.com> - 0.3.1-3
  742. - scriplet should be preun, not postun
  743. * Thu Jun 12 2008 Ray Strode <rstrode@redhat.com> - 0.3.1-2
  744. - Fix postun scriptlet
  745. * Thu Jun 12 2008 Ray Strode <rstrode@redhat.com> - 0.3.1-1
  746. - Update to version 0.3.1
  747. - Don't ship generated initrd scripts in tarball
  748. * Thu Jun 12 2008 Ray Strode <rstrode@redhat.com> - 0.3.0-1
  749. - Update to version 0.3.0
  750. - Better plugin handling
  751. - Better integration with mkinitrd (pending mkinitrd changes)
  752. - random bug fixes
  753. * Mon Jun 9 2008 Ray Strode <rstrode@redhat.com> - 0.2.0-1
  754. - Update to version 0.2.0
  755. - Integrate more tightly with nash (pending nash changes)
  756. - ship libs for out of tree splash plugins
  757. - gradient support
  758. - random bug fixes
  759. * Fri May 30 2008 Ray Strode <rstrode@redhat.com> - 0.1.0-1
  760. - Initial import, version 0.1.0