| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: DBus for systemd |
| 2 | 2 |
Name: dbus |
| 3 | 3 |
Version: 1.8.8 |
| 4 |
-Release: 2%{?dist}
|
|
| 4 |
+Release: 3%{?dist}
|
|
| 5 | 5 |
License: GPLv2+ or AFL |
| 6 | 6 |
URL: http://www.freedesktop.org/wiki/Software/dbus |
| 7 | 7 |
Group: Applications/File |
| ... | ... |
@@ -44,7 +44,10 @@ rm -f %{buildroot}%{_sharedstatedir}/dbus/machine-id
|
| 44 | 44 |
%{_libexecdir}/*
|
| 45 | 45 |
%{_docdir}/*
|
| 46 | 46 |
%{_sharedstatedir}/*
|
| 47 |
+%exclude %{_libdir}/debug/*
|
|
| 47 | 48 |
%changelog |
| 49 |
+* Thu Jun 25 2015 Sharath George <sharathg@vmware.com> 1.8.8-3 |
|
| 50 |
+- Remove debug files. |
|
| 48 | 51 |
* Mon May 18 2015 Touseef Liaqat <tliaqat@vmware.com> 1.8.8-2 |
| 49 | 52 |
- Update according to UsrMove. |
| 50 | 53 |
* Sun Apr 06 2014 Sharath George <sharathg@vmware.com> 1.8.8 |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: Systemd-216 |
| 2 | 2 |
Name: systemd |
| 3 | 3 |
Version: 216 |
| 4 |
-Release: 4%{?dist}
|
|
| 4 |
+Release: 5%{?dist}
|
|
| 5 | 5 |
License: LGPLv2+ and GPLv2+ and MIT |
| 6 | 6 |
URL: http://www.freedesktop.org/wiki/Software/systemd/ |
| 7 | 7 |
Group: System Environment/Security |
| ... | ... |
@@ -79,6 +79,7 @@ rm -rf %{buildroot}/*
|
| 79 | 79 |
%defattr(-,root,root) |
| 80 | 80 |
%{_sysconfdir}/*
|
| 81 | 81 |
/lib/* |
| 82 |
+%exclude %{_libdir}/debug/*
|
|
| 82 | 83 |
%{_libdir}/*
|
| 83 | 84 |
%{_bindir}/*
|
| 84 | 85 |
/bin/* |
| ... | ... |
@@ -88,6 +89,8 @@ rm -rf %{buildroot}/*
|
| 88 | 88 |
|
| 89 | 89 |
|
| 90 | 90 |
%changelog |
| 91 |
+* Thu Jun 25 2015 Sharath George <sharathg@vmware.com> 216-5 |
|
| 92 |
+- Remove debug files. |
|
| 91 | 93 |
* Mon Jun 1 2015 Alexey Makhalov <amakhalov@vmware.com> 216-4 |
| 92 | 94 |
- gudev support |
| 93 | 95 |
* Wed May 27 2015 Divya Thaluru <dthaluru@vmware.com> 216-3 |