plymouth-vl.spec 34 KB

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