spec: make sure version string starts with version number
This is SAP requirement, but at the same time we make it compatible with RHEL-8. Related: #2049054
This commit is contained in:
parent
12239cde92
commit
07a470e853
@ -21,7 +21,7 @@
|
|||||||
Name: systemd
|
Name: systemd
|
||||||
Url: https://www.freedesktop.org/wiki/Software/systemd
|
Url: https://www.freedesktop.org/wiki/Software/systemd
|
||||||
Version: 250
|
Version: 250
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
# For a breakdown of the licensing, see README
|
# For a breakdown of the licensing, see README
|
||||||
License: LGPLv2+ and MIT and GPLv2+
|
License: LGPLv2+ and MIT and GPLv2+
|
||||||
Summary: System and Service Manager
|
Summary: System and Service Manager
|
||||||
@ -453,7 +453,7 @@ CONFIGURE_OPTS=(
|
|||||||
%endif
|
%endif
|
||||||
-Db_ndebug=false
|
-Db_ndebug=false
|
||||||
-Dman=true
|
-Dman=true
|
||||||
-Dversion-tag=v%{version}-%{release}
|
-Dversion-tag=%{version}-%{release}
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
-Dfallback-hostname=fedora
|
-Dfallback-hostname=fedora
|
||||||
%else
|
%else
|
||||||
@ -879,6 +879,9 @@ getent passwd systemd-oom &>/dev/null || useradd -r -l -g systemd-oom -d / -s /s
|
|||||||
%files standalone-sysusers -f .file-list-standalone-sysusers
|
%files standalone-sysusers -f .file-list-standalone-sysusers
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 01 2022 Michal Sekletar <msekleta@redhat.com> - 250-2
|
||||||
|
- spec: make sure version string starts with version number (#2049054)
|
||||||
|
|
||||||
* Mon Jan 31 2022 Jan Macku <jamacku@redhat.com> - 250-1
|
* Mon Jan 31 2022 Jan Macku <jamacku@redhat.com> - 250-1
|
||||||
- Rebase to v250 (#2047768)
|
- Rebase to v250 (#2047768)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user