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 57770ed..d626dca 100644 --- a/multiarch-utils.spec +++ b/multiarch-utils.spec @@ -1,5 +1,5 @@ %define name multiarch-utils -%define version 1.0 +%define version 1.0.1 %define release 1mdk Summary: Tools to help creation of multiarch binaries and includes @@ -40,5 +40,9 @@ rm -rf $RPM_BUILD_ROOT %{_prefix}/lib/rpm/mkmultiarch %changelog +* 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 + * Wed Jan 12 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 1.0-1mdk - initial release |