]> git.pld-linux.org Git - packages/rpm.git/log
packages/rpm.git
11 years ago- avoid % expansion in comment auto/th/rpm-build-macros-1_511-1
Jan Rękorajski [Wed, 18 Mar 2009 10:10:17 +0000 (10:10 +0000)]
- avoid % expansion in comment

Changed files:
    rpm.macros -> 1.511

11 years ago- reenable and clean up _smp_mflags, with a comment on how to disable it
Jan Rękorajski [Wed, 18 Mar 2009 10:07:29 +0000 (10:07 +0000)]
- reenable and clean up _smp_mflags, with a comment on how to disable it

Changed files:
    rpm.macros -> 1.510

11 years ago- DO NOT include %{_smp_mflags} for __make/__scons/__waf/__cmake auto/th/rpm-build-macros-1_509-1
Jan Rękorajski [Wed, 18 Mar 2009 09:49:21 +0000 (09:49 +0000)]
- DO NOT include %{_smp_mflags} for __make/__scons/__waf/__cmake
- while it may be good for automated builders, it's just annoying, confusing
  and obfuscating build process

Changed files:
    rpm.macros -> 1.509

11 years ago- added X11/Applications/Accessibility group
Marcin Banasiak [Fri, 13 Mar 2009 22:56:37 +0000 (22:56 +0000)]
- added X11/Applications/Accessibility group

Changed files:
    rpm.groups -> 1.93

11 years ago- oops, print out the deps too (broken 3w, 3d ago, since rpm 4.5-6, 4.4.9-94)
Elan Ruusamäe [Thu, 12 Mar 2009 22:39:22 +0000 (22:39 +0000)]
- oops, print out the deps too (broken 3w, 3d ago, since rpm 4.5-6, 4.4.9-94)

Changed files:
    rpm-java-requires -> 1.3

11 years ago- include %{_smp_mflags} for __make/__scons/__waf/__cmake auto/th/rpm-build-macros-1_508-1 auto/ti/rpm-build-macros-1_508-1
Elan Ruusamäe [Tue, 3 Mar 2009 22:49:29 +0000 (22:49 +0000)]
- include %{_smp_mflags} for __make/__scons/__waf/__cmake

Changed files:
    rpm.macros -> 1.508

11 years agoAdded python3 macros auto/th/rpm-build-macros-1_507-1
Artur Frysiak [Wed, 25 Feb 2009 22:37:11 +0000 (22:37 +0000)]
Added python3 macros

Changed files:
    rpm.macros -> 1.507

11 years ago- more final cosmetics
Tomasz Pala [Sun, 15 Feb 2009 13:14:17 +0000 (13:14 +0000)]
- more final cosmetics

Changed files:
    banner.sh -> 1.11

11 years ago- code cosmetics
Tomasz Pala [Sun, 15 Feb 2009 13:11:42 +0000 (13:11 +0000)]
- code cosmetics

Changed files:
    banner.sh -> 1.10

11 years ago- reflow help screen
Tomasz Pala [Sun, 15 Feb 2009 13:10:02 +0000 (13:10 +0000)]
- reflow help screen

Changed files:
    banner.sh -> 1.9

11 years ago- print help screen when no action specified,
Tomasz Pala [Sun, 15 Feb 2009 13:07:28 +0000 (13:07 +0000)]
- print help screen when no action specified,
- added -d alias to --delete,
- fix en language and typos.

Changed files:
    banner.sh -> 1.8

11 years ago- sh fixes: it's single '=' not '==' test, protect $# vars
Tomasz Pala [Sun, 15 Feb 2009 12:53:10 +0000 (12:53 +0000)]
- sh fixes: it's single '=' not '==' test, protect $# vars

Changed files:
    banner.sh -> 1.7

11 years ago- add _preserve_env_base and a new way of redefining _preserve_env, auto/th/rpm-build-macros-1_506-1
Jan Rękorajski [Thu, 12 Feb 2009 21:57:15 +0000 (21:57 +0000)]
- add _preserve_env_base and a new way of redefining _preserve_env,
  due to rpm problems with %{expand:...} in complicated specs (ex. php.spec)

Changed files:
    rpm.macros -> 1.506

