{"id":17493325,"url":"https://github.com/netoarmando/rpmdev-bumpspec-action","last_synced_at":"2026-05-02T13:33:00.541Z","repository":{"id":80635928,"uuid":"349222795","full_name":"netoarmando/rpmdev-bumpspec-action","owner":"netoarmando","description":"GitHub action to bump the version of a RPM specfile","archived":false,"fork":false,"pushed_at":"2021-03-19T12:09:27.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-21T19:41:06.913Z","etag":null,"topics":["action","actions","rpm","rpm-spec"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netoarmando.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-18T21:33:30.000Z","updated_at":"2024-04-29T12:28:43.000Z","dependencies_parsed_at":"2023-03-11T10:00:48.640Z","dependency_job_id":null,"html_url":"https://github.com/netoarmando/rpmdev-bumpspec-action","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"0cea1f0515ad9d5287d86c26141d95c6edcdde13"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/netoarmando/rpmdev-bumpspec-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netoarmando%2Frpmdev-bumpspec-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netoarmando%2Frpmdev-bumpspec-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netoarmando%2Frpmdev-bumpspec-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netoarmando%2Frpmdev-bumpspec-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netoarmando","download_url":"https://codeload.github.com/netoarmando/rpmdev-bumpspec-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netoarmando%2Frpmdev-bumpspec-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32536576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T12:25:33.646Z","status":"ssl_error","status_checked_at":"2026-05-02T12:24:51.733Z","response_time":132,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["action","actions","rpm","rpm-spec"],"created_at":"2024-10-19T12:06:33.138Z","updated_at":"2026-05-02T13:33:00.520Z","avatar_url":"https://github.com/netoarmando.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bump rpm specfile action\n\nThis action runs `rpmdev-bumpspec`\n\n```bash\n$ rpmdev-bumpspec [OPTION]... SPECFILE...\n```\n\n## Inputs\n\n### `comment`\n\n```\nrpmdev-bumpspec -c COMMENT, --comment=COMMENT\n    changelog comment (default: \"- rebuilt\")\n```\n\n### `userstring`\n\n```\nrpmdev-bumpspec -u USERSTRING, --userstring=USERSTRING\n    user name+email string (default: output from rpmdev-packager(1))\n```\n\n### `new`\n\n```\nrpmdev-bumpspec -n NEW, --new=NEW\n    set new version and reset/set release (simple spec files only)\n```\n\n### `specfile`\n\n**Required** Specfile to be bumped.\n\n```\nrpmdev-bumpspec SPECFILE...\n```\n\n## Example usage\n\n```yaml\non: [workflow_dispatch]\n\njobs:\n  bump_spec_file:\n    runs-on: ubuntu-latest\n    name: Bump RPM Specfile\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v2\n      - name: Export variables for rpmdev-bumpspec action\n        run: |\n            echo \"NEW_VERSION=1.0.0dev\" \u003e\u003e $GITHUB_ENV\n      - name: Run rpmdev-bumpspec action\n        uses: netoarmando/rpmdev-bumpspec-action@v1\n        id: rpmdev-bumpspec\n        with:\n          specfile: 'mrack.spec'\n          new: ${{ env.NEW_VERSION }}\n          userstring: \"${{ github.actor }} \u003c${{ github.actor }}@users.noreply.github.com\u003e\"\n          # comment: 'New vesion'\n      - name: Print Specfile\n        run: cat mrack.spec\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetoarmando%2Frpmdev-bumpspec-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetoarmando%2Frpmdev-bumpspec-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetoarmando%2Frpmdev-bumpspec-action/lists"}