source: projects/specs/trunk/p/plymouth/plymouth-vl.spec @ 657

Revision 657, 34.7 KB checked in by daisuke, 14 years ago (diff)

new package

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