Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pcs
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
rpms
pcs
Commits
9e106b77
Commit
9e106b77
authored
1 year ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import pcs-0.10.17-3.el8
parent
e6aac22d
No related branches found
Branches containing commit
Tags
imports/r8s/pcs-0.10.17-3.el8
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SPECS/pcs.spec
+10
-2
10 additions, 2 deletions
SPECS/pcs.spec
with
10 additions
and
2 deletions
SPECS/pcs.spec
+
10
−
2
View file @
9e106b77
Name: pcs
Version: 0.10.17
Release:
2
%{?dist}
Release:
3
%{?dist}
# https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/
# https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing#Good_Licenses
# GPL-2.0-only: pcs
...
...
@@ -332,6 +332,9 @@ update_times_patch %{PATCH3}
echo "%version+$(echo "%{version_or_commit}" | head -c 8)" > %{_builddir}/%{pcs_source_name}/.tarball-version
%endif
%if 0%{?skip_bundle_prep}
echo "Skipping copying bundled dependencies."
%else
cp -f %SOURCE1 %{pcsd_public_dir}/images
# prepare dirs/files necessary for building all bundles
...
...
@@ -365,6 +368,7 @@ cp -f %SOURCE42 rpm/
cp -f %SOURCE43 rpm/
cp -f %SOURCE44 rpm/
cp -f %SOURCE45 rpm/
%endif
%build
%define debug_package %{nil}
...
...
@@ -580,9 +584,13 @@ remove_all_tests
%license pyagentx_LICENSE.txt
%changelog
*
Thu Jul 13
2023 Release Engineering <releng@rockylinux.org> - 0.10.17-
2
*
Sat Nov 04
2023 Release Engineering <releng@rockylinux.org> - 0.10.17-
3
- Debrand PCS
* Wed Nov 1 2023 Michal Pospisil <mpospisi@redhat.com> - 0.10.17-3
- No changes, testing a new quality control process
- Resolves: RHEL-15218
* Thu Jul 13 2023 Michal Pospisil <mpospisi@redhat.com> - 0.10.17-2
- Make use of filters when extracting tarballs to enhance security if provided by Python (`pcs config restore` command)
- Do not display duplicate records in commands `pcs property [config] --all` and `pcs property describe`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment