Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
1433da02
Commit
1433da02
authored
Oct 07, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
distr_info: use major version only for RHEL compat distros
parent
522c423b
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
3 deletions
+8
-3
distr_info
bin/distr_info
+5
-0
etalon.txt
tests/etc/MSVSphere/etalon.txt
+1
-1
etalon.txt
tests/etc/RHEL/etalon.txt
+1
-1
etalon.txt
tests/etc/ROSA/etalon.txt
+1
-1
No files found.
bin/distr_info
View file @
1433da02
...
...
@@ -412,6 +412,11 @@ if distro os-release ; then
fi
;;
esac
case
"
$VENDOR_ID
"
in
reld|rhel|msvsphere|alteros|rockylinux|almalinux
)
DISTRIB_RELEASE
=
$(
normalize_version1
"
$DISTRIB_RELEASE
"
)
;;
esac
DISTRIB_FULL_RELEASE
=
"
$DISTRIB_RELEASE
"
DISTRIB_CODENAME
=
"
$VERSION_CODENAME
"
...
...
tests/etc/MSVSphere/etalon.txt
View file @
1433da02
MSVSphere/9
.3 msvsphere/9.3
MSVSphere/9
msvsphere/9
tests/etc/RHEL/etalon.txt
View file @
1433da02
RHEL/7
.9 rhel/7.9
RHEL/7
rhel/7
tests/etc/ROSA/etalon.txt
View file @
1433da02
RELS/7
.9 reld/7.9
RELS/7
reld/7
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment