diff options
author | Daouda Lo <daouda@mandriva.com> | 2004-10-04 01:55:01 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2004-10-04 01:55:01 +0000 |
commit | 6477a89ca638e9d9835536e83a3431eb55cc77ec (patch) | |
tree | 95a51f9ec7227c93d1af471504bec288e6c20b95 | |
parent | 23c61e6df3398d2ad58c0b31e59380948fb26b20 (diff) | |
download | mgaonline-6477a89ca638e9d9835536e83a3431eb55cc77ec.tar mgaonline-6477a89ca638e9d9835536e83a3431eb55cc77ec.tar.gz mgaonline-6477a89ca638e9d9835536e83a3431eb55cc77ec.tar.bz2 mgaonline-6477a89ca638e9d9835536e83a3431eb55cc77ec.tar.xz mgaonline-6477a89ca638e9d9835536e83a3431eb55cc77ec.zip |
- exit code instead of die in mdkupdate
-rw-r--r-- | mdkonline.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mdkonline.spec b/mdkonline.spec index 7f307624..6dfdbae6 100644 --- a/mdkonline.spec +++ b/mdkonline.spec @@ -1,6 +1,6 @@ %define version 1.1 %define name mdkonline -%define release 14mdk +%define release 15mdk Summary: The MandrakeOnline Tool Name: %{name} @@ -129,6 +129,10 @@ rm -rf $RPM_BUILD_ROOT # get the source from our cvs repository (see # http://www.linuxmandrake.com/en/cvs.php3) %changelog +* Mon Oct 4 2004 Daouda LO <daouda@mandrakesoft.com> 1.1-15mdk +- po updates +- exit code instead of die on mdkupdate + * Fri Oct 1 2004 Daouda LO <daouda@mandrakesoft.com> 1.1-14mdk - libDrakX is always in %%{_prefix}/lib (gwenole) - write local and wide configs when Text wizard is used |