autobuildrequires.git
3 years agoVersion 1.3. master v1.3
Richard W.M. Jones [Wed, 10 Mar 2021 20:48:27 +0000 (20:48 +0000)]
Version 1.3.

3 years agoAvoid a crash if constructors in other libraries are called before br_init.
Richard W.M. Jones [Wed, 10 Mar 2021 20:45:40 +0000 (20:45 +0000)]
Avoid a crash if constructors in other libraries are called before br_init.

7 years agoauto-buildrequires-preload: Use libc.so name from GNU headers
Michal Privoznik [Tue, 17 May 2016 13:50:27 +0000 (15:50 +0200)]
auto-buildrequires-preload: Use libc.so name from GNU headers

There's this header file gnu/lib-names.h which contains
stringified versions of library names such as:

  #define LIBC_SO "libc.so.6"

Advantage of using that is whenever there's a soname bump we
don't have to care about that and bare rebuild just works (TM).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
8 years agoVersion 1.2. v1.2
Richard W.M. Jones [Fri, 13 Nov 2015 10:54:35 +0000 (10:54 +0000)]
Version 1.2.

8 years agoGet rid of the spec file.
Richard W.M. Jones [Fri, 13 Nov 2015 10:58:46 +0000 (10:58 +0000)]
Get rid of the spec file.

Use the spec file from Fedora:
http://pkgs.fedoraproject.org/cgit/auto-buildrequires.git/

8 years agoRemove *~ files on make clean.
Richard W.M. Jones [Fri, 13 Nov 2015 10:49:09 +0000 (10:49 +0000)]
Remove *~ files on make clean.

8 years agoAdd a man page (RHBZ#1281250).
Richard W.M. Jones [Fri, 13 Nov 2015 10:43:30 +0000 (10:43 +0000)]
Add a man page (RHBZ#1281250).

9 years agoauto-buildrequires: [PATCH] Add a minimum, useful INSTALL document
Håkon Løvdal [Tue, 26 Aug 2014 22:20:16 +0000 (00:20 +0200)]
auto-buildrequires: [PATCH] Add a minimum, useful INSTALL document

11 years agoIgnore /etc/ld.so.conf.d/*
Richard W.M. Jones [Mon, 8 Apr 2013 12:57:35 +0000 (13:57 +0100)]
Ignore /etc/ld.so.conf.d/*

./configure opens every file in /etc/ld.so.conf, pulling in lots of
false dependencies.

Thanks: Panu Matilainen

14 years agoVersion 1.1
Richard Jones [Wed, 9 Dec 2009 15:08:59 +0000 (15:08 +0000)]
Version 1.1

14 years agoauto-br-analyze.pl: Fix failure when LANG != C. (RHBZ#545867).
Richard Jones [Wed, 9 Dec 2009 15:05:08 +0000 (15:05 +0000)]
auto-br-analyze.pl: Fix failure when LANG != C. (RHBZ#545867).

This was running the RPM command and grepping out error messages
of the form /^file.*is not owned by any package$/.  Unfortunately
this fails if language isn't set to English.

Fix this by setting LANG=C before running the RPM command.

15 years agoVersion 1.0 release.
Richard Jones [Mon, 9 Mar 2009 16:15:57 +0000 (16:15 +0000)]
Version 1.0 release.

15 years agoAdd missing BR on perl-String-ShellQuote (Rajeesh K Nambiar).
Richard Jones [Mon, 9 Mar 2009 16:13:56 +0000 (16:13 +0000)]
Add missing BR on perl-String-ShellQuote (Rajeesh K Nambiar).

15 years agoSearch for /lib/libc.so.6 on 32 bit platforms (Rajeesh K Nambiar).
Richard Jones [Mon, 9 Mar 2009 16:13:04 +0000 (16:13 +0000)]
Search for /lib/libc.so.6 on 32 bit platforms (Rajeesh K Nambiar).

15 years agoVersion 0.9 release.
Richard Jones [Fri, 6 Mar 2009 13:26:53 +0000 (13:26 +0000)]
Version 0.9 release.

15 years agoImported from CVS.
Richard Jones [Fri, 6 Mar 2009 13:13:42 +0000 (13:13 +0000)]
Imported from CVS.

15 years agoFirst commit.
Richard Jones [Fri, 6 Mar 2009 12:40:16 +0000 (12:40 +0000)]
First commit.