plymouth-vl.spec 34 KB

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