11 years ago- minify
Elan Ruusamäe [Wed, 11 Feb 2009 20:02:47 +0000 (20:02 +0000)]
- minify

Changed files:
    rpm.macros -> 1.505

11 years ago- same rules for requires_releq auto/th/rpm-build-macros-1_504-1
Elan Ruusamäe [Wed, 11 Feb 2009 19:46:19 +0000 (19:46 +0000)]
- same rules for requires_releq

Changed files:
    rpm.macros -> 1.504

11 years ago- requires_eq, requires_eq_to now convert Requires to BuildRequires, making spec...
Elan Ruusamäe [Wed, 11 Feb 2009 19:39:45 +0000 (19:39 +0000)]
- requires_eq, requires_eq_to now convert Requires to BuildRequires, making spec syntax valid if packages are not present
- side effect is that requires_eq now accepts only one paramter, contrary to previous where it accepted long list.

The test results of the new macros:
$ rpm -q xulrunner zlib
package xulrunner is not installed
zlib-1.2.3-7.i686

$ rpm -E '%requires_eq'
ERROR
$ rpm -E '%requires_eq zlib'
Requires: zlib = 0:1.2.3
$ rpm -E '%requires_eq xulrunner'
BuildRequires: xulrunner
$ rpm -E '%requires_eq xulrunner zlib'
ERROR
$ rpm -E '%requires_eq_to'
ERROR
$ rpm -E '%requires_eq_to zlib'
ERROR
$ rpm -E '%requires_eq_to xulrunner zlib'
Requires: xulrunner = 0:1.2.3
$ rpm -E '%requires_eq_to xulrunner zlib zl'
ERROR
$ rpm -E '%requires_eq_to xulrunner xulrunner'
BuildRequires: xulrunner

Changed files:
    rpm.macros -> 1.503

11 years ago- gendiff patch added
Paweł Gołaszewski [Wed, 11 Feb 2009 15:45:02 +0000 (15:45 +0000)]
- gendiff patch added

Changed files:
    rpm.spec -> 1.921

11 years ago- it uses bash syntax, maybe should be rewritten
Paweł Gołaszewski [Wed, 11 Feb 2009 15:44:17 +0000 (15:44 +0000)]
- it uses bash syntax, maybe should be rewritten

Changed files:
    rpm-gendiff.patch -> 1.1

11 years ago- make requires_eq, requires_releq, requires_eq_to return failure if queried package... auto/ac/rpm-build-macros-1_502-1 auto/th/rpm-build-macros-1_502-1
Elan Ruusamäe [Tue, 3 Feb 2009 10:24:47 +0000 (10:24 +0000)]
- make requires_eq, requires_releq, requires_eq_to return failure if queried package is not installed

Changed files:
    rpm.macros -> 1.502

11 years ago- rpm macros required to run gstreamerdeps.sh
Marcin Banasiak [Thu, 22 Jan 2009 17:31:04 +0000 (17:31 +0000)]
- rpm macros required to run gstreamerdeps.sh

Changed files:
    rpm-macros.gstreamer -> 1.1

11 years ago- remove condition. It can be checked in gstreamerdeps.sh
Marcin Banasiak [Wed, 31 Dec 2008 21:28:28 +0000 (21:28 +0000)]
- remove condition. It can be checked in gstreamerdeps.sh

Changed files:
    rpm-gstreamer.patch -> 1.2

11 years ago- adds support for gstreamer codecs provides
Marcin Banasiak [Wed, 31 Dec 2008 20:30:06 +0000 (20:30 +0000)]
- adds support for gstreamer codecs provides

Changed files:
    rpm-gstreamer.patch -> 1.1

11 years ago- fix %install_kernel_modules - local: can only be used in a function auto/th/rpm-build-macros-1_498-1
sparky [Wed, 3 Dec 2008 22:58:34 +0000 (22:58 +0000)]
- fix %install_kernel_modules - local: can only be used in a function

Changed files:
    rpm.macros -> 1.501

11 years ago- revert, bash %configure works too
Elan Ruusamäe [Sun, 30 Nov 2008 14:14:06 +0000 (14:14 +0000)]
- revert, bash %configure works too

Changed files:
    rpm.macros -> 1.500

