Igor Gnatenko
8d4a190d35
Add wrapper to export MALLOC_CHECK_=3
...
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-06-10 20:21:58 +02:00
Igor Gnatenko
9e41d42924
Disable tests temporarily
...
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-06-10 19:14:43 +02:00
Igor Gnatenko
472245e661
Build with -fsanitize=address
...
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-06-10 19:08:57 +02:00
Igor Gnatenko
055ecdaa97
Disable tests temporarily
...
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-06-10 17:58:13 +02:00
Igor Gnatenko
cb6bbe0cd7
Add fullstop for audit plugin description
...
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-06-10 17:16:14 +02:00
Igor Gnatenko
b52e74b1e1
Drop Group tag from audit plugin
...
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-06-10 17:15:52 +02:00
Panu Matilainen
0a7d172130
Update to rpm 4.15.0 alpha
...
- New rpm-plugin-audit sub-package
- Rebase patches as necessary
- Drop the evil python3 string monkey-patching
- Drop no longer needed LUA_COMPAT defines and friends and use
%set_build_flags instead.
- python and perl macros and helper scripts are gone
2019-06-10 13:12:47 +03:00
Panu Matilainen
d958e93dd1
More spec cleanups
...
- Drop support for sanitizer build, it never really worked anyway
- Drop leftover build-dependency on binutils-devel
- Truncate changelog to rpm 4.14.x (last two years)
2019-06-10 10:45:58 +03:00
Panu Matilainen
398bbf6b67
Spec cleanups
...
- Drop support for Fedora < 28 builds
- Drop leftover BDB-related compiler flag foo
2019-06-10 10:25:58 +03:00
Panu Matilainen
d90bd67908
Avoid DNS use in test-suite, drop obsolete patches
...
Use pre-determined buildhost in test-suite to avoid DNS usage, sometimes
the builder DNS config is whacked which causes crazy slowdown of our builds.
Drop obsolete specspo and gpg2 related patches, specspo is gone for
seven years and gpg2 preferral is upstream in a different form (thanks
to Igor Gnatenko for pointing these out)
2019-06-07 13:59:22 +03:00
Igor Gnatenko
bda4949bed
Use py2/3 macros for building and installing the bindings
2019-06-07 10:34:46 +03:00
Igor Gnatenko
66e2ef5d88
End description with fullstop
...
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-06-02 14:27:37 +02:00
Panu Matilainen
3abc97620b
Support build-id generation from compressed ELF files ( #1650072 )
2019-05-21 12:25:27 +03:00
Igor Gnatenko
2688218e05
Suggest gdb-minimal
...
References: https://fedoraproject.org/wiki/Changes/Minimal_GDB_in_buildroot
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-05-03 18:12:54 +02:00
Panu Matilainen
81329c3ca8
Replace deprecated __global_ldflags uses with build_ldflags macro
2019-04-25 15:04:30 +03:00
Panu Matilainen
c7bd807f7c
Fix excessive reference counting on faked string .decode()
2019-04-11 10:38:45 +03:00
Panu Matilainen
d4f7fd8c04
Make the Python 3 API actually usable ( #1693751 )
...
All string data from rpm is now returned as surrogate-escaped utf-8
string objects. 99.999% of that data IS utf-8 encoded to begin with,
returning bytes is plain broken.
As a temporary crutch, monkey-patch a .decode() method to returned strings
to give users time to migrate from the long-standing broken behavior.
2019-04-10 11:52:40 +03:00
Panu Matilainen
57b4e922b2
Debuginfo fixes:
...
Generate minidebug for PIE executables on file >= 5.33 too
Backport find-debuginfo --g-libs option for glibc's benefit (#1661512 )
2019-04-10 10:28:12 +03:00
Fedora Release Engineering
9519e9e6d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-02 11:34:43 +00:00
Igor Gnatenko
1aed509f16
Remove obsolete Group tag
...
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
2019-01-28 20:24:45 +01:00
Panu Matilainen
52b5a90d43
Meh, rpmtests isn't getting re-generated so patch it directly
...
...as otherwise the new modularity tag causes test-suite failure
2018-12-19 15:31:34 +02:00
Panu Matilainen
af9bdc4611
Backport the new modularity label tag ( #1650286 )
2018-12-19 15:18:04 +02:00
Panu Matilainen
6c9430bd2a
Acutlly add the patch for the previous comment (yeah its Monday alright)
2018-11-19 13:18:52 +02:00
Panu Matilainen
1eb187d393
Take prefix into account when compressing man pages etc for Flatpak builds
...
From the original PR (https://src.fedoraproject.org/rpms/rpm/pull-request/15 ):
The way that a Flatpak works is that the runtime is mounted at /usr
and the application and included libraries are mounted at /app. So
the application and included libraries need to be rebuilt with
a prefix of /app.
This patch makes brp-compress find man pages and info pages under current
prefix, avoiding the name for spec file changes for the rebuild.
2018-11-19 12:56:21 +02:00
Panu Matilainen
06f829d1d3
Selinux plugin requires a base policy to work ( #1641631 )
2018-10-24 17:18:58 +03:00
Panu Matilainen
4fa277df97
Rebase to rpm 4.14.2.1
2018-10-22 14:39:48 +03:00
Igor Gnatenko
69ee4d255a
Push name/epoch/version/release macro before invoking depgens
...
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-10-17 12:58:11 +02:00
Igor Gnatenko
5460ad1e17
Resurrect long since broken Lua library path
...
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-10-16 11:24:03 +02:00
Panu Matilainen
4ba57b66ab
- Actually fail build on test-suite failures again
...
- Invoke python2 explicitly from test-suite to unbreak build, part II
2018-10-12 09:10:21 +03:00
Panu Matilainen
106f86a617
Cleanup more 10+ year old cruft:
...
- Drop duplicate BDB buildrequire
- Drop nowadays unnecessary BDB macro foo
- Drop nowadays unnecessary manual libcap dependency
Relevant and necessary in their day, but not anymore.
2018-10-11 16:53:06 +03:00
Panu Matilainen
3f81427a28
- Fix build when systemd is not installed (duh)
2018-10-11 14:46:47 +03:00
Panu Matilainen
d58b662497
- Own all rpmdb files and ensure the list remains up to date
...
- Drop redundant verify exclusions on rpmdb ghosts
2018-10-11 14:29:55 +03:00
Panu Matilainen
2a29f1e128
- Erm, really use the macro for tmpfiles.d path
...
- Erm, don't nuke buildroot at beginning of %%install
- Use modern build/install helper macros
2018-10-11 14:15:40 +03:00
Panu Matilainen
85cd9c475b
- Eh, selinux plugin dependency condition was upside down ( #1493267 )
...
- Drop no longer necessary condition over imaevm name
- Drop no longer necessary obsolete on compat-librpm3
2018-10-11 12:53:16 +03:00
Panu Matilainen
9a8f2080d7
- Fix ancient Python GIL locking bug ( #1632488 )
...
- Use the appropriate macro for tmpfiles.d now that one exists
2018-10-11 10:58:38 +03:00
Panu Matilainen
06b8b7f066
Update to rpm 4.14.2 final
2018-08-21 14:26:20 +03:00
Panu Matilainen
8d934fd72d
Move python-macro-helper to main package where the macros are ( #1577860 )
2018-08-13 15:11:25 +03:00
Panu Matilainen
cae019c19a
Update to rpm 4.14.2-rc2
2018-08-08 17:12:55 +03:00
Florian Festi
026fff0d83
- Wrap zstd Requires in build condition
2018-08-07 11:24:30 +02:00
Igor Gnatenko
adbe3634b5
Decompress DWARF compressed ELF sections
...
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-07-21 10:16:39 +02:00
Fedora Release Engineering
95db6548b8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 03:43:24 +00:00
Miro Hrončok
8029c4e85b
Rebuilt for Python 3.7
2018-07-02 18:24:09 +02:00
Panu Matilainen
816a8d9b50
Doh, always forgetting new-sources..
2018-06-29 15:44:27 +03:00
Panu Matilainen
22e1547001
Update to rpm 4.14.2-rc1
...
Additionally...
- Patching test-suite for python2 too painful, just sed it instead
- Fix premature version increment from previous changelog entries, oops
2018-06-29 15:43:00 +03:00
Panu Matilainen
e79d625c87
Make it actually build, sigh
...
- Ehm, need to patch the autogenerated rpmtests script too for python2
- Ehm, it's ldconfig_scriptlets not scripts
- Drop the non-working python envvar magic from obsoleted change
2018-06-29 12:04:11 +03:00
Panu Matilainen
8b3e871c1f
Invoke python2 explicitly from test-suite to unbreak build
2018-06-29 11:16:01 +03:00
Panu Matilainen
7d7537244d
Remove direct ldconfig calls, use compat macros instead
2018-06-29 11:00:36 +03:00
Miro Hrončok
b86c75e7b0
Rebuilt for Python 3.7
2018-06-15 12:25:41 +02:00
Miro Hrončok
364d038b55
Backport upstream solution to make brp-python-bytecompile automagic part opt-outable
...
See https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation
2018-05-28 14:12:32 +02:00
Mark Wielaard
43ea916f2f
find-debuginfo.sh: Handle application/x-pie-executable
...
Resolves : #1581224
2018-05-22 23:01:41 +02:00