diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-03-23 12:20:51 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-03-23 12:20:51 +0000 |
commit | a898762b524ce1e92a2396f36c02aa475c4314f8 (patch) | |
tree | 9eb71ad491489b1e2f225f1f85500c2e0c6c9eef /rpmtools.spec | |
parent | 116f5db5c2339c9526735df960b4dbc52ee78568 (diff) | |
download | rpmtools-a898762b524ce1e92a2396f36c02aa475c4314f8.tar rpmtools-a898762b524ce1e92a2396f36c02aa475c4314f8.tar.gz rpmtools-a898762b524ce1e92a2396f36c02aa475c4314f8.tar.bz2 rpmtools-a898762b524ce1e92a2396f36c02aa475c4314f8.tar.xz rpmtools-a898762b524ce1e92a2396f36c02aa475c4314f8.zip |
no_comment
Diffstat (limited to 'rpmtools.spec')
-rw-r--r-- | rpmtools.spec | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/rpmtools.spec b/rpmtools.spec index 14f66a8..703f342 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -1,5 +1,5 @@ %define name rpmtools -%define release 3mdk +%define release 8mdk # do not modify here, see Makefile in the CVS %define version 1.1 @@ -16,7 +16,7 @@ Group: System/Configuration/Packaging BuildRoot: %{_tmppath}/%{name}-buildroot Prefix: %{_prefix} BuildRequires: rpm-devel >= 3.0.4 -Requires: /usr/bin/perl +Requires: /usr/bin/perl rpm >= 3.0.4 %description Various rpmtools. @@ -31,7 +31,7 @@ Various devel rpm tools. %setup %build -make +make CFLAGS="$RPM_OPT_FLAGS" %install make install PREFIX=$RPM_BUILD_ROOT @@ -56,6 +56,17 @@ rm -rf $RPM_BUILD_ROOT /usr/bin/genhdlists %changelog +* Thu Mar 23 2000 Pixel <pixel@mandrakesoft.com> 1.1-8mdk +- gendepslist2 now handles virtual basesystem requires + +* Wed Mar 22 2000 Pixel <pixel@mandrakesoft.com> 1.1-7mdk +- add require rpm >= 3.0.4 +- gendepslist2 now puts basesystem first in depslist.ordered +- gendepslist2 orders better + +* Mon Mar 20 2000 Pixel <pixel@mandrakesoft.com> 1.1-5mdk +- fix a bug in gendepslist2 (in case of choices) + * Tue Mar 7 2000 Pixel <pixel@mandrakesoft.com> 1.1-1mdk - new version (gendepslist2 instead of gendepslist, hdlist2prereq) - host build_archive/extract_archive until francois put them somewhere else :) |