aboutsummaryrefslogtreecommitdiffstats
path: root/rpmtools.spec
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-02-08 16:55:16 +0000
committerFrancois Pons <fpons@mandriva.com>2002-02-08 16:55:16 +0000
commitbccfb5c229917023a3aef6cd7a4451e0366c77a1 (patch)
tree82089a0fed2dc2ece471e8cd2e62bc1e1f0a1d4f /rpmtools.spec
parent0513eea6b87a4ca73092bbd6a086a8b5cb6562b8 (diff)
downloadrpmtools-bccfb5c229917023a3aef6cd7a4451e0366c77a1.tar
rpmtools-bccfb5c229917023a3aef6cd7a4451e0366c77a1.tar.gz
rpmtools-bccfb5c229917023a3aef6cd7a4451e0366c77a1.tar.bz2
rpmtools-bccfb5c229917023a3aef6cd7a4451e0366c77a1.tar.xz
rpmtools-bccfb5c229917023a3aef6cd7a4451e0366c77a1.zip
4.2-1mdk
Diffstat (limited to 'rpmtools.spec')
-rw-r--r--rpmtools.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/rpmtools.spec b/rpmtools.spec
index 797dccc..26a2ae2 100644
--- a/rpmtools.spec
+++ b/rpmtools.spec
@@ -1,8 +1,8 @@
%define name rpmtools
-%define release 4mdk
+%define release 1mdk
# do not modify here, see Makefile in the CVS
-%define version 4.1
+%define version 4.2
%{expand:%%define perlbase_version %(rpm -q --queryformat '%{VERSION}' perl-base)}
%{expand:%%define rpm_version %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' rpm)}
@@ -54,6 +54,11 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/perl5/man/*/*
%changelog
+* Fri Feb 8 2002 François Pons <fpons@mandrakesoft.com> 4.2-1mdk
+- fixed --descriptions and --summary of parsehdlist for multiline
+ output by adding prefix after each linefeed.
+- fixed management of source package.
+
* Tue Feb 5 2002 François Pons <fpons@mandrakesoft.com> 4.1-4mdk
- added possible fixes for using build_hdlist in specific
environment.