pagure Logo
  • Log In

source-git / rpm

Clone
Source Code
GIT
  • Source
  • Pull Requests  2
  • Stats
 Overview  Files  Commits  Branches  Forks  Releases

Commits 12

Branch: pr-from-upstream
c8 c8s master pr-from-upstream
This branch contains 68 commits not in the main branch master
Make a change
Hunor Csomortáni • 5 years ago  
61c544
Apply Patch1002: rpm-4.14.2-unversioned-python.patch
Jiri Popelka • 5 years ago  
ca9555
Compile with Platform-Python binary where relevant
Tomas Orsava • 5 years ago  
84ec96
Apply Patch1000: disable-python-extra.patch
Jiri Popelka • 5 years ago  
c84ca8
Apply Patch907: rpm-4.13.90-ldflags.patch
Jiri Popelka • 5 years ago  
0b2c31
Apply Patch906: rpm-4.7.1-geode-i686.patch
Jiri Popelka • 5 years ago  
9da556
Add support for logging audit events for package installs as per OSPP v4.2
Panu Matilainen • 5 years ago  
d6b3d4
Drop an unnecessary Python 2 vs 3 incompatibility from the test
Panu Matilainen • 5 years ago  
474446
Bump the minimum Python version requirement to 2.7
Panu Matilainen • 5 years ago  
3300c2
Fix couple of bytes vs strings issues in Python tests
Panu Matilainen • 5 years ago  
32794b
Use Python 3 -compatible exception syntax in tests
Panu Matilainen • 5 years ago  
66b636
Honor PYTHON from configure when running tests
Panu Matilainen • 5 years ago  
4f9aae
Monkey-patch .decode() method to our strings as a temporary compat crutch
Panu Matilainen • 5 years ago  
8416ed
Return NULL string as None from utf8FromString()
Panu Matilainen • 5 years ago  
1bf03d
In Python 3, return all our string data as surrogate-escaped utf-8 strings
Panu Matilainen • 5 years ago  
420bed
Actually permit caret in version, release and evr strings
Panu Matilainen • 5 years ago  
3be0cc
Consolidate allowed version/release/evr allowed characters to macros
Panu Matilainen • 5 years ago  
30cca6
Apply Patch145: rpm-4.14.x-whitelist-name.patch
Jiri Popelka • 5 years ago  
47ab35
Add support for sorting caret ('^') higher than base version
Igor Gnatenko • 5 years ago  
36aee4
build: check rich dependencies for special characters
Igor Gnatenko • 5 years ago  
fea785
Isolate %_smp_build_ncpus and use it for %_smp_mflags.
marxin • 5 years ago  
655416
Fix resource leaks on zstd open error paths
Panu Matilainen • 5 years ago  
e692e0
Make check-buildroot check the build files in parallel
Florian Festi • 5 years ago  
696e5e
Use newline as a delimiter to avoid xargs messing up file names with quotes
Florian Festi • 5 years ago  
ca043e
Fix brp-strip-static-archive parallelism
Florian Festi • 5 years ago  
4f36de
Use RPM_BUILD_NCPUS in brp-strip-static-archive
Florian Festi • 5 years ago  
2ed924
Pass RPM_BUILD_NCPUS to build scripts
Florian Festi • 5 years ago  
872c7b
debugedit: Make sure .debug_line old/new idx start equal.
Mark Wielaard • 5 years ago  
0db70f
Handle .debug_macro in debugedit.
Mark Wielaard • 5 years ago  
7fc7fc
debugedit: Refactor reading/writing of relocated values.
Mark Wielaard • 5 years ago  
e89406
rpmpgp: Handle EOF without EOL better at END PGP
Stepan Broz • 5 years ago  
f384e1
Add step to find-debuginfo.sh script to compress annobin notes.
nickclifton • 5 years ago  
510da1
Support build-id generation from compressed ELF files (elfutils >= 0.175)
Panu Matilainen • 5 years ago  
14de97
Detect kernel modules by .modinfo section presence for build-id generation
Panu Matilainen • 5 years ago  
c83f89
Fix memleak during transaction verify step in the NOKEY case.
Panu Matilainen • 5 years ago  
0deed4
Fix off-by-one in hdrblobGet() making last entry unreachable (RhBug:1722921)
Panu Matilainen • 5 years ago  
620074
Remove capabilities instead of setting empty caps via. --setcaps
Markus Linnala • 5 years ago  
30b94b
Fix rpmfiles memory leak on %postuntrans file trigger preparation
Panu Matilainen • 5 years ago  
412d98
Fix a blindingly obvious memleak in package verify step
Panu Matilainen • 5 years ago  
573b37
Use --dpbath only with full path (RhBug:1696408)
Pavlina Moravcova Varekova • 5 years ago  
0f1eb0
rpmsign man page: Add line about rpmsign requiring a valid checksum
Florian Festi • 5 years ago  
4d599a
Use [ ] in condition to avoid sub processes in find-debuginfo.sh (#735)
Pavlina Moravcova Varekova • 5 years ago  
6681d4
Fix packages getting erased on failed update with dnf (RhBug:1620275)
Panu Matilainen • 5 years ago  
7463a8
Fix segfault on fingerprinting symlink round (RhBug:1660232)
Panu Matilainen • 5 years ago  
1dc42b
Add flag to use strip -g instead of full strip on DSOs (RhBug:1663264)
Pavlina Moravcova Varekova • 5 years ago  
15acad
Show list of files only once when use rpm -ql and multiple rpm files
Pavlina Moravcova Varekova • 5 years ago  
79e3a0
Correct rpm -ql exit value when optional -p is omitted (RhBug:1680610)
Pavlina Moravcova Varekova • 5 years ago  
6274db
Sort list of hard linked files in find-debuginfo.sh (RhBug:1421272)
Pavlina Moravcova Varekova • 5 years ago  
fce728
Fix FA_TOUCH on files with suid/sgid bits and/or capabilities
Panu Matilainen • 5 years ago  
8feded
Verify packages before signing (RhBug:1646388)
Panu Matilainen • 5 years ago  
09de99
Drop internal-only visibility on rpmvs-related API
Panu Matilainen • 5 years ago  
875fa0
Make rpmsign exit values more consistent with our other tools
Panu Matilainen • 5 years ago  
4f16af
Only read through payload on verify if actually needed
Panu Matilainen • 5 years ago  
e637fd
Log RPMLOG_ERR level messages on actual errors in selinux plugin, doh.
Panu Matilainen • 5 years ago  
d99d59
Fix testing for wrong variable in selinux plugin debug log
Panu Matilainen • 5 years ago  
2a735c
Fix ancient python GIL locking bug on callback (RhBug:1632488)
Panu Matilainen • 5 years ago  
8908f6
Mark elements with associated problems as failed
Panu Matilainen • 5 years ago  
ec599b
Handle unsupported digests the same as disabled ones (RhBug:1652529)
Panu Matilainen • 5 years ago  
e23a6a
Document --noverify in the man page (RhBug:1646458)
Panu Matilainen • 5 years ago  
97a6bb
Add RPMTAG_MODULARITYLABEL to distinguish packages build for modularity
Florian Festi • 5 years ago  
85157a
Fix nasty --setperms/--setugids regression in 4.14.2 (RhBug: 1640470)
Panu Matilainen • 5 years ago  
8875a7
Add envvar that will be present during RPM build
Tomas Orsava • 5 years ago  
343751
Apply Patch5: rpm-4.12.0-rpm2cpio-hack.patch
Jiri Popelka • 5 years ago  
0c944f
Apply Patch4: rpm-4.8.1-use-gpg2.patch
Jiri Popelka • 5 years ago  
83c279
Apply Patch3: rpm-4.9.90-no-man-dirs.patch
Jiri Popelka • 5 years ago  
da8360
Apply Patch2: rpm-4.13.0-fedora-specspo.patch
Jiri Popelka • 5 years ago  
eeaaa0
Apply Patch1: rpm-4.11.x-siteconfig.patch
Jiri Popelka • 5 years ago  
9fb1b2
Set up downstream packaging
Jiri Popelka • 5 years ago  
bd1291
Apply Patch1002: rpm-4.14.2-unversioned-python.patch
Jiri Popelka • 5 years ago  
ca9555
Apply Patch1000: disable-python-extra.patch
Jiri Popelka • 5 years ago  
c84ca8
Apply Patch907: rpm-4.13.90-ldflags.patch
Jiri Popelka • 5 years ago  
0b2c31
Apply Patch906: rpm-4.7.1-geode-i686.patch
Jiri Popelka • 5 years ago  
9da556
Apply Patch145: rpm-4.14.x-whitelist-name.patch
Jiri Popelka • 5 years ago  
47ab35
Apply Patch5: rpm-4.12.0-rpm2cpio-hack.patch
Jiri Popelka • 5 years ago  
0c944f
Apply Patch4: rpm-4.8.1-use-gpg2.patch
Jiri Popelka • 5 years ago  
83c279
Apply Patch3: rpm-4.9.90-no-man-dirs.patch
Jiri Popelka • 5 years ago  
da8360
Apply Patch2: rpm-4.13.0-fedora-specspo.patch
Jiri Popelka • 5 years ago  
eeaaa0
Apply Patch1: rpm-4.11.x-siteconfig.patch
Jiri Popelka • 5 years ago  
9fb1b2
Set up downstream packaging
Jiri Popelka • 5 years ago  
bd1291
Unpack archive
Jiri Popelka • 5 years ago  
2ff057
  • « Newer
  • page 1 of 1
  • » Older

Powered by Pagure 5.14.1

SSH Hostkey/Fingerprint | Documentation