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 844559 Details for
Bug 1046715
Unable to extract debug info
[?]
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]
fix lvm2 executables perms for buildroot
lvm2-fix-perms-and-paths-for-executables.patch (text/plain), 3.67 KB, created by
Peter Rajnoha
on 2014-01-02 13:39:53 UTC
(
hide
)
Description:
fix lvm2 executables perms for buildroot
Filename:
MIME Type:
Creator:
Peter Rajnoha
Created:
2014-01-02 13:39:53 UTC
Size:
3.67 KB
patch
obsolete
> lvm2.spec | 22 ++++++++++++++-------- > 1 file changed, 14 insertions(+), 8 deletions(-) > >diff --git a/lvm2.spec b/lvm2.spec >index 31fed15..a24800e 100644 >--- a/lvm2.spec >+++ b/lvm2.spec >@@ -39,7 +39,7 @@ Summary: Userland logical volume management tools > Name: lvm2 > Epoch: 7 > Version: 2.02.103 >-Release: 7%{?dist} >+Release: 8%{?dist} > License: GPLv2 > Group: System Environment/Base > URL: http://sources.redhat.com/lvm2 >@@ -130,7 +130,7 @@ or more physical volumes and creating one or more logical volumes > %define configure_python --enable-python-bindings > %endif > >-%configure --with-default-dm-run-dir=%{_default_dm_run_dir} --with-default-run-dir=%{_default_run_dir} --with-default-pid-dir=%{_default_pid_dir} --with-default-locking-dir=%{_default_locking_dir} --with-usrlibdir=%{_libdir} --enable-lvm1_fallback --enable-fsadm --with-pool=internal --with-user= --with-group= --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660 --enable-pkgconfig --enable-applib --enable-cmdlib --enable-dmeventd %{?configure_python} %{?configure_cluster} %{?configure_cmirror} %{?configure_udev} %{?configure_thin} %{?configure_lvmetad} >+%configure --with-default-dm-run-dir=%{_default_dm_run_dir} --with-default-run-dir=%{_default_run_dir} --with-default-pid-dir=%{_default_pid_dir} --with-default-locking-dir=%{_default_locking_dir} --with-usrlibdir=%{_libdir} --enable-lvm1_fallback --enable-fsadm --with-pool=internal --enable-write_install --with-user= --with-group= --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660 --enable-pkgconfig --enable-applib --enable-cmdlib --enable-dmeventd %{?configure_python} %{?configure_cluster} %{?configure_cmirror} %{?configure_udev} %{?configure_thin} %{?configure_lvmetad} > > make %{?_smp_mflags} > >@@ -181,7 +181,7 @@ rm -rf $RPM_BUILD_ROOT > %{_sbindir}/lvcreate > %{_sbindir}/lvdisplay > %{_sbindir}/lvextend >-%{_sbindir}/lvm >+%attr(555,root,root) %{_sbindir}/lvm > %{_sbindir}/lvmchange > %{_sbindir}/lvmdiskscan > %{_sbindir}/lvmdump >@@ -223,7 +223,7 @@ rm -rf $RPM_BUILD_ROOT > %{_sbindir}/vgsplit > %{_sbindir}/lvmconf > %if %{enable_lvmetad} >-%{_sbindir}/lvmetad >+%attr(555,root,root) %{_sbindir}/lvmetad > %endif > %{_mandir}/man5/lvm.conf.5.gz > %{_mandir}/man8/blkdeactivate.8.gz >@@ -411,7 +411,7 @@ fi > > %files cluster > %defattr(-,root,root,-) >-%attr(755,root,root) /usr/sbin/clvmd >+%attr(555,root,root) %{_sbindir}/clvmd > %{_mandir}/man8/clvmd.8.gz > %{_sysconfdir}/rc.d/init.d/clvmd > >@@ -444,7 +444,7 @@ fi > > %files -n cmirror > %defattr(-,root,root,-) >-%attr(755,root,root) /usr/sbin/cmirrord >+%attr(555,root,root) %{_sbindir}/cmirrord > %{_mandir}/man8/cmirrord.8.gz > %{_sysconfdir}/rc.d/init.d/cmirrord > >@@ -495,7 +495,7 @@ for the kernel device-mapper. > %files -n device-mapper > %defattr(-,root,root,-) > %doc COPYING COPYING.LIB WHATS_NEW_DM VERSION_DM README INSTALL >-%attr(755,root,root) %{_sbindir}/dmsetup >+%attr(555,root,root) %{_sbindir}/dmsetup > %{_mandir}/man8/dmsetup.8.gz > %doc udev/12-dm-permissions.rules > %{_udevdir}/10-dm.rules >@@ -568,7 +568,7 @@ fi > > %files -n device-mapper-event > %defattr(-,root,root,-) >-%{_sbindir}/dmeventd >+%attr(555,root,root) %{_sbindir}/dmeventd > %{_mandir}/man8/dmeventd.8.gz > %{_unitdir}/dm-event.socket > %{_unitdir}/dm-event.service >@@ -611,6 +611,12 @@ the device-mapper event library. > %{_libdir}/pkgconfig/devmapper-event.pc > > %changelog >+* Thu Jan 02 2014 Peter Rajnoha <prajnoha@redhat.com> - 7:2.02.103-8 >+- Replace hardoced sbin dir value with rpm variable for clvmd and cmirrord. >+- Install all binary executables with 0555 permissions. >+- Configure with --enable-write_install for writeable executables >+ during rpm processing of debug info. >+ > * Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 7:2.02.103-7 > - Mass rebuild 2013-12-27 >
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 1046715
: 844559