]> git.pld-linux.org Git - packages/rpm.git/log
packages/rpm.git
7 years agobackport --nopretrans, --noposttrans options rpm-4_5 AC-branch auto/ac/rpm-4.5-71
Elan Ruusamäe [Tue, 27 Dec 2016 07:24:21 +0000 (09:24 +0200)]
backport --nopretrans, --noposttrans options

http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2016-December/025259.html

7 years ago.bs files not installed on th
Elan Ruusamäe [Mon, 26 Dec 2016 21:31:37 +0000 (23:31 +0200)]
.bs files not installed on th

7 years agouse db package name in build deps
Elan Ruusamäe [Sun, 24 Apr 2016 10:05:22 +0000 (13:05 +0300)]
use db package name in build deps

10 years agosymlink to simplify python build testing auto/ac/rpm-4.5-70
Elan Ruusamäe [Mon, 27 May 2013 19:37:27 +0000 (22:37 +0300)]
symlink to simplify python build testing

11 years agono compressed debug sections in ac auto/th/rpm-4.5-70
Elan Ruusamäe [Thu, 8 Nov 2012 05:01:21 +0000 (07:01 +0200)]
no compressed debug sections in ac

11 years agodisable systemd params in rpm.sysconfig
Elan Ruusamäe [Thu, 8 Nov 2012 04:56:28 +0000 (06:56 +0200)]
disable systemd params in rpm.sysconfig

11 years agoforward-declare delMacroAll
Elan Ruusamäe [Thu, 8 Nov 2012 04:45:56 +0000 (06:45 +0200)]
forward-declare delMacroAll

somewhy build on ac started to complain and that errored out:

amd64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/beecrypt -I../lua/include -I../lua/local -I../misc -I/usr/include/ossp-uuid -I/usr/include/db4.5 -O2 -fno-strict-aliasing -gdwarf-2 -g2 -fPIC -DPIC -D_GNU_SOURCE -D_REENTRANT -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts -MT macro.lo -MD -MP -MF .deps/macro.Tpo -c macro.c  -fPIC -DPIC -o .libs/macro.o
macro.c: In function `doUnglobal':
macro.c:840: warning: implicit declaration of function `delMacroAll'
macro.c: At top level:
macro.c:2028: warning: no previous prototype for 'delMacroAll'
macro.c:2028: error: conflicting types for 'delMacroAll'
macro.c:840: error: previous implicit declaration of 'delMacroAll' was here
make[2]: *** [macro.lo] Error 1

11 years agoadjust building for ac
Elan Ruusamäe [Thu, 8 Nov 2012 04:29:45 +0000 (06:29 +0200)]
adjust building for ac

11 years agoswap rpmrc and rpm-arch patch order
Elan Ruusamäe [Thu, 8 Nov 2012 04:24:37 +0000 (06:24 +0200)]
swap rpmrc and rpm-arch patch order

this allows maintaining ac patch better

11 years ago- use specific db version even if it's not default one
Jakub Bogusz [Tue, 9 Oct 2012 18:43:25 +0000 (20:43 +0200)]
- use specific db version even if it's not default one

11 years agofix deps for other distro lines
Elan Ruusamäe [Tue, 2 Oct 2012 09:03:12 +0000 (12:03 +0300)]
fix deps for other distro lines

11 years agouse db package name in deps
Elan Ruusamäe [Sat, 29 Sep 2012 18:42:39 +0000 (21:42 +0300)]
use db package name in deps

otherwise we end up in funny situation that rpm reqires db > 4.7, but
installs db 5.3 to satisfy it:

Processing dependencies...
db4.7-4.7.25.4-7.i686 obsoleted by db4.7-4.7.25.4-8.i686
db4.7-utils-4.7.25.4-7.i686 obsoleted by db4.7-utils-4.7.25.4-8.i686
  orphaned rpm-lib-4.5-69.i686 marks db5.3-5.3.21.0-1.i686 (cap db >= 4.7.25)

Conflicts:
rpm.spec

