Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
oci-utils
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
SIG
cloud
rpms
oci-utils
Commits
168267e3
Commit
168267e3
authored
4 weeks ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import imports/r9/oci-utils-0.14.0-3.pre.2024120241b040d.el9_5.cloud
parent
6f425ac5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.oci-utils.metadata
+1
-1
1 addition, 1 deletion
.oci-utils.metadata
SPECS/oci-utils.spec
+43
-9
43 additions, 9 deletions
SPECS/oci-utils.spec
with
44 additions
and
10 deletions
.oci-utils.metadata
+
1
−
1
View file @
168267e3
bc6f5d021226cbbece698707b3f247f16b3fc729498379f8a5df24355771bbad
SOURCES/oci-utils-
0.14.0
.tar.gz
8e8f24fe6fbb1623bdb9e2ee5c5c498a3bcd158bac705c919aad8fa9edeea84b
SOURCES/oci-utils-
41b040d
.tar.gz
This diff is collapsed.
Click to expand it.
SPECS/oci-utils.spec
+
43
−
9
View file @
168267e3
%global commit 41b040db52789af73c126478cdf308d7b68ef885
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20241202
# %global pre ~pre^%{commitdate}%{shortcommit}
%global pre pre.%{commitdate}%{shortcommit}
Name: oci-utils
Version: 0.14.0
Release: 3%{?dist}
Url: http://cloud.oracle.com/iaas
Release: 3%{?pre:.%{pre}}%{?dist}
Summary: Oracle Cloud Infrastructure utilities
License: UPL
Group: Development/Tools
Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Url: https://github.com/oracle/oci-utils
Source:https://github.com/oracle/oci-utils/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
%{?systemd_requires}
...
...
@@ -119,7 +125,7 @@ Utilities migrate unit tests
%{__rm} -f /var/tmp/oci-utils.log*
%prep
%setup -q -n %{name}-%{
version
}
%setup -q -n %{name}-%{
commit
}
%build
%{__python3} setup.py build
...
...
@@ -135,6 +141,12 @@ Utilities migrate unit tests
%{__cp} -r setup.py %{buildroot}/opt/oci-utils
%{__cp} -r requirements.txt %{buildroot}/opt/oci-utils
%{__cp} -r README.md %{buildroot}/opt/oci-utils
# oci-image-expand files
%{__mkdir_p} %{buildroot}%{_sysconfdir}/rsyslog.d
%{__mkdir_p} %{buildroot}%{_libexecdir}
%{__cp} -r etc/rsyslog.d/12-oci-utils.conf %{buildroot}%{_sysconfdir}/rsyslog.d/.
%{__cp} -r libexec/oci-image-expand %{buildroot}%{_libexecdir}/.
%{__cp} -r usr/share/man/man8/oci-image-expand.8 %{buildroot}%{_datadir}/man/man8/.
%clean
rm -rf %{buildroot}
...
...
@@ -164,6 +176,10 @@ rm -rf %{buildroot}
%exclude %{_datadir}/man/man1/oci-kvm.1.gz
%dir %{_localstatedir}/lib/oci-utils
%doc LICENSE.txt PKG-INFO
# oci-image-expand files
%attr(644,root,root) %{_sysconfdir}/rsyslog.d/12-oci-utils.conf
%attr(755,root,root) %{_libexecdir}/oci-image-expand
%attr(644,root,root) %{_datadir}/man/man8/oci-image-expand.8.gz
%files kvm
%{_bindir}/oci-kvm
...
...
@@ -179,6 +195,10 @@ rm -rf %{buildroot}
%exclude /opt/oci-utils/tests/test_mig*
/opt/oci-utils
%post
# Need to restart the rsyslogd service when the RPM is installed or upgraded
/bin/systemctl restart rsyslog.service
%post kvm
%systemd_post oci-kvm-config.service
...
...
@@ -206,10 +226,24 @@ rm -rf %{buildroot}
/opt/oci-utils/tests/__init__*
%changelog
* Thu Sep 22 2022 Guido Tijskens <guido.tijskens@oracle.com> -- 0.14.0-3
- LINUX-11440/LINUX-12246 iscsi does not fall back to scanning if authentication succeeds but get instance data fails
- added oci-attached-volumes, collects data on volumes, via OCI if priviliges in place, via scan otherwise.
- LINUX-12907 sudo oci-network-config --show missing spaces between values
* Mon Oct 14 2024 Jesse Gordon <jesse.gordon@oracle.com> -- 0.14.0-8
- oci-network-config: fix for too long VNIC names [Orabug: 36991547]
* Tue Jul 30 2024 Jesse Gordon <jesse.gordon@oracle.com> -- 0.14.0-7
- oci-image-expand: new utility to restore functionality, with conf file for logging and a man page [Orabug: 36223392]
* Thu Jul 11 2024 Oussama Jamal <oussama.jamal@oracle.com> -- 0.14.0-6
- oci-kvm: add patch information for the iommu_check fix [Orabug: 36380825]
* Thu Jun 20 2024 Oussama Jamal <oussama.jamal@oracle.com> -- 0.14.0-5
- oci-kvm: fix the iommu_check failure [Orabug: 36380825]
* Tue Sep 5 2023 Kaylin Devchand <kaylin.devchand@oracle.com> -- 0.14.0-4
- oci-image-cleanup: preserve oci.sh [Orabug: 35766360]
- oci-image-cleanup: remove backup log directories [Orabug: 35766353]
* Mon Aug 7 2023 Oussama Jamal <oussama.jamal@oracle.com> -- 0.14.0-3
- Make ocid vendor preset disabled [Orabug: 35683717]
* Mon Sep 5 2022 Guido Tijskens <guido.tijskens@oracle.com> -- 0.14.0-2
- LINUX-12761/OLUEK-6199 ocid leaves lots of connections in CLOSE_WAIT state
...
...
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