diff options
-rw-r--r-- | multiarch-utils.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/multiarch-utils.spec b/multiarch-utils.spec index d626dca..4fea1fd 100644 --- a/multiarch-utils.spec +++ b/multiarch-utils.spec @@ -1,5 +1,5 @@ %define name multiarch-utils -%define version 1.0.1 +%define version 1.0.2 %define release 1mdk Summary: Tools to help creation of multiarch binaries and includes @@ -38,8 +38,12 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/multiarch-dispatch.h %{_sysconfdir}/rpm/macros.multiarch %{_prefix}/lib/rpm/mkmultiarch +%{_prefix}/lib/rpm/check-multiarch-files %changelog +* Mon Jan 24 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 1.0.2-1mdk +- add check-multiarch-files + * Thu Jan 20 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 1.0.1-1mdk - add %%multiarch macro to mark %%files that are multiarch enabled; that's a helper macro that expands to nothing on older distributions |