Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/rpmpack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: google/rpmpack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.1
Choose a head ref
  • 20 commits
  • 18 files changed
  • 4 contributors

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    9171aaa View commit details
    Browse the repository at this point in the history
  2. add: FileDevices Flag 1095

    yakhatape committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    1e10134 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    d647d78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd729e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. fix: do not add empty optional tags

    Signed-off-by: Carlos Alexandro Becker <[email protected]>
    caarlos0 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    88dec4e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #88 from caarlos0/optional-fields

    fix: handle packager, vendor and others
    jarondl authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c2247cb View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    0ba6556 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Merge pull request #87 from yakhatape/add_filedevice_flags_RPM

    add: tags tagFileDevices - 1095
    jarondl authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    60c43da View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. tar2rpm: add filename '-' as an alias for stdin and stdout

    When no filenames are given the informative message
    "tar2pm: reading tar content from stdin, writing rpm data to stdout."
    is printed to stderr. This can be suppressed by explicitly
    specifying '-' for TARFILE and RPMFILE (if only TAR- or RPMFILE is
    given the message reflects that).
    
    Also updated usage() to reflect that, and rename FILE to
    TARFILE/RPMFILE.
    totph committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ff8b032 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Merge pull request #94 from totph/tar2rpm_dash

    tar2rpm: add filename '-' as an alias for stdin and stdout
    jarondl authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    8407d9a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    45e288d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #97 from jarondl/bzl

    Update bazelversion files to 7.3.2 and update bzlmod.
    jarondl authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    a058fed View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Work around bazel's python_rules root user restriction.

    This handles bazel-contrib/rules_python#1169, and hopefully fixes #96.
    jarondl committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    8be9bcb View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Improve bazel based testing, by using a run action.

    We had trouble with the tar file moving somewhere else on cloud build,
    maybe because of different sandboxing or something. By using a run
    action directly (instead of a script embedding a path), we avoid the path
    problem.
    
    It is also cleaner.
    jarondl committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    7d7cf4d View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Merge pull request #98 from jarondl/bzl

    Work around bazel's python_rules root user restriction.
    jarondl authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2521028 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. Configuration menu
    Copy the full SHA
    50d1203 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2025

  1. Merge pull request #100 from totph/compressor_name

    On compressor error use the correct name
    jarondl authored Apr 5, 2025
    Configuration menu
    Copy the full SHA
    758cc68 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. Formatting fixes and depenendency updates.

    Update bazel and go dependencies, and minor formatting fixes to make the
    Google-internal tooling happy when it tries to auto import this code.
    jarondl committed Jul 28, 2025
    Configuration menu
    Copy the full SHA
    d61978e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86ef601 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #103 from jarondl/bzlfmt

    Formatting fixes and depenendency updates.
    jarondl authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    2467806 View commit details
    Browse the repository at this point in the history
Loading