* [sisyphus] rpm find-requires
@ 2002-09-16 13:03 at
2002-09-16 13:35 ` Sergey Bolshakov
0 siblings, 1 reply; 6+ messages in thread
From: at @ 2002-09-16 13:03 UTC (permalink / raw)
To: sisyphus
Как отучить rpm искать find-requires в $RPM_BUILD_ROOT%_docdir
?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] rpm find-requires
2002-09-16 13:03 [sisyphus] rpm find-requires at
@ 2002-09-16 13:35 ` Sergey Bolshakov
2002-09-16 14:46 ` at
2002-09-20 15:24 ` at
0 siblings, 2 replies; 6+ messages in thread
From: Sergey Bolshakov @ 2002-09-16 13:35 UTC (permalink / raw)
To: sisyphus
>>>>> "at" == at <at@turbinal.org> writes:
> Как отучить rpm искать find-requires в $RPM_BUILD_ROOT%_docdir ?
find $RPM_BUILD_ROOT%_docdir -type f -exec chmod 0644 {} \;
--
Трули ерз, Сергей.
"[Open Source] programming is like sex, one mistake and you have to support it
for the rest of your life." --- M. Sinz, CBM Inc.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] rpm find-requires
2002-09-16 13:35 ` Sergey Bolshakov
@ 2002-09-16 14:46 ` at
2002-09-16 15:31 ` Sergey Bolshakov
2002-09-20 15:24 ` at
1 sibling, 2 replies; 6+ messages in thread
From: at @ 2002-09-16 14:46 UTC (permalink / raw)
To: sisyphus
On Mon, Sep 16, 2002 at 04:35:56PM +0300, Sergey Bolshakov wrote:
> >>>>> "at" == at <at@turbinal.org> writes:
>
> > Как отучить rpm искать find-requires в $RPM_BUILD_ROOT%_docdir ?
> find $RPM_BUILD_ROOT%_docdir -type f -exec chmod 0644 {} \;
Это у них у всех потенциально неправильный Requires?
Здесь нужна policy.
$ find /usr/share/doc -type f -perm +111 | sed -e 's/\// /g' | awk '{print$4}' | sort | uniq
dhcpcd-1.3.22pl1
esound-devel-0.2.28
fetchmail-contrib-5.9.12
fluxbox-0.1.10
genromfs-0.5.1
ghostscript-7.05
hdparm-5.2
iproute2-2.4.7
licq-base-1.2.1
menu-2.1.5
mnogosearch-3.1.19
openldap-2.0.25
perl-Bit-Vector-6.1
perl-CGI-2.80
perl-Date-Calc-5.0
perl-File-Tail-0.98
perl-GTK-0.7008
perl-GTK-Gnome-0.7008
perl-Net_SSLeay-1.17
perl-Parse-RecDescent-1.80
perl-XML-Parser-2.31
php-common-4.1.2
portsentry-1.1
procmail-3.22
pygnome-1.4.2
pygtk-0.6.9
qt-2.3.1
rep-gtk-gnome-0.15
rep-gtk-libglade-0.15
ruby-gnome-0.30
setserial-2.17
tix-8.1.3
vim-common-6.1.174
XFree86-cyr_rfx-fonts-cp1251-1.1
zsh-doc-4.0.4
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] rpm find-requires
2002-09-16 14:46 ` at
@ 2002-09-16 15:31 ` Sergey Bolshakov
1 sibling, 0 replies; 6+ messages in thread
From: Sergey Bolshakov @ 2002-09-16 15:31 UTC (permalink / raw)
To: sisyphus
>>>>> "at" == at <at@turbinal.org> writes:
> On Mon, Sep 16, 2002 at 04:35:56PM +0300, Sergey Bolshakov wrote:
>> >>>>> "at" == at <at@turbinal.org> writes:
>>
>> > Как отучить rpm искать find-requires в $RPM_BUILD_ROOT%_docdir ?
>> find $RPM_BUILD_ROOT%_docdir -type f -exec chmod 0644 {} \;
> Это у них у всех потенциально неправильный Requires? Здесь нужна policy.
[skipped]
Согласен; г. Левин, ау ?
--
Трули ерз, Сергей.
"[Open Source] programming is like sex, one mistake and you have to support it
for the rest of your life." --- M. Sinz, CBM Inc.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] rpm find-requires
@ 2002-09-16 17:00 ` at
0 siblings, 0 replies; 6+ messages in thread
From: at @ 2002-09-16 17:00 UTC (permalink / raw)
To: ALT Devel discussion list, sisyphus
On Mon, Sep 16, 2002 at 07:01:58PM +0400, Dmitry V. Levin wrote:
> On Mon, Sep 16, 2002 at 06:46:15PM +0400, at@turbinal.org wrote:
> > > > Как отучить rpm искать find-requires в $RPM_BUILD_ROOT%_docdir ?
> > > find $RPM_BUILD_ROOT%_docdir -type f -exec chmod 0644 {} \;
> >
> > Это у них у всех потенциально неправильный Requires?
> > Здесь нужна policy.
>
> Например?
Здесь есть два разных вопроса:
1) rpm должен/не должен искать find-requires в /usr/share/doc.
2) в /usr/share/doc могут/не могут лежать исполняемые и/или порождающие
зависимости файлы.
И есть два решения:
1) Пропускать /usr/share/doc при поиске find-requires.
и/или
2) Принудительно проставлять 755/644 или 755/umask после %install
Лучше всего ставить 755/644 на всё что есть в /usr/share/doc или даже в
/usr/share вообще (а зачем оно тогда называется /usr/share?). Так легче
контролировать систему. Всё, что гарантированно исполняется, должно
лежать в /usr/bin, а всё остальное -- где-нибудь в
/usr/share/doc/%name-%version/contrib и без всяких прав.
RPM в этом смысле -- достаточно половинчатый интсрумент, им в /usr/bin
можно установить 0644, а в /usr/share/doc -- 4777. Права доступа %attr по
идее вообще не нужны. Нужны классы файлов и FHS enforcement. Например,
класс: бинарь -- ставим 0755 в /usr/bin
класс: suid-бинарь -- ставим 4711 в /usr/bin
класс: конфиг -- 0644 root:group /etc
класс: restrited-конфиг -- 0640 root:group /etc
класс: chrooted-конфиг -- /var/lib/%name/etc/*.conf, ln -sf ...
Но кое-что из этого можно сделать и с RPM через /usr/lib/rpm/brp-*.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] rpm find-requires
2002-09-16 13:35 ` Sergey Bolshakov
2002-09-16 14:46 ` at
@ 2002-09-20 15:24 ` at
1 sibling, 0 replies; 6+ messages in thread
From: at @ 2002-09-20 15:24 UTC (permalink / raw)
To: sisyphus
On Mon, Sep 16, 2002 at 04:35:56PM +0300, Sergey Bolshakov wrote:
> >>>>> "at" == at <at@turbinal.org> writes:
>
> > Как отучить rpm искать find-requires в $RPM_BUILD_ROOT%_docdir ?
> find $RPM_BUILD_ROOT%_docdir -type f -exec chmod 0644 {} \;
От перл-скриптов не помогает. :(
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2002-09-20 15:24 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-16 13:03 [sisyphus] rpm find-requires at
2002-09-16 13:35 ` Sergey Bolshakov
2002-09-16 14:46 ` at
2002-09-16 15:31 ` Sergey Bolshakov
2002-09-16 17:00 ` at
2002-09-20 15:24 ` at
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git