11 years ago- add __configure_sh macro to be able to run ./configure with bash for example
Elan Ruusamäe [Sun, 30 Nov 2008 14:10:55 +0000 (14:10 +0000)]
- add __configure_sh macro to be able to run ./configure with bash for example

Changed files:
    rpm.macros -> 1.499

11 years ago- %_clean_env: no need to quote : . _ -
sparky [Mon, 24 Nov 2008 14:55:45 +0000 (14:55 +0000)]
- %_clean_env: no need to quote : . _ -

Changed files:
    rpm.macros -> 1.498

11 years ago- %_clean_env: proper quoting rules
sparky [Mon, 24 Nov 2008 14:34:06 +0000 (14:34 +0000)]
- %_clean_env: proper quoting rules

Changed files:
    rpm.macros -> 1.497

11 years ago- preserve also PATH
Elan Ruusamäe [Sun, 23 Nov 2008 20:36:24 +0000 (20:36 +0000)]
- preserve also PATH

Changed files:
    rpm.macros -> 1.496

11 years ago- add _clean_env with _preserve_env support
sparky [Sun, 23 Nov 2008 18:54:07 +0000 (18:54 +0000)]
- add _clean_env with _preserve_env support

Changed files:
    rpm.macros -> 1.495

11 years ago- evel lower - 5 level; will work with 25MiB machines
Arkadiusz Miśkiewicz [Sun, 23 Nov 2008 16:15:14 +0000 (16:15 +0000)]
- evel lower - 5 level; will work with 25MiB machines

Changed files:
    rpm-lzma-compress-level.patch -> 1.2

11 years ago- added lzma_w7 patch - first attempt to make lzma usable on non-high-end
Paweł Gołaszewski [Sun, 23 Nov 2008 15:20:23 +0000 (15:20 +0000)]
- added lzma_w7 patch - first attempt to make lzma usable on non-high-end
  machines

Changed files:
    rpm-lzma-compress-level.patch -> 1.1

11 years ago- leave on branch only
Arkadiusz Miśkiewicz [Fri, 21 Nov 2008 16:23:23 +0000 (16:23 +0000)]
- leave on branch only

Changed files:
    rpm-postun-nofail.patch -> 1.2

11 years ago- postun never fails now
Arkadiusz Miśkiewicz [Fri, 21 Nov 2008 16:22:55 +0000 (16:22 +0000)]
- postun never fails now

Changed files:
    rpm-postun-nofail.patch -> 1.1

11 years ago- java libraries
Paweł Gołaszewski [Thu, 20 Nov 2008 11:52:35 +0000 (11:52 +0000)]
- java libraries

Changed files:
    rpm.groups -> 1.92

11 years ago- report errors
Elan Ruusamäe [Tue, 18 Nov 2008 13:37:44 +0000 (13:37 +0000)]
- report errors

Changed files:
    rpm-java-requires -> 1.2

11 years ago- add Libraries/Java
Elan Ruusamäe [Tue, 18 Nov 2008 13:34:55 +0000 (13:34 +0000)]
- add Libraries/Java

Changed files:
    rpm.groups -> 1.91

11 years ago- terminating here terminates whole script; crap auto/th/rpm-build-macros-1_494-1 auto/ti/rpm-build-macros-1_494-1
Arkadiusz Miśkiewicz [Thu, 13 Nov 2008 20:13:03 +0000 (20:13 +0000)]
- terminating here terminates whole script; crap

Changed files:
    rpm.macros -> 1.494

11 years ago- I don't know how did you manage to get this to work without dist_kernel
Tomasz Pala [Wed, 12 Nov 2008 00:30:43 +0000 (00:30 +0000)]
- I don't know how did you manage to get this to work without dist_kernel

Changed files:
    rpm.macros -> 1.493

11 years ago- disable failing for now auto/th/rpm-build-macros-1_492-1
Arkadiusz Miśkiewicz [Sat, 8 Nov 2008 11:06:29 +0000 (11:06 +0000)]
- disable failing for now

Changed files:
    rpm.macros -> 1.492

11 years ago- arch mismatch is /etc/rpm/platform usually auto/th/rpm-5_1_6-0_1
Elan Ruusamäe [Fri, 7 Nov 2008 10:30:45 +0000 (10:30 +0000)]
- arch mismatch is /etc/rpm/platform usually

Changed files:
    rpm.spec -> 1.920

