modify lockfile permissions from 755 to 2755
This commit is contained in:
parent
ca2843081b
commit
cbb6e60556
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: procmail
|
Name: procmail
|
||||||
Version: 3.22
|
Version: 3.22
|
||||||
Release: 50
|
Release: 51
|
||||||
Summary: A program for filtering, sorting and storing email
|
Summary: A program for filtering, sorting and storing email
|
||||||
License: GPLv2+ or Artistic
|
License: GPLv2+ or Artistic
|
||||||
URL: https://www.procmail.org
|
URL: https://www.procmail.org
|
||||||
@ -53,6 +53,8 @@ cp -p %{SOURCE1} telsas_procmailrc
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc Artistic debian/QuickStart debian/README.Maildir
|
%doc Artistic debian/QuickStart debian/README.Maildir
|
||||||
|
%{_bindir}/formail
|
||||||
|
%attr(2755,root,mail) %{_bindir}/lockfile
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
@ -63,6 +65,12 @@ cp -p %{SOURCE1} telsas_procmailrc
|
|||||||
%{_mandir}/man5/*.5.gz
|
%{_mandir}/man5/*.5.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 8 2021 hanzhijun <hanzhijun1@huawei.com> - 3.22-51
|
||||||
|
- Type:bugfix
|
||||||
|
- Id:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:modify lockfile permissions from 755 to 2755
|
||||||
|
|
||||||
* Mon Oct 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.22-50
|
* Mon Oct 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.22-50
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- Id:NA
|
- Id:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user