11 years agoActually apply the patch auto/th/rpm-4.5-69
Jacek Konieczny [Wed, 25 Jul 2012 06:54:25 +0000 (08:54 +0200)]
Actually apply the patch

Actually apply the 'changelog_order_check_nonfatal' patch

11 years agoRelease: 69
Jacek Konieczny [Wed, 25 Jul 2012 06:38:11 +0000 (08:38 +0200)]
Release: 69

11 years agoDo not enforce changelog order
Jacek Konieczny [Tue, 24 Jul 2012 13:07:46 +0000 (15:07 +0200)]
Do not enforce changelog order

GIT history is not linear and the log created by the builder script
may not be exactly as chronological as RPM expects.

11 years ago- added support for armv6l
Marcin Banasiak [Fri, 29 Jun 2012 08:21:57 +0000 (08:21 +0000)]
- added support for armv6l

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.126

11 years ago- add dwarf-4 support for debugedit, release 68. auto/th/rpm-4_5-68
Paweł Sikora [Sat, 23 Jun 2012 19:05:32 +0000 (19:05 +0000)]
- add dwarf-4 support for debugedit, release 68.
  https://bugzilla.redhat.com/show_bug.cgi?id=707677

Changed files:
    rpm-debugedit-dwarf4.patch -> 1.1.2.1
    rpm.spec -> 1.837.2.42.2.49.2.125

11 years ago- release 67 (switch to dwarf-4 debuginfo format, gcc-4.7 required). auto/th/rpm-4_5-67
Paweł Sikora [Sat, 23 Jun 2012 11:48:24 +0000 (11:48 +0000)]
- release 67 (switch to dwarf-4 debuginfo format, gcc-4.7 required).

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.124

11 years ago- gcc-4.7 available on pld-th, so switch to dwarf-4 debuginfo format.
Paweł Sikora [Sat, 23 Jun 2012 11:43:06 +0000 (11:43 +0000)]
- gcc-4.7 available on pld-th, so switch to dwarf-4 debuginfo format.

Changed files:
    rpm-macros.patch -> 1.41.2.4.2.7

11 years agoThis commit was manufactured by cvs2git to create branch 'rpm-4_5'.
cvs2git [Tue, 19 Jun 2012 14:09:10 +0000 (14:09 +0000)]
This commit was manufactured by cvs2git to create branch 'rpm-4_5'.

Cherrypick from master 2012-06-19 14:09:10 UTC Jacek Konieczny <jajcus@pld-linux.org> '- automake 1.12 fix':
    macros.php -> 1.3
    rpm-automake_1.12.patch -> 1.1
    rpm-glob.patch -> 1.9
    rpm-helperEVR-noassert.patch -> 1.1
    rpm-java-requires -> 1.11
    rpm-libtool-deps.patch -> 1.10
    rpm-php-requires.php -> 1.21
    rpm.platform -> 1.10
    rpm.sysconfig -> 1.8

11 years ago- automake 1.12 fix
Jacek Konieczny [Tue, 19 Jun 2012 14:09:10 +0000 (14:09 +0000)]
- automake 1.12 fix

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.123

11 years ago- compress debuginfo sections with zlib (reduce /usr/lib/debug size).
Paweł Sikora [Mon, 7 May 2012 18:26:42 +0000 (18:26 +0000)]
- compress debuginfo sections with zlib (reduce /usr/lib/debug size).
- release 66.

Changed files:
    rpm-new-debuginfo.patch -> 1.1.2.5
    rpm.spec -> 1.837.2.42.2.49.2.122

11 years ago- release 65 (add -pipe to x86 compilation flags).
Paweł Sikora [Wed, 29 Feb 2012 19:11:53 +0000 (19:11 +0000)]
- release 65 (add -pipe to x86 compilation flags).

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.121

11 years ago- add -pipe to x86 compilation flags.
Paweł Sikora [Wed, 29 Feb 2012 19:08:50 +0000 (19:08 +0000)]
- add -pipe to x86 compilation flags.

