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
c130847d
Commit
c130847d
authored
5 months ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import osbuild-composer-123-1.el10
parent
335bee61
No related branches found
Branches containing commit
Tags
imports/r10s/osbuild-composer-123-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
+19
-6
19 additions, 6 deletions
SPECS/osbuild-composer.spec
with
20 additions
and
7 deletions
.osbuild-composer.metadata
+
1
−
1
View file @
c130847d
f0e1138ecf8459abfa2b85ae9ca37556563a44112ac9b5e0f1962297225cab9f
SOURCES/osbuild-composer-1
18
.tar.gz
2cdb78f112fc870923ff667e355d6250cae32b970028b74dee5b00e9feb437fd
SOURCES/osbuild-composer-1
23
.tar.gz
This diff is collapsed.
Click to expand it.
SPECS/osbuild-composer.spec
+
19
−
6
View file @
c130847d
...
...
@@ -8,11 +8,11 @@
%bcond_with relax_requires
# The minimum required osbuild version
%global min_osbuild_version 12
0
%global min_osbuild_version 12
9
%global goipath github.com/osbuild/osbuild-composer
Version: 1
18
Version: 1
23
%gometa
...
...
@@ -201,9 +201,16 @@ done
%endif
%if 0%{?rocky}
%if 0%{?rocky} >= 9
%if 0%{?rocky} >= 10
# Rocky 10 can build everything
install -m 0644 -vp repositories/rocky-* %{buildroot}%{_datadir}/osbuild-composer/repositories/
%else
# Rocky 9 can build 9 and below
%if 0%{?rocky} == 9
install -m 0644 -vp repositories/rocky-9* %{buildroot}%{_datadir}/osbuild-composer/repositories/
%endif
# Rocky 8 can only build itself, but so can 9
install -m 0644 -vp repositories/rocky-8* %{buildroot}%{_datadir}/osbuild-composer/repositories/
%endif
%endif
...
...
@@ -295,8 +302,8 @@ install -m 0644 -vp test/data/x509/* %{buildroot}%
install -m 0755 -vd %{buildroot}%{_datadir}/tests/osbuild-composer/schemas
install -m 0644 -vp pkg/jobqueue/dbjobqueue/schemas/* %{buildroot}%{_datadir}/tests/osbuild-composer/schemas/
install -m 0755 -vd %{buildroot}%{_datadir}/tests/osbuild-composer/upgrade
8to9
install -m 0644 -vp test/data/upgrade
8to9
/* %{buildroot}%{_datadir}/tests/osbuild-composer/upgrade
8to9
/
install -m 0755 -vd
%{buildroot}%{_datadir}/tests/osbuild-composer/
rhel-
upgrade
install -m 0644 -vp test/data/
rhel-
upgrade/* %{buildroot}%{_datadir}/tests/osbuild-composer/
rhel-
upgrade/
%endif
...
...
@@ -336,6 +343,9 @@ cd $PWD/_build/src/%{goipath}
%package core
Summary: The core osbuild-composer binary
Requires: osbuild-depsolve-dnf >= %{min_osbuild_version}
# This version needs to get bumped everytime the osbuild-depsolve-dnf json
# API changes in incompatible ways
Requires: osbuild-dnf-json-api = 7
Provides: %{name}-dnf-json = %{version}-%{release}
Obsoletes: %{name}-dnf-json < %{version}-%{release}
...
...
@@ -462,9 +472,12 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
%endif
%changelog
*
Fri Aug 23
2024 Release Engineering <releng@rockylinux.org> - 1
18
-1.rocky.0.6
*
Wed Oct 16
2024 Release Engineering <releng@rockylinux.org> - 1
23
-1.rocky.0.6
- Add Rocky Linux support and host detection
* Wed Oct 16 2024 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 123-1
- New upstream release
* Fri Aug 23 2024 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 118-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