plymouth-vl.spec 35 KB

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