Browse code

Removed /usr/lib/debug from some packages.

YustasSwamp authored on 2015/07/14 10:15:47
Showing 4 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:    The Apache Portable Runtime Utility Library
2 2
 Name:       apr-util
3 3
 Version:    1.5.4
4
-Release:    1%{?dist}
4
+Release:    3%{?dist}
5 5
 License:    Apache License 2.0
6 6
 URL:        https://apr.apache.org/
7 7
 Group:      System Environment/Libraries
... ...
@@ -48,10 +48,13 @@ rm -rf $RPM_BUILD_ROOT
48 48
 %files
49 49
 %defattr(-,root,root)
50 50
 %{_libdir}/*
51
+%exclude %{_libdir}/debug
51 52
 %{_bindir}/*
52 53
 %{_includedir}/*
53 54
 
54 55
 %changelog
56
+*   Mon Jul 13 2015 Alexey Makhalov <amakhalov@vmware.com> 1.5.2-3
57
+-   Exclude /usr/lib/debug
55 58
 *   Wed Jul 01 2015 Touseef Liaqat <tliaqat@vmware.com> 1.5.2-2
56 59
 -   Fix tags and paths.
57 60
 *   Wed May 20 2015 Touseef Liaqat <tliaqat@vmware.com> 1.5.2-1
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:    The Apache Portable Runtime
2 2
 Name:       apr
3 3
 Version:    1.5.2
4
-Release:    2%{?dist}
4
+Release:    3%{?dist}
5 5
 License:    Apache License 2.0
6 6
 URL:        https://apr.apache.org/
7 7
 Group:      System Environment/Libraries
... ...
@@ -30,10 +30,13 @@ make DESTDIR=%{buildroot} install
30 30
 %files
31 31
 %defattr(-,root,root)
32 32
 %{_libdir}/*
33
+%exclude %{_libdir}/debug
33 34
 %{_bindir}/*
34 35
 %{_includedir}/*
35 36
 
36 37
 %changelog
38
+*   Mon Jul 13 2015 Alexey Makhalov <amakhalov@vmware.com> 1.5.2-3
39
+-   Exclude /usr/lib/debug
37 40
 *   Wed Jul 01 2015 Touseef Liaqat <tliaqat@vmware.com> 1.5.2-2
38 41
 -   Fix tags and paths.
39 42
 *   Wed May 20 2015 Touseef Liaqat <tliaqat@vmware.com> 1.5.2-1
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:    libsoup HTTP client/server library
2 2
 Name:       libsoup
3 3
 Version:    2.50.0
4
-Release:    1
4
+Release:    2%{?dist}
5 5
 License:    GPLv2
6 6
 URL:        http://wiki.gnome.org/LibSoup
7 7
 Group:      System Environment/Development
... ...
@@ -62,7 +62,8 @@ make DESTDIR=%{buildroot} install
62 62
 
63 63
 %files
64 64
 %defattr(-,root,root)
65
-/usr/lib/*
65
+%{_libdir}
66
+%exclude %{_libdir}/debug
66 67
 
67 68
 %files devel
68 69
 /usr/include/*
... ...
@@ -74,5 +75,7 @@ make DESTDIR=%{buildroot} install
74 74
 %defattr(-,root,root)
75 75
 
76 76
 %changelog
77
+*   Mon Jul 13 2015 Alexey Makhalov <amakhalov@vmware.com> 2.50.0-2
78
+-   Exclude /usr/lib/debug
77 79
 *   Fri Jun 5 2015 Touseef Liaqat <tliaqat@vmware.com> 2.50.0-1
78
--   Initial build.  First version
79 80
\ No newline at end of file
81
+-   Initial build.  First version
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	PostgreSQL database engine
2 2
 Name:		postgresql
3 3
 Version:	9.4.1
4
-Release:	1%{?dist}
4
+Release:	2%{?dist}
5 5
 License:	PostgreSQL
6 6
 URL:		www.postgresql.org
7 7
 Group:		Applications/Databases
... ...
@@ -48,8 +48,11 @@ rm -rf %{buildroot}/*
48 48
 %defattr(-,root,root)
49 49
 %{_bindir}/*
50 50
 %{_libdir}/*
51
+%exclude %{_libdir}/debug/
51 52
 %{_includedir}/*
52 53
 %{_datadir}/postgresql/*
53 54
 %changelog
55
+*	Mon Jul 13 2015 Alexey Makhalov <amakhalov@vmware.com> 9.4.1-2
56
+-	Exclude /usr/lib/debug
54 57
 *	Tue May 15 2015 Sharath George <sharathg@vmware.com> 9.4.1-1
55 58
 -	Initial build.	First version