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 186131 Details for
Bug 263161
[PATCH] Bug fix. Translated man pages are not contained addons
[?]
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]
Real fix the issue
shadow-utils.spec.diff (text/plain), 1.49 KB, created by
Andy Shevchenko
on 2007-09-04 12:34:11 UTC
(
hide
)
Description:
Real fix the issue
Filename:
MIME Type:
Creator:
Andy Shevchenko
Created:
2007-09-04 12:34:11 UTC
Size:
1.49 KB
patch
obsolete
>--- shadow-utils.spec.orig 2007-07-04 18:30:56.000000000 +0300 >+++ shadow-utils.spec 2007-09-04 15:39:39.000000000 +0300 >@@ -28,11 +28,16 @@ > Patch13: shadow-4.0.18.1-sysAccount.patch > Patch14: shadow-4.0.18.1-findNewUidOnce.patch > Patch15: shadow-4.0.18.1-groupLoop.patch >+Patch100: shadow-4.0.18.1-redhat2.patch > License: BSD > Group: System Environment/Base > BuildRequires: autoconf, automake, libtool, gettext-devel > BuildRequires: libselinux-devel >= 1.25.2-1 > BuildRequires: audit-libs-devel >= 1.0.10 >+# To renew man pages >+BuildRequires: libxslt >+Buildrequires: docbook-dtds >= 1.0 >+BuildRequires: docbook-style-xsl >= 1.70.1 > Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > Requires: libselinux >= 1.25.2-1 > Requires: audit-libs >= 1.0.10 >@@ -71,6 +76,7 @@ > %patch13 -p1 -b .sysAccount > %patch14 -p1 -b .findNewUidOnce > %patch15 -p1 -b .groupLoop >+%patch100 -p1 -b .redhat2 > > rm po/*.gmo > rm po/stamp-po >@@ -82,6 +88,7 @@ > > %build > %configure \ >+ --enable-man \ > --disable-desrpc \ > --enable-shadowgrp \ > --without-libcrack \ >@@ -94,6 +101,16 @@ > --with-libaudit > make > >+# update man pages >+for d in fr pl ru sv; do >+ pushd man/$d >+ for f in chpasswd.8 groupadd.8 newusers.8 useradd.8; do >+ rm -f $f >+ xsltproc -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl ${f}.xml >+ done >+ popd >+done >+ > %install > rm -rf $RPM_BUILD_ROOT > make install DESTDIR=$RPM_BUILD_ROOT gnulocaledir=$RPM_BUILD_ROOT/%{_datadir}/locale MKINSTALLDIRS=`pwd`/mkinstalldirs
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 263161
:
178961
| 186131 |
186141