fix permissions of /etc/e2fsck.conf [release 1.46.5-2mamba;Tue Jun 21 2022]
This commit is contained in:
parent
cda49fad80
commit
dc5392eb9b
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: e2fsprogs
|
Name: e2fsprogs
|
||||||
Version: 1.46.5
|
Version: 1.46.5
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Utilities for managing the ext2/3/4 filesystem
|
Summary: Utilities for managing the ext2/3/4 filesystem
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -98,7 +98,7 @@ make -C po update-po
|
|||||||
|
|
||||||
%makeinstall install-libs
|
%makeinstall install-libs
|
||||||
|
|
||||||
install %{SOURCE2} %{buildroot}%{_sysconfdir}/e2fsck.conf
|
install -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/e2fsck.conf
|
||||||
|
|
||||||
%if %with_ext2resize
|
%if %with_ext2resize
|
||||||
pushd ext2resize-%{ext2resize_ver}
|
pushd ext2resize-%{ext2resize_ver}
|
||||||
@ -195,6 +195,9 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 21 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.46.5-2mamba
|
||||||
|
- fix permissions of /etc/e2fsck.conf
|
||||||
|
|
||||||
* Fri Dec 31 2021 Automatic Build System <autodist@mambasoft.it> 1.46.5-1mamba
|
* Fri Dec 31 2021 Automatic Build System <autodist@mambasoft.it> 1.46.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user