Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
osbuild-composer
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
osbuild-composer
Commits
32e76b0c
Commit
32e76b0c
authored
7 months ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import osbuild-composer-116-1.el10
parent
66a4eccc
No related branches found
Branches containing commit
Tags
imports/r10s/osbuild-composer-134-1.el10
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.osbuild-composer.metadata
+1
-1
1 addition, 1 deletion
.osbuild-composer.metadata
SPECS/osbuild-composer.spec
+15
-6
15 additions, 6 deletions
SPECS/osbuild-composer.spec
with
16 additions
and
7 deletions
.osbuild-composer.metadata
+
1
−
1
View file @
32e76b0c
e
f8985ae352b2f952c68aaba9b09af662ab4225d99dde1cceaefd5e28be8b054
SOURCES/osbuild-composer-11
5
.tar.gz
e
7ef4a45ba8cdffa36f9454e08cddb53148bf93c844fe2d90002f2a4698e6636
SOURCES/osbuild-composer-11
6
.tar.gz
This diff is collapsed.
Click to expand it.
SPECS/osbuild-composer.spec
+
15
−
6
View file @
32e76b0c
...
...
@@ -8,11 +8,11 @@
%bcond_with relax_requires
# The minimum required osbuild version
%global min_osbuild_version 1
16
%global min_osbuild_version 1
20
%global goipath github.com/osbuild/osbuild-composer
Version: 11
5
Version: 11
6
%gometa
...
...
@@ -174,7 +174,9 @@ install -m 0644 -vp repositories/centos-stream-%{centos}* %{buildroot}%
%if 0%{?rhel}
# RHEL 10 supports building all RHEL versions
%if 0%{?rhel} >= 10
install -m 0644 -vp repositories/rhel-* %{buildroot}%{_datadir}/osbuild-composer/repositories/
for REPO_FILE in $(ls repositories/rhel-* | grep -v 'no-aux-key'); do
install -m 0644 -vp ${REPO_FILE} %{buildroot}%{_datadir}/osbuild-composer/repositories/$(basename ${REPO_FILE})
done
# RHEL-8 auxiliary key is signed using SHA-1, which is not enabled by default on RHEL-10 and later
for REPO_FILE in $(ls repositories/rhel-8*-no-aux-key.json); do
...
...
@@ -183,11 +185,15 @@ done
%else
# All other RHEL versions support building for the same version
install -m 0644 -vp repositories/rhel-%{rhel}* %{buildroot}%{_datadir}/osbuild-composer/repositories/
for REPO_FILE in $(ls repositories/rhel-%{rhel}* | grep -v 'no-aux-key'); do
install -m 0644 -vp ${REPO_FILE} %{buildroot}%{_datadir}/osbuild-composer/repositories/$(basename ${REPO_FILE})
done
# RHEL 9 supports building also for RHEL 8
%if 0%{?rhel} == 9
install -m 0644 -vp repositories/rhel-8* %{buildroot}%{_datadir}/osbuild-composer/repositories/
for REPO_FILE in $(ls repositories/rhel-8* | grep -v 'no-aux-key'); do
install -m 0644 -vp ${REPO_FILE} %{buildroot}%{_datadir}/osbuild-composer/repositories/$(basename ${REPO_FILE})
done
%endif
%endif
...
...
@@ -456,9 +462,12 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
%endif
%changelog
*
Wed
Aug
07
2024 Release Engineering <releng@rockylinux.org> - 11
5
-1.rocky.0.6
*
Mon
Aug
19
2024 Release Engineering <releng@rockylinux.org> - 11
6
-1.rocky.0.6
- Add Rocky Linux support and host detection
* Thu Aug 15 2024 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 116-1
- New upstream release
* Wed Aug 07 2024 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 115-1
- New upstream release
...
...
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