Changed files:
    rpm-rpmrc.patch -> 1.40.2.2.4.1

11 years ago- rel 64; ouh, strdup correct thing
Arkadiusz Miśkiewicz [Wed, 29 Feb 2012 18:46:44 +0000 (18:46 +0000)]
- rel 64; ouh, strdup correct thing

Changed files:
    rpm-libmagic-locale.patch -> 1.1.2.3
    rpm.spec -> 1.837.2.42.2.49.2.120

11 years ago- rel 63; set also LC_COLLATE=C before doing magic_file() check; fixes problem with...
Arkadiusz Miśkiewicz [Wed, 29 Feb 2012 15:39:42 +0000 (15:39 +0000)]
- rel 63; set also LC_COLLATE=C before doing magic_file() check; fixes problem with libreoffice building

Changed files:
    rpm-libmagic-locale.patch -> 1.1.2.2
    rpm.spec -> 1.837.2.42.2.49.2.119

11 years ago- added helperEVR-noassert patch (replace assert by error message;
Jakub Bogusz [Tue, 14 Feb 2012 18:19:57 +0000 (18:19 +0000)]
- added helperEVR-noassert patch (replace assert by error message;
  or maybe the build should fail in such case? but not in such pailfully way)

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.118

11 years ago- rel 61
Jan Rękorajski [Mon, 30 Jan 2012 16:54:29 +0000 (16:54 +0000)]
- rel 61
- added __spec_install_post_check_tmpfiles
- R:rpm-build-macros.spec 1.636

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.117

11 years ago- rel 60
Jan Rękorajski [Fri, 27 Jan 2012 11:02:38 +0000 (11:02 +0000)]
- rel 60

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.116

11 years ago- rel 59
Jan Rękorajski [Thu, 26 Jan 2012 22:54:00 +0000 (22:54 +0000)]
- rel 59
- "enable" is better than "activate" (more consistent with systemd/sysv tools)

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.115

11 years ago- really fix am stupidity
Jan Rękorajski [Thu, 26 Jan 2012 21:43:03 +0000 (21:43 +0000)]
- really fix am stupidity

Changed files:
    rpm-am.patch -> 1.1.2.2
    rpm.spec -> 1.837.2.42.2.49.2.114

11 years ago- added patch to hack round automake 1.11.2 stupidity
Jan Rękorajski [Thu, 26 Jan 2012 21:18:29 +0000 (21:18 +0000)]
- added patch to hack round automake 1.11.2 stupidity

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.113

11 years ago- hack around automake 1.11.2 stupidity
Jan Rękorajski [Thu, 26 Jan 2012 21:16:53 +0000 (21:16 +0000)]
- hack around automake 1.11.2 stupidity

Changed files:
    rpm-am.patch -> 1.1.2.1

11 years ago- rel 58
Jan Rękorajski [Thu, 26 Jan 2012 20:55:49 +0000 (20:55 +0000)]
- rel 58
- SysV and systemd service activation settings

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.112

11 years ago- release 57
Elan Ruusamäe [Wed, 18 Jan 2012 12:44:58 +0000 (12:44 +0000)]
- release 57

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.111

11 years ago- netsharedpath sample (probably not complete)
Elan Ruusamäe [Wed, 4 Jan 2012 09:42:07 +0000 (09:42 +0000)]
- netsharedpath sample (probably not complete)
  http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2010-May/021635.html

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.110

11 years ago- package alternative php requires collector (it's a bit buggy so not eanbled default)
Elan Ruusamäe [Mon, 28 Nov 2011 11:34:50 +0000 (11:34 +0000)]
- package alternative php requires collector (it's a bit buggy so not eanbled default)

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.109

11 years ago- add macros.php as separate source
Elan Ruusamäe [Mon, 28 Nov 2011 11:05:57 +0000 (11:05 +0000)]
- add macros.php as separate source

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.108

11 years ago- update for ac
Elan Ruusamäe [Sat, 1 Oct 2011 16:28:50 +0000 (16:28 +0000)]
- update for ac

Changed files:
    rpm-macros-ac.patch -> 1.1.2.15.2.3

11 years ago- BR ossp-uuid-devel with typo fix
Elan Ruusamäe [Sat, 1 Oct 2011 15:25:14 +0000 (15:25 +0000)]
- BR ossp-uuid-devel with typo fix

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.107

11 years ago- updared libtooldeps patch to generate libtool(symlink) instead of libtool(target...
Jakub Bogusz [Fri, 29 Jul 2011 17:37:59 +0000 (17:37 +0000)]
- updared libtooldeps patch to generate libtool(symlink) instead of libtool(target) Provides for .la symlinks (net-snmp-compat-devel was affected)
- release 55

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.106

11 years ago- rel 54; back to dwarf-3 until debugedit can deal with dwarf-4
Arkadiusz Miśkiewicz [Wed, 29 Jun 2011 17:20:23 +0000 (17:20 +0000)]
- rel 54; back to dwarf-3 until debugedit can deal with dwarf-4

Changed files:
    rpm-macros.patch -> 1.41.2.4.2.6
    rpm.spec -> 1.837.2.42.2.49.2.105

11 years ago- dwarf-4 debuginfo enabled in rpm-macros.patch, release 53.
Paweł Sikora [Mon, 27 Jun 2011 19:13:23 +0000 (19:13 +0000)]
- dwarf-4 debuginfo enabled in rpm-macros.patch, release 53.

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.104

11 years ago- enable DWARF-4 debuginfo.
Paweł Sikora [Mon, 27 Jun 2011 19:12:00 +0000 (19:12 +0000)]
- enable DWARF-4 debuginfo.
- remove obsolete note about binutils PR ld/3290.

Changed files:
    rpm-macros.patch -> 1.41.2.4.2.5

11 years ago- devel subpackage requires ossp-uuid-devel
Łukasz Kieś [Tue, 14 Jun 2011 14:51:40 +0000 (14:51 +0000)]
- devel subpackage requires ossp-uuid-devel
- rel. 52

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.103

11 years ago- generate pkgconfig() and libtool() requires (it should not break anything)
Marcin Banasiak [Wed, 1 Jun 2011 18:23:07 +0000 (18:23 +0000)]
- generate pkgconfig() and libtool() requires (it should not break anything)
- release 51

Changed files:
    rpm-macros-th.patch -> 1.5.2.4.2.3
    rpm.spec -> 1.837.2.42.2.49.2.102

11 years ago- fixed bug in rpmpopt patch which caused random --buildroot behaviour
Jakub Bogusz [Sun, 10 Apr 2011 10:57:02 +0000 (10:57 +0000)]
- fixed bug in rpmpopt patch which caused random --buildroot behaviour
- release 50

Changed files:
    rpm-rpmpopt.patch -> 1.25.4.2
    rpm.spec -> 1.837.2.42.2.49.2.101

11 years ago- remove neon at all
Bartłomiej Zimoń [Mon, 21 Feb 2011 16:10:17 +0000 (16:10 +0000)]
- remove neon at all

Changed files:
    rpm-no-neon.patch -> 1.11.4.7

11 years ago- rel 49; rebuild with new libproxy
Bartłomiej Zimoń [Fri, 18 Feb 2011 12:10:16 +0000 (12:10 +0000)]
- rel 49; rebuild with new libproxy

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.100

11 years ago- rel 48; force glob() to use lstat now; we can avoid using internal copy now + we...
Arkadiusz Miśkiewicz [Sun, 19 Dec 2010 12:27:34 +0000 (12:27 +0000)]
- rel 48; force glob() to use lstat now; we can avoid using internal copy now + we are now sure that dangling symlinks will be properly globbed

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.99

11 years ago- release 47
hawk [Thu, 25 Nov 2010 14:49:09 +0000 (14:49 +0000)]
- release 47

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.98

11 years ago- don't generate:
hawk [Fri, 19 Nov 2010 13:01:50 +0000 (13:01 +0000)]
- don't generate:
  R: libtool(foo) - the plan is to remove *.la from packages in the future
  R: pkgconfig(foo) - it enforces mass rebuild (probably will be reenabled
                      in the future)

Changed files:
    rpm-macros-ti.patch -> 1.2.2.1.2.1

11 years ago- javaprov improved to find deps recursively from jar (eclipse pkgs)
Elan Ruusamäe [Thu, 11 Nov 2010 20:36:46 +0000 (20:36 +0000)]
- javaprov improved to find deps recursively from jar (eclipse pkgs)
- release 46

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.97

11 years ago- rel 45
shadzik [Mon, 8 Nov 2010 21:08:12 +0000 (21:08 +0000)]
- rel 45

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.96

11 years ago- rel 44; do magic_file() under C locale to avoid 'vasprintf failed' coming from...
Arkadiusz Miśkiewicz [Wed, 6 Oct 2010 18:55:35 +0000 (18:55 +0000)]
- rel 44; do magic_file() under C locale to avoid 'vasprintf failed' coming from libmagic

Changed files:
    rpm-libmagic-locale.patch -> 1.1.2.1
    rpm.spec -> 1.837.2.42.2.49.2.95

11 years ago- keep dwarf-2 on ac
Elan Ruusamäe [Mon, 23 Aug 2010 10:27:56 +0000 (10:27 +0000)]
- keep dwarf-2 on ac

Changed files:
    rpm-macros-ac.patch -> 1.1.2.15.2.2

11 years ago- note about removing db4.5 being a good idea
Elan Ruusamäe [Tue, 20 Jul 2010 05:40:35 +0000 (05:40 +0000)]
- note about removing db4.5 being a good idea

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.94

11 years ago- rel 43; rebuild with new python
Arkadiusz Miśkiewicz [Fri, 9 Jul 2010 08:08:06 +0000 (08:08 +0000)]
- rel 43; rebuild with new python

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.93

11 years ago- added arm support
tommat [Thu, 10 Jun 2010 10:46:51 +0000 (10:46 +0000)]
- added arm support
- TODO added

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.92

11 years ago- rel 42
Jan Rękorajski [Sat, 5 Jun 2010 10:19:00 +0000 (10:19 +0000)]
- rel 42
- don't use deprecated option names, man ld

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.91

11 years ago- man ld
Jan Rękorajski [Sat, 5 Jun 2010 10:17:57 +0000 (10:17 +0000)]
- man ld

Changed files:
    rpm-macros-th.patch -> 1.5.2.4.2.2

11 years ago- rel 41; -Wl,--no-add-needed for ldflags
Arkadiusz Miśkiewicz [Thu, 3 Jun 2010 22:38:23 +0000 (22:38 +0000)]
- rel 41; -Wl,--no-add-needed for ldflags

Changed files:
    rpm-macros-th.patch -> 1.5.2.4.2.1
    rpm.spec -> 1.837.2.42.2.49.2.90

11 years ago- adjust for ac
Elan Ruusamäe [Wed, 2 Jun 2010 18:53:03 +0000 (18:53 +0000)]
- adjust for ac

Changed files:
    rpm-rpmrc-ac.patch -> 1.1.2.1.2.1

11 years ago- disabled generation of R: libtool(foo) and pkgconfig(foo);
Marcin Banasiak [Fri, 28 May 2010 19:30:13 +0000 (19:30 +0000)]
- disabled generation of R: libtool(foo) and pkgconfig(foo);
  see revision 1.5.2.4 of rpm-macros-th.patch for details
- release 40

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.89

11 years agoThis commit was manufactured by cvs2git to create branch 'rpm-4_5'.
cvs2git [Fri, 28 May 2010 19:25:09 +0000 (19:25 +0000)]
This commit was manufactured by cvs2git to create branch 'rpm-4_5'.

Cherrypick from master 2010-05-08 12:32:02 UTC sparky <sparky@pld-linux.org> '- chroot back to old root, not to old pwd':
    rpm-lua-exit-chroot-correctly.patch -> 1.1
    rpm-popt-aliases.patch -> 1.4
Cherrypick from rpm-4_4_9 2010-05-28 19:25:09 UTC Marcin Banasiak <marcin.banasiak@gmail.com> '- don't generate:':
    rpm-macros-th.patch -> 1.5.2.4

11 years ago- use dwarf-3 for debuginfo now (TODO: test and bump to dwarf-4 for gdb-7.1+).
Paweł Sikora [Sat, 22 May 2010 10:19:37 +0000 (10:19 +0000)]
- use dwarf-3 for debuginfo now (TODO: test and bump to dwarf-4 for gdb-7.1+).

Changed files:
    rpm-macros.patch -> 1.41.2.4.2.4

11 years ago- added lua-exit-chroot-correctly patch
sparky [Sat, 8 May 2010 12:33:10 +0000 (12:33 +0000)]
- added lua-exit-chroot-correctly patch
- release: 39

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.88

11 years ago- release 38
hawk [Tue, 30 Mar 2010 08:51:00 +0000 (08:51 +0000)]
- release 38

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.87

11 years ago- speedup python deps generating by elimiating repeating calls to obtain python versi...
Elan Ruusamäe [Sun, 21 Mar 2010 12:21:02 +0000 (12:21 +0000)]
- speedup python deps generating by elimiating repeating calls to obtain python version; rel 37

Changed files:
    pythondeps-speedup.patch -> 1.1.2.1
    rpm.spec -> 1.837.2.42.2.49.2.86

11 years ago- make defaults reverse of default for ease comment out and go
Elan Ruusamäe [Wed, 10 Mar 2010 21:55:15 +0000 (21:55 +0000)]
- make defaults reverse of default for ease comment out and go

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.85

11 years ago- xz instead of lzma
Arkadiusz Miśkiewicz [Wed, 17 Feb 2010 13:09:06 +0000 (13:09 +0000)]
- xz instead of lzma

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.84

11 years ago- fixed pkgconfig file; rel 36
Elan Ruusamäe [Tue, 2 Feb 2010 22:26:32 +0000 (22:26 +0000)]
- fixed pkgconfig file; rel 36

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.83

11 years ago- update includedir
Elan Ruusamäe [Tue, 2 Feb 2010 22:26:03 +0000 (22:26 +0000)]
- update includedir

Changed files:
    rpm-pkgconfig.patch -> 1.1.2.3

11 years ago- missing sources to respect --strict-build-id; rel 35
Elan Ruusamäe [Mon, 1 Feb 2010 11:37:10 +0000 (11:37 +0000)]
- missing sources to respect --strict-build-id; rel 35

Changed files:
    rpm-builddir-readlink.patch -> 1.1.2.3
    rpm.spec -> 1.837.2.42.2.49.2.82

11 years ago- avoid this in the future, report error when sources can't be extracted
Elan Ruusamäe [Wed, 27 Jan 2010 19:16:32 +0000 (19:16 +0000)]
- avoid this in the future, report error when sources can't be extracted

Changed files:
    rpm-builddir-readlink.patch -> 1.1.2.2

11 years ago- canon RPM_BUILD_DIR, the DW_AT_comp_dir in ELF objects is real a real path
Elan Ruusamäe [Wed, 27 Jan 2010 18:32:08 +0000 (18:32 +0000)]
- canon RPM_BUILD_DIR, the DW_AT_comp_dir in ELF objects is real a real path
- and debugedit will ignore them as they are out of build dir.

Changed files:
    rpm-builddir-readlink.patch -> 1.1.2.1

11 years ago- update tools/debugedit.c from rpm5.org
Elan Ruusamäe [Wed, 27 Jan 2010 18:31:26 +0000 (18:31 +0000)]
- update tools/debugedit.c from rpm5.org
- readlink buildroot to match elf file contents in case buildroot is symlinked
- rel 34

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.81

11 years ago- adopt for 4.5 branch
Elan Ruusamäe [Wed, 27 Jan 2010 17:26:22 +0000 (17:26 +0000)]
- adopt for 4.5 branch

Changed files:
    rpm-rpm5-debugedit.patch -> 1.1.2.2

11 years ago- update tools/debugedit.c r2.22 from rpm5 trunk (raw)
Elan Ruusamäe [Wed, 27 Jan 2010 17:15:29 +0000 (17:15 +0000)]
- update tools/debugedit.c r2.22 from rpm5 trunk (raw)

Changed files:
    rpm-rpm5-debugedit.patch -> 1.1.2.1

11 years agoThis commit was manufactured by cvs2git to create branch 'rpm-4_5'.
cvs2git [Wed, 27 Jan 2010 17:12:49 +0000 (17:12 +0000)]
This commit was manufactured by cvs2git to create branch 'rpm-4_5'.

Cherrypick from master 2009-06-19 16:37:24 UTC Elan Ruusamäe <glen@pld-linux.org> '- hardcode gid=adm for filesystem; rel 22':
    rpm-debugdir.patch -> 1.2
    rpm-debugedit-workaround.patch -> 1.1
    rpm-disable-hkp.patch -> 1.1
    rpm-gendiff.patch -> 1.1
    rpm-gid-uucp.patch -> 1.2
    rpm-gstreamer.patch -> 1.2
    rpm-lzma-mem.patch -> 1.1
    rpm-macros.gstreamer -> 1.1
    rpm-user_group.sh -> 1.11
    rpm.groups -> 1.93
Cherrypick from master 2010-01-27 17:12:49 UTC Elan Ruusamäe <glen@pld-linux.org> '- update tools/debugedit.c r2.22 from rpm5 trunk (raw)':
    rpm-am.patch -> 1.1
    rpm-rpm5-debugedit.patch -> 1.1
    rpm-unglobal.patch -> 1.1
Cherrypick from master 2008-11-21 16:22:55 UTC Arkadiusz Miśkiewicz <arekm@maven.pl> '- postun never fails now':
    rpm-postun-nofail.patch -> 1.1
Cherrypick from master 2008-11-23 15:20:23 UTC Paweł Gołaszewski <blues@pld-linux.org> '- added lzma_w7 patch - first attempt to make lzma usable on non-high-end':
    rpm-lzma-compress-level.patch -> 1.1
Cherrypick from rpm-4_4_9 2009-03-03 18:25:06 UTC Elan Ruusamäe <glen@pld-linux.org> '- set failed state on upgrade, if package reopen failed, otherwise the upgraded':
    rpm-set-failed-on-reopen.patch -> 1.1.2.1

11 years ago- release 33
Marcin Banasiak [Thu, 31 Dec 2009 12:40:24 +0000 (12:40 +0000)]
- release 33

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.80

11 years ago- missing Rs and BR for keyutils
Kacper Kornet [Fri, 27 Nov 2009 15:23:28 +0000 (15:23 +0000)]
- missing Rs and BR for keyutils

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.79

11 years ago- release 32 (fixed debuginfo)
Paweł Sikora [Wed, 28 Oct 2009 18:16:45 +0000 (18:16 +0000)]
- release 32 (fixed debuginfo)

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.78

11 years ago- fix brain damage.
Paweł Sikora [Wed, 28 Oct 2009 18:15:46 +0000 (18:15 +0000)]
- fix brain damage.

Changed files:
    rpm-new-debuginfo.patch -> 1.1.2.4

11 years ago- rel 31
Arkadiusz Miśkiewicz [Mon, 26 Oct 2009 09:25:26 +0000 (09:25 +0000)]
- rel 31

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.77

11 years ago- rel 30
Arkadiusz Miśkiewicz [Thu, 22 Oct 2009 06:32:04 +0000 (06:32 +0000)]
- rel 30

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.76

11 years ago- more zlib deps
Arkadiusz Miśkiewicz [Thu, 22 Oct 2009 06:29:10 +0000 (06:29 +0000)]
- more zlib deps

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.75

11 years ago- updated R: zlib >= 1.2.3.3 because of librpmio-4.5.so: undefined symbol adler32_com...
Sławomir Paszkiewicz [Sun, 18 Oct 2009 20:00:55 +0000 (20:00 +0000)]
- updated R: zlib >= 1.2.3.3 because of librpmio-4.5.so: undefined symbol adler32_combine64, thx seba (at) oclab.one.pl

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.74

11 years ago- updated chroot fix so that it would be open(2) wrapper fix via Open(2)
Elan Ruusamäe [Thu, 15 Oct 2009 23:22:37 +0000 (23:22 +0000)]
- updated chroot fix so that it would be open(2) wrapper fix via Open(2)
  fixes LP#395177, tested
- rel 29

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.73

11 years ago- adopted by patch from jbj:
Elan Ruusamäe [Thu, 15 Oct 2009 23:20:05 +0000 (23:20 +0000)]
- adopted by patch from jbj:
This patch is a brutally simple solution to
illustrate the logic needed in Open(2) to
solve the
        chroot /root/temp rpm -q foo
issue.

also worth to note:
01:17:46  jbj> note that all of the rpmdb code is changing to support transactionally protected system calls and rpmdb
               access.
01:18:30  jbj> which adds Yet More State, called Log Sequence Numbers, and /var/lib/rpm/log.00000000n files, which have
               to managed as well.
01:18:56  jbj> chroot & dbenv expectations simply will not matter.

Changed files:
    rpm-chroot-hack.patch -> 1.1.2.1.2.2

11 years ago- at least use macros that are used
Elan Ruusamäe [Thu, 15 Oct 2009 22:38:32 +0000 (22:38 +0000)]
- at least use macros that are used

Changed files:
    rpm-pkgconfig.patch -> 1.1.2.2

11 years ago- add rpm.pc; rel 28
Elan Ruusamäe [Thu, 15 Oct 2009 07:21:42 +0000 (07:21 +0000)]
- add rpm.pc; rel 28

Changed files:
    rpm-pkgconfig.patch -> 1.1.2.1
    rpm.spec -> 1.837.2.42.2.49.2.72

11 years ago- rel 27
Arkadiusz Miśkiewicz [Sun, 11 Oct 2009 18:35:49 +0000 (18:35 +0000)]
- rel 27

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.71

11 years ago- fix host_os, too
Arkadiusz Miśkiewicz [Sun, 11 Oct 2009 18:34:39 +0000 (18:34 +0000)]
- fix host_os, too

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.70

11 years ago- db4.8 support
Arkadiusz Miśkiewicz [Sun, 20 Sep 2009 19:40:43 +0000 (19:40 +0000)]
- db4.8 support

Changed files:
    rpm-db.patch -> 1.1.2.1
    rpm.spec -> 1.837.2.42.2.49.2.69

11 years ago- release 26 (find-debuginfo.sh fixed.)
Paweł Sikora [Thu, 17 Sep 2009 13:31:03 +0000 (13:31 +0000)]
- release 26 (find-debuginfo.sh fixed.)

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.68

11 years ago- just extract debuginfo w/o stripping original file.
Paweł Sikora [Thu, 17 Sep 2009 13:26:53 +0000 (13:26 +0000)]
- just extract debuginfo w/o stripping original file.

Changed files:
    rpm-new-debuginfo.patch -> 1.1.2.3

11 years ago- rel 25
Arkadiusz Miśkiewicz [Thu, 3 Sep 2009 13:38:41 +0000 (13:38 +0000)]
- rel 25

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.67

11 years ago- don't strip; separate script does that for us
Arkadiusz Miśkiewicz [Thu, 3 Sep 2009 13:38:30 +0000 (13:38 +0000)]
- don't strip; separate script does that for us

Changed files:
    rpm-new-debuginfo.patch -> 1.1.2.2

11 years ago- rel 24; add unglobal macro
Arkadiusz Miśkiewicz [Sat, 8 Aug 2009 13:56:40 +0000 (13:56 +0000)]
- rel 24; add unglobal macro

Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.66

This page took 0.091898 seconds and 4 git commands to generate.