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 836979 Details for
Bug 1001273
realmd : duplicate documentation files / potentially conflicting
[?]
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]
proposed spec changes/fixes
realmd.spec.diff (text/plain), 2.49 KB, created by
Michael Schwendt
on 2013-12-15 16:32:38 UTC
(
hide
)
Description:
proposed spec changes/fixes
Filename:
MIME Type:
Creator:
Michael Schwendt
Created:
2013-12-15 16:32:38 UTC
Size:
2.49 KB
patch
obsolete
>diff --git a/realmd.spec b/realmd.spec >index f4f7c76..8db5a84 100644 >--- a/realmd.spec >+++ b/realmd.spec >@@ -1,6 +1,6 @@ > Name: realmd > Version: 0.14.6 >-Release: 1%{?dist} >+Release: 2%{?dist} > Summary: Kerberos realm enrollment service > License: LGPLv2+ > URL: http://cgit.freedesktop.org/realmd/realmd/ >@@ -19,17 +19,17 @@ BuildRequires: xmlto > > Requires: authconfig > >+# obsoleted on 20131215 (Fedora 21 development) >+# since it was only a 100KB non-noarch rpm, includes an Administrative Guide, >+# and was not named realmd-doc >+Obsoletes: realmd-devel-docs < 0.14.6-2 >+Provides: realmd-devel-docs = %{version}-%{release} >+ > %description > realmd is a DBus system service which manages discovery and enrollment in realms > and domains like Active Directory or IPA. The control center uses realmd as the > back end to 'join' a domain simply and automatically configure things correctly. > >-%package devel-docs >-Summary: Developer documentation files for %{name} >- >-%description devel-docs >-The %{name}-devel package contains developer documentation for developing >-applications that use %{name}. > > %define _hardened_build 1 > >@@ -40,15 +40,18 @@ applications that use %{name}. > %configure --disable-silent-rules > make %{?_smp_mflags} > >-%check >-make check >- > %install > make install DESTDIR=%{buildroot} > >+# add to installed documentation as not to use %%doc magic >+for f in AUTHORS COPYING ChangeLog NEWS README ; do >+ cp -p $f %{buildroot}%{_docdir}/realmd/${f} >+done >+ > %find_lang realmd > >-%clean >+%check >+make check > > %files -f realmd.lang > %{_sysconfdir}/dbus-1/system.d/org.freedesktop.realmd.conf >@@ -60,15 +63,19 @@ make install DESTDIR=%{buildroot} > %{_unitdir}/realmd.service > %{_datadir}/dbus-1/system-services/org.freedesktop.realmd.service > %{_datadir}/polkit-1/actions/org.freedesktop.realmd.policy >-%doc AUTHORS COPYING ChangeLog NEWS README >-%{_mandir}/man8/realm.8.gz >-%{_mandir}/man5/realmd.conf.5.gz >+%{_mandir}/man8/realm.8* >+%{_mandir}/man5/realmd.conf.5* > %{_localstatedir}/cache/realmd/ >- >-%files devel-docs >-%doc %{_datadir}/doc/realmd/ >+%{_docdir}/realmd/ > > %changelog >+* Sun Dec 15 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 0.14.6-2 >+- Fix duplicate documentation (#1001273) >+- Eliminate tiny realmd-devel-docs package >+- Move %%check section after %%install, since it is executed after >+ installation >+- Drop empty %clean section >+ > * Mon Sep 09 2013 Stef Walter <stefw@redhat.com> - 0.14.6-1 > - Update to upstream 0.14.6 point release > - Set 'kerberos method = system keytab' in smb.conf properly
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 1001273
: 836979