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 889255 Details for
Bug 1090499
Review Request: netresolve - Generic name resolution 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]
changes
changes.diff (text/plain), 1.99 KB, created by
Pavel Šimerda (pavlix)
on 2014-04-24 11:50:14 UTC
(
hide
)
Description:
changes
Filename:
MIME Type:
Creator:
Pavel Šimerda (pavlix)
Created:
2014-04-24 11:50:14 UTC
Size:
1.99 KB
patch
obsolete
>commit df0b8778aae45bddcb8b4d17660a641260c31924 >Author: Pavel Å imerda <psimerda@redhat.com> >Date: Thu Apr 24 13:49:24 2014 +0200 > > incorporate review feedback > >diff --git a/netresolve.spec b/netresolve.spec >index 3c3dad9..8613da6 100644 >--- a/netresolve.spec >+++ b/netresolve.spec >@@ -2,12 +2,13 @@ > > Name: netresolve > Version: 0.0.1 >-Release: 0.1%{?snapshot_suffix}%{?dist} >+Release: 0.2%{?snapshot_suffix}%{?dist} > Summary: Generic name resolution library >+Group: System Environment/Libraries > License: BSD > URL: https://sourceware.org/netresolve/ > Source0: netresolve-0.0.1.tar.xz >-BuildRequires: unbound-devel c-ares-devel >+BuildRequires: unbound-devel pkgconfig(libcares) > %description > Netresolve is a package for nonblocking network name resolution via backends > intended as a replacement for name service switch based name resolution in >@@ -16,8 +17,7 @@ glibc. > %package devel > Summary: Development files for getdns > Group: Development/Libraries >-Requires: %{name} = %{version}-%{release} >-Requires: pkgconfig >+Requires: %{name}%{?_isa} = %{version}-%{release} > %description devel > This package contains header files and libraries needed to compile > applications or shared objects that use netresolve. >@@ -26,21 +26,22 @@ applications or shared objects that use netresolve. > %setup -q > > %build >-%configure >+%configure \ >+ --disable-silent-rules > make %{?_smp_mflags} > > %install > %make_install > find %{buildroot} -name '*.la' -delete > >-%post >-/sbin/ldconfig >+%check >+make check > >-%postun >-/sbin/ldconfig >+%post -p /sbin/ldconfig >+%postun -p /sbin/ldconfig > > %files >-%doc NEWS COPYING >+%doc README TODO NEWS COPYING > %{_bindir}/netconnect > %{_bindir}/netresolve > %{_libdir}/libnetresolve-backend-any.so.0 >@@ -85,5 +86,8 @@ find %{buildroot} -name '*.la' -delete > %{_libdir}/libnetresolve.so > > %changelog >+* Thu Apr 24 2014 Pavel Å imerda <psimerda@redhat.com> - 0.0.1-0.2.20140422git >+- incorporate review feedback >+ > * Wed Apr 23 2014 Pavel Å imerda <psimerda@redhat.com> - 0.0.1-0.1.20140422git > - initial build
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 1090499
: 889255 |
1076550