Review and fix %%files section because of failing rpm -V
This commit is contained in:
parent
5fc93c6457
commit
2dc1adbcf0
@ -8,7 +8,7 @@
|
||||
|
||||
Name: tog-pegasus
|
||||
Version: %{major_ver}.1
|
||||
Release: 45%{?dist}
|
||||
Release: 46%{?dist}
|
||||
Epoch: 2
|
||||
Summary: OpenPegasus WBEM Services for Linux
|
||||
|
||||
@ -383,29 +383,35 @@ rm $RPM_BUILD_ROOT/usr/share/Pegasus/test/testtracer4.trace.0
|
||||
%dir /etc/Pegasus
|
||||
%dir /etc/pki/Pegasus
|
||||
%{_tmpfilesdir}/tog-pegasus.conf
|
||||
%defattr(0640, root, pegasus, 1750)
|
||||
%ghost /var/run/tog-pegasus
|
||||
%ghost %attr(0640, root, pegasus) /var/run/tog-pegasus/cimserver.pid
|
||||
%ghost %attr(0640, root, pegasus) /var/run/tog-pegasus/cimserver_start.lock
|
||||
%ghost %attr(1640,root,pegasus) /var/run/tog-pegasus/cimxml.socket
|
||||
%ghost %attr(0600, root, root) /var/run/tog-pegasus/cimserver.pid
|
||||
%ghost %attr(0600, root, root) /var/run/tog-pegasus/cimserver_start.lock
|
||||
%ghost %attr(0777 ,root, root) /var/run/tog-pegasus/cimxml.socket
|
||||
%attr(0644, root, pegasus) %{_unitdir}/tog-pegasus.service
|
||||
%defattr(0640, root, pegasus, 0750)
|
||||
%ghost %attr(0640, root, pegasus) %config(noreplace) /etc/Pegasus/cimserver_current.conf
|
||||
%ghost %config(noreplace) /etc/Pegasus/cimserver_planned.conf
|
||||
%ghost %attr(0644, root, root) %config(noreplace) /etc/Pegasus/cimserver_current.conf
|
||||
%ghost %attr(0644, root, root) %config(noreplace) /etc/Pegasus/cimserver_planned.conf
|
||||
%config(noreplace) /etc/Pegasus/access.conf
|
||||
%config(noreplace) /etc/pam.d/wbem
|
||||
%defattr(0444, root, root)
|
||||
%ghost /etc/pki/Pegasus/client.pem
|
||||
%ghost /etc/pki/Pegasus/server.pem
|
||||
%defattr(0400, root, root)
|
||||
%ghost /etc/pki/Pegasus/file.pem
|
||||
%defattr(0644, root, root)
|
||||
%ghost /etc/pki/Pegasus/ca.crt
|
||||
%ghost /etc/pki/Pegasus/ca.srl
|
||||
%ghost /etc/pki/Pegasus/client.srl
|
||||
%defattr(0400, root, root)
|
||||
%ghost /etc/Pegasus/ssl-ca.cnf
|
||||
%ghost /etc/Pegasus/ssl-service.cnf
|
||||
%defattr(0644, root, root)
|
||||
%ghost /etc/pki/ca-trust/source/anchors/localhost-pegasus.pem
|
||||
%ghost %attr(0640, root, pegasus) /etc/pki/Pegasus/cimserver_trust
|
||||
%ghost %attr(0640, root, pegasus) /etc/pki/Pegasus/indication_trust
|
||||
%dir %attr(0640, root, pegasus) /etc/pki/Pegasus/crl
|
||||
%ghost %verify(not md5 size mtime) /var/lib/Pegasus/log/install.log
|
||||
%ghost %attr(0644, root, root) %verify(not md5 size mtime) /var/lib/Pegasus/log/install.log
|
||||
%ghost %attr(0640, root, pegasus) %verify(not md5 size mtime) /var/lib/Pegasus/cache/trace/cimserver.trc
|
||||
%defattr(0755, root, pegasus, 0755)
|
||||
/usr/sbin/*
|
||||
@ -546,6 +552,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 01 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 2:2.14.1-46
|
||||
- Review and fix %%files section because of failing rpm -V
|
||||
|
||||
* Tue Jul 24 2018 Adam Williamson <awilliam@redhat.com> - 2:2.14.1-45
|
||||
- Rebuild for new net-snmp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user