source: MondoRescue/branches/stable/pbconf/mondo/pbfilter/rpm.pbf@ 1663

Last change on this file since 1663 was 1663, checked in by Bruno Cornec, 17 years ago
  • Fix bug #197 (based on an initial patch of Scott Cummings)
  • Fix a bug where df was using locale to print messages and wasn't filtered correctly
  • mkdtemp checked in configure
  • reset_bkpinfo called as early as possible by both main program.
  • It creates a tmpdir cleanly with mkdtemp in setup_tmpdir subfunction, which takes in account TMPIR and TMP env var. Remains to see what tmpfs does and tests
  • configure.in should also be filtered.
  • Remove g_bkpinfo_DONTUSETHIS
  • remove bkpinfo also from header files
  • Render bkpinfo global (potential issue on thread, but should not be a problem as that structure is indeed static during archive)
  • Apply patch from Andree Leidenfrost, modified a bit to use bkpinfo->tmpdir instead of /tmp or MINDI_CACHE when appropriate. Fix security issues in mondo. Thanks al ot Andree for catching all those issues.
  • /tmp => /var/log for mondorestore.log in mindi
  • Update linux terminfo to fix a color issue (Andree Leidenfrost)
  • Removes useless log file (Andree Leidenfrost)
  • replace vi with find_my_editor during restore (Andree Leidenfrost)
  • sync in bg in mindi (VMWare issue to look at)
  • mindi/mindi-busybox have a different version than mondo for pb
  • PB-SUF also added to spec file
  • Fix a bug for pb build (omission of PB-SUF declaration)

(merge -r1631:1662 $SVN_M/branches/2.2.5)

File size: 894 bytes
Line 
1#
2# $Id$
3#
4# Filter for rpm build
5#
6# PBSRC is replaced by the source package format
7filter PBSRC = ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.gz
8
9# PBGRP is replaced by the RPM group of apps
10filter PBGRP = Applications/Archiving
11
12# PBDEP is replaced by the list of dependencies
13filter PBDEP =
14
15# PBVER is replaced by the version ($pbver in code)
16filter PBVER = $pbver
17
18# PBDATE is replaced by the date ($pbdate in code)
19filter PBDATE = $pbdate
20
21# PBLOG is replaced by the changelog if value is yes
22filter PBLOG = yes
23
24# PBTAG is replaced by the tag ($pbtag in code)
25filter PBTAG = $pbtag
26
27# PBREV is replaced by the revision ($pbrev in code)
28filter PBREV = $pbrev
29
30# PBPKG is replaced by the package name ($pbpkg in code)
31filter PBPKG = $pbpkg
32
33# PBSUF is replaced by the suffix name ($pbsuf in code)
34filter PBSUF = $pbsuf
35
36# PBOBS is replaced by the Obsolete line
37filter PBOBS =
Note: See TracBrowser for help on using the repository browser.