diff --git a/fix-the-long-hostname.patch b/fix-the-long-hostname.patch index b1b38861255e134f6eabf4be9bc760be97033186..849501cad1adb36ec97cddd2ded21f3ac17d63eb 100644 --- a/fix-the-long-hostname.patch +++ b/fix-the-long-hostname.patch @@ -6,7 +6,7 @@ diff -Nur blivet-3.1.1/blivet/devicelibs/lvm.py blivet-3.1.1-old/blivet/deviceli # in some unspecified set of situations. Instead of figuring all of that out, # no one gets a vg or lv name longer than, let's say, 55. - if len(name) > 55: -+ if len(name) > 71: ++ if len(name) > 73: return False return True diff --git a/python-blivet.spec b/python-blivet.spec index 4130173a1b43f5c24895f411602c33720177007c..43fd08bda227ff282c31a9d71e894d2ff22c428b 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -3,7 +3,7 @@ Name: python-blivet Version: 3.2.2 -Release: 7 +Release: 8 Epoch: 1 Summary: A python module for system storage configuration License: LGPLv2+ @@ -127,6 +127,12 @@ make PYTHON=%{__python2} DESTDIR=%{buildroot} install %doc README %changelog +* Fri Dec 10 2021 yanan - 3.2.2-8 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix the failure of not a valid name for this device while the hostname is setted as 63 maxlen + * Sat Oct 30 2021 yanan - 3.2.2-7 - Type:bugfix - ID:NA