11 years ago- some stats when hardlinking .py[co] files
Elan Ruusamäe [Wed, 5 Nov 2008 21:29:54 +0000 (21:29 +0000)]
- some stats when hardlinking .py[co] files

Changed files:
    rpm.macros -> 1.491

11 years ago- skip table that contains common symbols that should be skipped auto/th/rpm-build-macros-1_490-1
Arkadiusz Miśkiewicz [Wed, 5 Nov 2008 17:55:48 +0000 (17:55 +0000)]
- skip table that contains common symbols that should be skipped

Changed files:
    rpm.macros -> 1.490

11 years ago- specify memory limit as 0
Arkadiusz Miśkiewicz [Wed, 5 Nov 2008 17:24:22 +0000 (17:24 +0000)]
- specify memory limit as 0

Changed files:
    rpm-lzma-mem.patch -> 1.1

11 years ago- so_check look only for *.so.* auto/th/rpm-build-macros-1_489-1
Arkadiusz Miśkiewicz [Wed, 5 Nov 2008 13:07:24 +0000 (13:07 +0000)]
- so_check look only for *.so.*

Changed files:
    rpm.macros -> 1.489

11 years ago- newline
Arkadiusz Miśkiewicz [Wed, 5 Nov 2008 12:55:31 +0000 (12:55 +0000)]
- newline

Changed files:
    rpm.macros -> 1.488

11 years ago- exit 0 to avoid failure auto/th/rpm-build-macros-1_487-1 auto/th/rpm-build-macros-1_487-2 auto/th/rpm-build-macros-1_487-3
Arkadiusz Miśkiewicz [Wed, 5 Nov 2008 10:31:55 +0000 (10:31 +0000)]
- exit 0 to avoid failure

Changed files:
    rpm.macros -> 1.487

11 years ago- use __spec_install_post_check_so
Arkadiusz Miśkiewicz [Wed, 5 Nov 2008 09:59:29 +0000 (09:59 +0000)]
- use __spec_install_post_check_so

Changed files:
    rpm.platform -> 1.9

11 years ago- __spec_install_post_check_so macro that finds unresolved symbols in shared object... auto/th/rpm-build-macros-1_486-1
Arkadiusz Miśkiewicz [Wed, 5 Nov 2008 09:54:27 +0000 (09:54 +0000)]
- __spec_install_post_check_so macro that finds unresolved symbols in shared object files

Changed files:
    rpm.macros -> 1.486

11 years ago- dir needed for ppc builds auto/th/rpm-build-macros-1_485-1
Arkadiusz Miśkiewicz [Tue, 4 Nov 2008 12:33:35 +0000 (12:33 +0000)]
- dir needed for ppc builds

Changed files:
    rpm.macros -> 1.485

11 years ago- up to 5.1.6
Jan Rękorajski [Tue, 28 Oct 2008 22:12:13 +0000 (22:12 +0000)]
- up to 5.1.6

Changed files:
    rpm-macros.patch -> 1.47

11 years ago- 5.1.6
Jan Rękorajski [Tue, 28 Oct 2008 22:11:51 +0000 (22:11 +0000)]
- 5.1.6
- updated TODO (will glob patch finally go away?)

Changed files:
    rpm.spec -> 1.919

11 years ago- avoid tripping old dep generators with R: perl(\s+)
radek [Sun, 26 Oct 2008 09:57:45 +0000 (09:57 +0000)]
- avoid tripping old dep generators with R: perl(\s+)

Changed files:
    rpm-perl_req-use_base.patch -> 1.6

11 years ago- Networking/Daemons/POP3 as well
Tomasz Pala [Sun, 26 Oct 2008 09:38:49 +0000 (09:38 +0000)]
- Networking/Daemons/POP3 as well

Changed files:
    rpm.groups -> 1.90

11 years ago- release 0.10: perl_req-heredocs_pod.patch
radek [Sun, 26 Oct 2008 09:33:07 +0000 (09:33 +0000)]
- release 0.10: perl_req-heredocs_pod.patch

Changed files:
    rpm.spec -> 1.918

11 years ago- improved handling of POD and heredocs
radek [Sun, 26 Oct 2008 09:31:50 +0000 (09:31 +0000)]
- improved handling of POD and heredocs

