Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rpm-ostree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
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
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
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
rpm-ostree
Commits
28d407da
Commit
28d407da
authored
1 year ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import rpm-ostree-2022.10.117.g52714b51-3.el8
parent
645020ab
Branches
r8s
Tags
imports/r8s/rpm-ostree-2022.10.117.g52714b51-3.el8
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SPECS/rpm-ostree.spec
+8
-4
8 additions, 4 deletions
SPECS/rpm-ostree.spec
with
8 additions
and
4 deletions
SPECS/rpm-ostree.spec
+
8
−
4
View file @
28d407da
...
...
@@ -4,7 +4,7 @@
Summary: Hybrid image/package system
Name: rpm-ostree
Version: 2022.10.117.g52714b51
Release:
2
%{?dist}
Release:
3
%{?dist}
License: LGPLv2+
URL: https://github.com/coreos/rpm-ostree
# This tarball is generated via "cd packaging && make -f Makefile.dist-packaging dist-snapshot"
...
...
@@ -51,7 +51,7 @@ BuildRequires: rust
%endif
# For the autofiles bits below
BuildRequires:
/usr/bin/
python3
BuildRequires: python3
-devel
# We always run autogen.sh
BuildRequires: autoconf automake libtool git
# For docs
...
...
@@ -194,8 +194,8 @@ for line in sys.argv[1:]:
else:
sys.stderr.write('{0} did not match any files\n'.format(line))
EOF
PYTHON=python3
if ! test -x
/usr/bin/
python3; then
PYTHON=
'%{
python3
}'
if ! test -x
'%{
python3
}'
; then
PYTHON=python2
fi
$PYTHON autofiles.py > files \
...
...
@@ -231,6 +231,10 @@ $PYTHON autofiles.py > files.devel \
%files devel -f files.devel
%changelog
* Thu Oct 05 2023 Joseph Marrero <jmarrero@fedoraproject.org> - 2022.10.117.g52714b51-3
- Use python macros and devel package
Resolves: #RHEL-2243
* Mon Aug 07 2023 Joseph Marrero <jmarrero@fedoraproject.org> - 2022.10.117.g52714b51-2
- Backport fb97c48f3 & eae7e1d8
https://github.com/coreos/rpm-ostree/commit/fb97c48f3cd070c1ad559f3f43f86ad6548f6b02
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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