Exclude accidentaly packed tmpfiles dir from -libs subpackage on i686
This commit is contained in:
parent
b4175bf6df
commit
5d8ddfe2aa
@ -8,7 +8,7 @@
|
||||
|
||||
Name: tog-pegasus
|
||||
Version: %{major_ver}.0
|
||||
Release: 20%{?dist}
|
||||
Release: 21%{?dist}
|
||||
Epoch: 2
|
||||
Summary: OpenPegasus WBEM Services for Linux
|
||||
|
||||
@ -388,6 +388,7 @@ make prestarttests
|
||||
%{_libdir}/*
|
||||
%exclude /usr/lib/debug
|
||||
%exclude /usr/lib/systemd
|
||||
%exclude %{_tmpfilesdir}
|
||||
|
||||
%if %{PEGASUS_BUILD_TEST_RPM}
|
||||
%files test
|
||||
@ -508,6 +509,10 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 26 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 2:2.13.0-21
|
||||
- Exclude accidentaly packed tmpfiles dir from -libs subpackage on i686
|
||||
Resolves: #1185133
|
||||
|
||||
* Mon Jan 19 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 2:2.13.0-20
|
||||
- Fix packaging of tmpfiles
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user