Changed files:
    rpm-perl_req-heredocs_pod.patch -> 1.1

11 years ago- sort
Paweł Gołaszewski [Sat, 25 Oct 2008 15:58:08 +0000 (15:58 +0000)]
- sort

Changed files:
    rpm.groups -> 1.89

11 years ago- HTTP, FTP and SMTP daemons to own group
Paweł Gołaszewski [Sat, 25 Oct 2008 15:21:39 +0000 (15:21 +0000)]
- HTTP, FTP and SMTP daemons to own group

Changed files:
    rpm.groups -> 1.88

11 years ago- pl for Debug
Paweł Gołaszewski [Sat, 25 Oct 2008 15:15:23 +0000 (15:15 +0000)]
- pl for Debug

Changed files:
    rpm.groups -> 1.87

11 years ago- unambiguous -z combreloc
sparky [Fri, 24 Oct 2008 20:10:13 +0000 (20:10 +0000)]
- unambiguous -z combreloc

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

11 years ago- translations
ankry [Fri, 24 Oct 2008 11:00:12 +0000 (11:00 +0000)]
- translations

Changed files:
    rpm.groups -> 1.86

11 years ago- add Radius
Paweł Gołaszewski [Fri, 24 Oct 2008 10:23:52 +0000 (10:23 +0000)]
- add Radius

Changed files:
    rpm.groups -> 1.85

11 years ago- bogus comment fixed
Elan Ruusamäe [Wed, 22 Oct 2008 15:01:21 +0000 (15:01 +0000)]
- bogus comment fixed

Changed files:
    rpm-php-requires.php -> 1.8

11 years ago- ported rpm-php-requires to php
Elan Ruusamäe [Wed, 22 Oct 2008 14:59:58 +0000 (14:59 +0000)]
- ported rpm-php-requires to php

Changed files:
    rpm-php-requires.php -> 1.7

11 years ago- the both php versions autoprovs are not possible as this script is run for each...
Elan Ruusamäe [Wed, 22 Oct 2008 14:03:44 +0000 (14:03 +0000)]
- the both php versions autoprovs are not possible as this script is run for each file, so no grouping possible

Changed files:
    rpm-php-requires.php -> 1.6

11 years ago- some more compiled in modules
Elan Ruusamäe [Wed, 22 Oct 2008 00:35:10 +0000 (00:35 +0000)]
- some more compiled in modules

Changed files:
    rpm-php-requires.php -> 1.5

11 years ago- horizontal tabbing sucks
Elan Ruusamäe [Wed, 22 Oct 2008 00:23:02 +0000 (00:23 +0000)]
- horizontal tabbing sucks

Changed files:
    rpm-php-requires.php -> 1.4

11 years ago- fix peardeps finding
Elan Ruusamäe [Wed, 22 Oct 2008 00:18:19 +0000 (00:18 +0000)]
- fix peardeps finding

Changed files:
    rpm-php-requires.php -> 1.3

11 years ago- produce old style pear(Foo.php) deps too
Elan Ruusamäe [Wed, 22 Oct 2008 00:11:45 +0000 (00:11 +0000)]
- produce old style pear(Foo.php) deps too

Changed files:
    rpm-php-requires.php -> 1.2

11 years ago- use pear PHP_Compatinfo to find extension deps
Elan Ruusamäe [Tue, 21 Oct 2008 23:47:55 +0000 (23:47 +0000)]
- use pear PHP_Compatinfo to find extension deps

Changed files:
    rpm-php-requires.php -> 1.1

11 years ago- use RPMTAG_INSTALLTIME instead of RPMTAG_INSTALLTID when filling hrmib cache
Elan Ruusamäe [Tue, 21 Oct 2008 21:44:47 +0000 (21:44 +0000)]
- use RPMTAG_INSTALLTIME instead of RPMTAG_INSTALLTID when filling hrmib cache

Changed files:
    rpm-hirmib-ts.patch -> 1.1

11 years ago- add %ruby_rdocdir = /usr/share/rdoc auto/th/rpm-build-macros-1_484-1 auto/ti/rpm-build-macros-1_484-1
Elan Ruusamäe [Sun, 12 Oct 2008 10:34:26 +0000 (10:34 +0000)]
- add %ruby_rdocdir = /usr/share/rdoc

