plymouth-vl.spec 35 KB

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