Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1448295 Details for
Bug 1582095
[patch] add package for fdt static library
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Updates patch including bugzilla number in changelog
dtc_add_static_lib_v2.diff (text/plain), 1.50 KB, created by
Bas Mevissen
on 2018-06-06 11:44:05 UTC
(
hide
)
Description:
Updates patch including bugzilla number in changelog
Filename:
MIME Type:
Creator:
Bas Mevissen
Created:
2018-06-06 11:44:05 UTC
Size:
1.50 KB
patch
obsolete
>--- dtc.spec 2018-05-23 23:25:34.581856524 +0200 >+++ rpmbuild/SPECS/dtc.spec 2018-05-23 23:27:19.260870293 +0200 >@@ -1,6 +1,6 @@ > Name: dtc > Version: 1.4.6 >-Release: 4%{?dist} >+Release: 5%{?dist} > Summary: Device Tree Compiler > License: GPLv2+ > URL: https://devicetree.org/ >@@ -34,6 +34,13 @@ > %description -n libfdt-devel > This package provides development files for libfdt > >+%package -n libfdt-static >+Summary: Static version of device tree library >+Requires: libfdt-devel = %{version}-%{release} >+ >+%description -n libfdt-static >+This package provides the static library of libfdt >+ > %package -n python2-libfdt > Summary: Python 2 bindings for device tree library > %{?python_provide:%python_provide python2-libfdt} >@@ -51,7 +58,6 @@ > > %install > make install DESTDIR=$RPM_BUILD_ROOT SETUP_PREFIX=$RPM_BUILD_ROOT/usr PREFIX=/usr LIBDIR=%{_libdir} >-find %{buildroot} -type f -name "*.a" -delete > > # we don't want or need ftdump and it conflicts with freetype-demos, so drop > # it (rhbz 797805) >@@ -71,6 +77,9 @@ > %{_libdir}/libfdt-%{version}.so > %{_libdir}/libfdt.so.* > >+%files -n libfdt-static >+%{_libdir}/libfdt.a >+ > %files -n libfdt-devel > %{_libdir}/libfdt.so > %{_includedir}/* >@@ -79,6 +88,9 @@ > %{python_sitearch}/* > > %changelog >+* Wed Jun 06 2018 Bas Mevissen <abuse@basmevissen.nl> 1.4.6-5 >+- Add static library package, see BZ#1440975 >+ > * Wed Mar 7 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1.4.6-4 > - Add gcc BR
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1582095
:
1440975
| 1448295