Changed files:
    rpm.macros -> 1.484

11 years ago- bug: getgid check was inversed auto/ac/rpm-build-macros-1_483-1
Elan Ruusamäe [Mon, 6 Oct 2008 16:30:57 +0000 (16:30 +0000)]
- bug: getgid check was inversed

Changed files:
    rpm.macros -> 1.483

11 years ago- err, with expression
Elan Ruusamäe [Sat, 4 Oct 2008 20:26:43 +0000 (20:26 +0000)]
- err, with expression

Changed files:
    rpm.macros -> 1.482

11 years ago- %_smp_mflags had CPU*2, where did it go?
Elan Ruusamäe [Sat, 4 Oct 2008 20:25:57 +0000 (20:25 +0000)]
- %_smp_mflags had CPU*2, where did it go?

Changed files:
    rpm.macros -> 1.481

11 years ago- pass CLASSPATH to %ant so wouldn't need to export it
Elan Ruusamäe [Fri, 3 Oct 2008 19:19:20 +0000 (19:19 +0000)]
- pass CLASSPATH to %ant so wouldn't need to export it

Changed files:
    rpm.macros -> 1.480

11 years ago- no rcsid in rpm auto/ac/rpm-build-tools-4_4_9-17 auto/th/rpm-build-tools-4_4_9-17
Elan Ruusamäe [Wed, 24 Sep 2008 14:56:39 +0000 (14:56 +0000)]
- no rcsid in rpm

Changed files:
    builder -> 1.24

11 years ago- updated from SPECS r1.399
Elan Ruusamäe [Wed, 24 Sep 2008 14:55:55 +0000 (14:55 +0000)]
- updated from SPECS r1.399

Changed files:
    adapter.awk -> 1.8

11 years ago- updated from SPECS r1.564
Elan Ruusamäe [Wed, 24 Sep 2008 14:55:41 +0000 (14:55 +0000)]
- updated from SPECS r1.564

Changed files:
    builder -> 1.23

11 years ago- be more strict in matching module names (fixes perl-Exception-Class)
radek [Sat, 20 Sep 2008 10:50:08 +0000 (10:50 +0000)]
- be more strict in matching module names (fixes perl-Exception-Class)

Changed files:
    rpm-perl_req-use_base.patch -> 1.5

11 years ago- indent fix
Elan Ruusamäe [Sun, 7 Sep 2008 10:47:59 +0000 (10:47 +0000)]
- indent fix

Changed files:
    rpm-user_group.sh -> 1.10

11 years ago- coreutils 6.12 compatible %groupadd, see: auto/ac/rpm-build-macros-1_478-1 auto/ti/rpm-build-macros-1_478-1
Elan Ruusamäe [Sun, 7 Sep 2008 10:40:37 +0000 (10:40 +0000)]
- coreutils 6.12 compatible %groupadd, see:
  http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2008-August/020370.html

Changed files:
    rpm.macros -> 1.479

11 years ago- add missing semicolons to fix lp#264147 auto/th/rpm-build-macros-1_478-1
Marcin Banasiak [Sat, 6 Sep 2008 21:55:02 +0000 (21:55 +0000)]
- add missing semicolons to fix lp#264147

Changed files:
    rpm.macros -> 1.478

11 years ago- kill undefined reference in librpmdb
Marcin Banasiak [Sat, 6 Sep 2008 18:20:29 +0000 (18:20 +0000)]
- kill undefined reference in librpmdb

Changed files:
    rpm-link-selinux.patch -> 1.1

11 years ago- fix !dist_kernel with non-built tree
Jakub Bogusz [Wed, 3 Sep 2008 14:53:39 +0000 (14:53 +0000)]
- fix !dist_kernel with non-built tree

Changed files:
    rpm.macros -> 1.477

11 years ago- bugs to check from LP#262985
Elan Ruusamäe [Tue, 2 Sep 2008 14:07:58 +0000 (14:07 +0000)]
- bugs to check from LP#262985

Changed files:
    rpm.spec -> 1.917

11 years ago- from upstream auto/th/db4_7-4_7_25-4 auto/th/db4_7-4_7_25-5
Arkadiusz Miśkiewicz [Tue, 2 Sep 2008 13:55:48 +0000 (13:55 +0000)]
- from upstream

