diff options
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | bootsplash.spec | 6 |
2 files changed, 6 insertions, 1 deletions
@@ -10,6 +10,7 @@ CONFIGDIRS=themes/config/ prefix=/ sharedir=/usr/share configdir=/etc +RPM=$(HOME)/rpm all: check diff --git a/bootsplash.spec b/bootsplash.spec index 56cf5b2..3224262 100644 --- a/bootsplash.spec +++ b/bootsplash.spec @@ -1,6 +1,6 @@ %define name bootsplash %define version 1.3.13 -%define release 1mdk +%define release 2mdk %define _bootdir /boot Summary: The Boot Splash Images and scripts @@ -101,6 +101,10 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %changelog +* Fri Aug 02 2002 David BAUDENS <baudens@mandrakesoft.com> 1.3.13-2mdk +- Update images +- Fix make rpm +- Sync CVS and Cooker * Fri Jul 26 2002 Warly <warly@mandrakesoft.com> 1.3.13.1mdk - fix make-boot-splash because of deprecated () instead of $[] |