Fix /usr/lib/systemd* unintentionally included in -libs subpackage
This commit is contained in:
parent
1d2ab5d6a1
commit
4d771e194d
@ -8,7 +8,7 @@
|
||||
|
||||
Name: tog-pegasus
|
||||
Version: %{major_ver}.0
|
||||
Release: 13%{?dist}
|
||||
Release: 14%{?dist}
|
||||
Epoch: 2
|
||||
Summary: OpenPegasus WBEM Services for Linux
|
||||
|
||||
@ -355,6 +355,7 @@ make prestarttests
|
||||
%defattr(0755, root, pegasus, 0750)
|
||||
%{_libdir}/*
|
||||
%exclude /usr/lib/debug
|
||||
%exclude /usr/lib/systemd
|
||||
|
||||
%if %{PEGASUS_BUILD_TEST_RPM}
|
||||
%files test
|
||||
@ -482,6 +483,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 18 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 2:2.12.0-14
|
||||
- Fix /usr/lib/systemd* unintentionally included in -libs subpackage
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:2.12.0-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user