mirror of
https://github.com/ekaaty/ca-certificates-brazil.git
synced 2025-12-06 01:22:38 -03:00
Testing Workflow
This commit is contained in:
5
.github/workflows/build-rpm.yml
vendored
5
.github/workflows/build-rpm.yml
vendored
@@ -46,9 +46,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Copy SOURCES and SPEC file
|
- name: Copy SOURCES and SPEC file
|
||||||
run: |
|
run: |
|
||||||
echo "${{ env.PKG_NAME }} = ${{ env.PKG_VERSION }}"
|
cp packaging/pkg.spec.in ~/rpmbuild/SPECS/${PKG_NAME}.spec
|
||||||
sed "s/__VERSION__/${{ env.PKG_VERSION }}/g" packaging/pkg.spec.in \
|
rpmdev-bumpspec -n ${PKG_VERSION} ~/rpmbuild/SPECS/${PKG_NAME}.spec
|
||||||
> ~/rpmbuild/SPECS/${{ env.PKG_NAME }}.spec
|
|
||||||
cp dist/*.src.tar.gz ~/rpmbuild/SOURCES/
|
cp dist/*.src.tar.gz ~/rpmbuild/SOURCES/
|
||||||
|
|
||||||
- name: Build RPM
|
- name: Build RPM
|
||||||
|
|||||||
@@ -1,12 +1,10 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
%global source_date_epoch_from_changelog 0
|
%global source_date_epoch_from_changelog 0
|
||||||
|
|
||||||
%global version __VERSION__
|
|
||||||
|
|
||||||
%define __openssl %{_bindir}/openssl
|
%define __openssl %{_bindir}/openssl
|
||||||
|
|
||||||
Name: ca-certificates-brazil
|
Name: ca-certificates-brazil
|
||||||
Version: %{version}
|
Version: __VERSION__
|
||||||
Release: %{autorelease}
|
Release: %{autorelease}
|
||||||
Summary: The ICP-Brasil root certificate bundle
|
Summary: The ICP-Brasil root certificate bundle
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user