diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2005-06-25 07:43:57 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2005-06-25 07:43:57 +0000 |
commit | f5f6f16ffba5c18b8da1c0f8bfaf92d0566c4bc0 (patch) | |
tree | d64b30430c6c974c6845a4ff2509b6ef4f6ce793 /rpm-mandriva-setup.spec | |
parent | bde973d412e61daae9a5a52e3a19b8cbae90fa3c (diff) | |
download | rpm-setup-f5f6f16ffba5c18b8da1c0f8bfaf92d0566c4bc0.tar rpm-setup-f5f6f16ffba5c18b8da1c0f8bfaf92d0566c4bc0.tar.gz rpm-setup-f5f6f16ffba5c18b8da1c0f8bfaf92d0566c4bc0.tar.bz2 rpm-setup-f5f6f16ffba5c18b8da1c0f8bfaf92d0566c4bc0.tar.xz rpm-setup-f5f6f16ffba5c18b8da1c0f8bfaf92d0566c4bc0.zip |
- requires multiarch utils
Diffstat (limited to 'rpm-mandriva-setup.spec')
-rw-r--r-- | rpm-mandriva-setup.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/rpm-mandriva-setup.spec b/rpm-mandriva-setup.spec index e0b894f..c630a1e 100644 --- a/rpm-mandriva-setup.spec +++ b/rpm-mandriva-setup.spec @@ -1,6 +1,6 @@ %define name rpm-mandriva-setup %define version 1.1 -%define release %mkrel 3 +%define release %mkrel 4 # This can be usefull for backport as rpm-4.2 # provide the emacs-spec mode @@ -30,6 +30,7 @@ The Mandriva rpm configuration and scripts Group: System/Configuration/Packaging Summary: The Mandriva rpm configuration and scripts to build rpms Requires: spec-helper >= 0.6-5mdk +Requires: multiarch-utils >= 1.0.3 Requires: %name = %version-%release %if have_emacsmodespec Conflicts: rpm < 4.4.1 @@ -91,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Sat Jun 25 2005 Olivier Thauvin <nanardon@mandriva.org> 1.1-4mdk +- require multiarch-utils + * Thu Jun 23 2005 Olivier Thauvin <nanardon@mandriva.org> 1.1-3mdk - enforce requirement to avoid conflict during update |