plymouth-vl.spec 35 KB

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