OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 02-Sep-2003 10:17:21
Branch: HEAD Handle: 2003090209172000
Modified files:
openpkg-src/openpkg-tool
openpkg-index.pl openpkg-tool.spec
Log:
rpm-4.2.1 doesn't know about the BuildRoot tag anymore, drop it from
the index
Summary:
Revision Changes Path
1.21 +0 -2 openpkg-src/openpkg-tool/openpkg-index.pl
1.77 +2 -2 openpkg-src/openpkg-tool/openpkg-tool.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg-tool/openpkg-index.pl
============================================================================
$ cvs diff -u -r1.20 -r1.21 openpkg-index.pl
--- openpkg-src/openpkg-tool/openpkg-index.pl 16 Aug 2003 16:30:49 -0000 1.20
+++ openpkg-src/openpkg-tool/openpkg-index.pl 2 Sep 2003 08:17:20 -0000 1.21
@@ -624,7 +624,6 @@
xml_tag(6, $a, 'SourceRPM'),
xml_tag(6, $a, 'Arch'),
xml_tag(6, $a, 'Os'),
- xml_tag(6, $a, 'BuildRoot'),
xml_tag(6, $a, 'BuildHost'),
xml_tag(6, $a, 'BuildSystem'),
xml_tag(6, $a, 'BuildTime'),
@@ -710,7 +709,6 @@
Group %{Group}
Packager %{Packager}
Prefixes %{Prefixes}
-BuildRoot %{BuildRoot}
BuildHost %{BuildHost}
BuildTime %{BuildTime}
Arch %{Arch}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg-tool/openpkg-tool.spec
============================================================================
$ cvs diff -u -r1.76 -r1.77 openpkg-tool.spec
--- openpkg-src/openpkg-tool/openpkg-tool.spec 26 Aug 2003 14:41:36 -0000
1.76
+++ openpkg-src/openpkg-tool/openpkg-tool.spec 2 Sep 2003 08:17:20 -0000
1.77
@@ -32,8 +32,8 @@
Distribution: OpenPKG [PLUS]
Group: Bootstrapping
License: GPL
-Version: 20030826
-Release: 20030826
+Version: 20030902
+Release: 20030902
# list of sources
Source0: openpkg.sh
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]