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 687176 Details for
Bug 889174
fedfs-utils : does not adhere to Static Library Packaging Guidelines
[?]
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]
Patch - fix several packaging mistakes in the spec file
fedfs-utils-fix-several-packaging-mistakes-in-spec-file.patch (text/plain), 4.16 KB, created by
Ian Kent
on 2013-01-25 03:35:49 UTC
(
hide
)
Description:
Patch - fix several packaging mistakes in the spec file
Filename:
MIME Type:
Creator:
Ian Kent
Created:
2013-01-25 03:35:49 UTC
Size:
4.16 KB
patch
obsolete
>From fa6d66661cb668def6c0c4dd33e8144dbdf95c25 Mon Sep 17 00:00:00 2001 >From: Ian Kent <raven@themaw.net> >Date: Fri, 25 Jan 2013 11:30:29 +0800 >Subject: [PATCH] fedfs-utils - fix several packaging mistakes in the spec file. > >- remove .la libtool archive from devel package (bz889174). >- remove .a static library from devel package ((bz889174). >- make sub-package requires explicit. >- remove duplicate definition of fedfs-set-nsdb-params.8. >--- > fedfs-utils.spec | 28 +++++++++++++++++++--------- > 1 files changed, 19 insertions(+), 9 deletions(-) > >diff --git a/fedfs-utils.spec b/fedfs-utils.spec >index b1c8997..5d9c7ce 100644 >--- a/fedfs-utils.spec >+++ b/fedfs-utils.spec >@@ -1,6 +1,6 @@ > Name: fedfs-utils > Version: 0.8.0 >-Release: 9%{?dist} >+Release: 10%{?dist} > Summary: Utilities for mounting and managing FedFS > > Group: System Environment/Daemons >@@ -50,6 +50,10 @@ install -m 644 contrib/init/%{unit_name}.service %{buildroot}%{_unitdir} > mkdir -p %{buildroot}%{_sysconfdir}/sysconfig > install -m 644 contrib/init/fedfs %{buildroot}%{_sysconfdir}/sysconfig > >+# Don't package static libs to encourage use of shared library. >+rm -f %{buildroot}%{_libdir}/libnfsjunct.a >+rm -f %{buildroot}%{_libdir}/libnfsjunct.la >+ > %package common > Summary: Common files for FedFS > Group: System Environment/Daemons >@@ -84,7 +88,7 @@ FedFS may support other network file system protocols in the future. > %package client > Summary: Utilities for mounting FedFS domains > Group: System Environment/Daemons >-Requires: %{name}-common >+Requires: %{name}-common = %{version}-%{release} > %description client > This package contains the tools needed to mount a FedFS domain and act > as a client. >@@ -118,7 +122,7 @@ FedFS may support other network file system protocols in the future. > %package nsdbparams > Summary: FedFS nsdbparams utility > Group: System Environment/Daemons >-Requires: %{name}-common >+Requires: %{name}-common = %{version}-%{release} > %description nsdbparams > This package contains the nsdbparams utility, which is needed by both > the fedfs-server and fedfs-admin packages. >@@ -178,13 +182,12 @@ FedFS may support other network file system protocols in the future. > > %files devel > %{_includedir}/nfs-plugin.h >-%{_libdir}/libnfsjunct.a >-%{_libdir}/libnfsjunct.la > > %package lib > Summary: Runtime libraries for the nfs-plugin > Group: System Environment/Daemons >-#Requires: %{name}-nsdbparams %{name}-common >+Requires: %{name}-common = %{version}-%{release} >+Requires: %{name}-nsdbparams = %{version}-%{release} > %description lib > This package contains runtime libraries for the nfs-plugin. > >@@ -221,7 +224,8 @@ FedFS may support other network file system protocols in the future. > %package server > Summary: Utilities for serving FedFS domains > Group: System Environment/Daemons >-Requires: %{name}-nsdbparams %{name}-common >+Requires: %{name}-common = %{version}-%{release} >+Requires: %{name}-nsdbparams = %{version}-%{release} > Requires(post): systemd-units > Requires(preun): systemd-units > Requires(postun): systemd-units >@@ -277,7 +281,8 @@ exit 0 > %package admin > Summary: Utilities for administering FedFS domains > Group: System Environment/Daemons >-Requires: %{name}-nsdbparams %{name}-common >+Requires: %{name}-common = %{version}-%{release} >+Requires: %{name}-nsdbparams = %{version}-%{release} > %description admin > This package contains the tools needed to manage a FedFS domain. > >@@ -323,10 +328,15 @@ FedFS may support other network file system protocols in the future. > %{_mandir}/man8/fedfs-lookup-replication.8.* > %{_mandir}/man8/fedfs-null.8.* > %{_mandir}/man8/fedfs-set-nsdb-params.8.* >-%{_mandir}/man8/fedfs-set-nsdb-params.8.* > %{_mandir}/man8/nsdb-* > > %changelog >+* Fri Jan 25 2013 Ian Kent <ikent@redhat.com> - 0.8.0-10 >+- remove .la libtool archive from devel package (bz889174). >+- remove .a static library from devel package ((bz889174). >+- make sub-package requires explicit. >+- remove duplicate definition of fedfs-set-nsdb-params.8. >+ > * Mon Aug 27 2012 Ian Kent <ikent@redhat.com> - 0.8.0-9 > - fix syntax of systemd scriplet macros (bz850396). > >-- >1.7.7.6 >
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 889174
: 687176 |
696373