plymouth-vl.spec 34 KB

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