Changed files:
    patch.4.7.25.1 -> 1.1

11 years ago- check only on uninstall auto/ac/rpm-build-macros-1_476-1
Elan Ruusamäe [Fri, 29 Aug 2008 16:01:03 +0000 (16:01 +0000)]
- check only on uninstall

Changed files:
    rpm.macros -> 1.476

11 years ago- check for /usr/bin/gconftool-2 existence in %gconf_schema_* macros, in case pkg...
Elan Ruusamäe [Fri, 29 Aug 2008 15:58:30 +0000 (15:58 +0000)]
- check for /usr/bin/gconftool-2 existence in %gconf_schema_* macros, in case pkg and GConf2 are removed in same transaction

Changed files:
    rpm.macros -> 1.475

11 years ago- release 0.9: added -perl_req-skip_multiline.patch
radek [Thu, 28 Aug 2008 10:49:13 +0000 (10:49 +0000)]
- release 0.9: added -perl_req-skip_multiline.patch

Changed files:
    rpm.spec -> 1.916

11 years ago- skip multiline qw() sections a bit better
radek [Thu, 28 Aug 2008 10:47:36 +0000 (10:47 +0000)]
- skip multiline qw() sections a bit better

Changed files:
    rpm-perl_req-skip_multiline.patch -> 1.1

11 years ago- fix qw() with more than one dep
radek [Tue, 26 Aug 2008 18:36:14 +0000 (18:36 +0000)]
- fix qw() with more than one dep

Changed files:
    rpm-perl_req-use_base.patch -> 1.4

11 years ago- handle channel://URI in install.log for pear
Elan Ruusamäe [Tue, 26 Aug 2008 13:58:55 +0000 (13:58 +0000)]
- handle channel://URI in install.log for pear

Changed files:
    rpm.macros -> 1.474

11 years ago- no %{dirname:xxx} expand in rpm 4.4.9 auto/ac/rpm-build-macros-1_473-1 auto/th/rpm-build-macros-1_473-1
Elan Ruusamäe [Tue, 26 Aug 2008 13:49:53 +0000 (13:49 +0000)]
- no %{dirname:xxx} expand in rpm 4.4.9

Changed files:
    rpm.macros -> 1.473

11 years ago- add rpm.groups (used by -debuginfo packages)
Elan Ruusamäe [Thu, 21 Aug 2008 14:46:07 +0000 (14:46 +0000)]
- add rpm.groups (used by -debuginfo packages)

Changed files:
    rpm.groups -> 1.84

11 years ago- fix greediness
radek [Wed, 20 Aug 2008 19:41:01 +0000 (19:41 +0000)]
- fix greediness

Changed files:
    rpm-perl_req-use_base.patch -> 1.3

11 years ago- release 0.8: added -perl_req-use_base.patch (not tested very hard...)
radek [Wed, 20 Aug 2008 19:35:47 +0000 (19:35 +0000)]
- release 0.8: added -perl_req-use_base.patch (not tested very hard...)

Changed files:
    rpm.spec -> 1.915

11 years ago- fix diff header
radek [Wed, 20 Aug 2008 19:34:57 +0000 (19:34 +0000)]
- fix diff header

Changed files:
    rpm-perl_req-use_base.patch -> 1.2

11 years ago- support "use base qw/ foo::bar /;" dependencies
radek [Wed, 20 Aug 2008 19:30:38 +0000 (19:30 +0000)]
- support "use base qw/ foo::bar /;" dependencies

Changed files:
    rpm-perl_req-use_base.patch -> 1.1

11 years ago- move /etc/rpm to rpm-base
Elan Ruusamäe [Wed, 13 Aug 2008 12:25:29 +0000 (12:25 +0000)]
- move /etc/rpm to rpm-base

Changed files:
    rpm.spec -> 1.914

11 years ago- add -c to %pear_package_setup (this is hack due PEAR incapable of behaving normally... auto/ac/rpm-build-macros-1_472-1
Elan Ruusamäe [Tue, 12 Aug 2008 17:54:19 +0000 (17:54 +0000)]
- add -c to %pear_package_setup (this is hack due PEAR incapable of behaving normally with buildroots)

Changed files:
    rpm.macros -> 1.472

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