Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37404937
en ru br
Репозитории ALT

Группа :: Система/Ядро и оборудование
Пакет: fuse-common

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: fuse-common
Version: 1.1.2
Release: alt1

BuildArch: noarch

Summary: a tool for creating virtual filesystems
License: GPL-2.0
Group: System/Kernel and hardware

Url: https://github.com/libfuse/

Source: %name-%version.tar

Packager: Denis Smirnov <mithraen at altlinux.ru>

Conflicts: fuse < 2.9.9-alt1 fuse3 < 3.4.1-alt2

%description
FUSE (Filesystem in USErspace), an excellent tool
for creating custom filesystems with minimal effort
as well as for using them.

%prep
%setup
%build
%install
install -pD fusermount-control %buildroot%_sysconfdir/control.d/facilities/fusermount
install -D -m644 udev.rules    %buildroot%_udevrulesdir/60-fuse.rules
install -D fuse.conf %buildroot%_sysconfdir/fuse.conf

%pre
%_sbindir/groupadd -r -f fuse
%_sbindir/groupadd -r -f cuse
if [ $1 -ge 2 ]; then
   %_sbindir/control-dump fusermount
fi

%post
if [ $1 -ge 2 ]; then
   %_sbindir/control-restore fusermount
fi

%files
%config(noreplace) %_sysconfdir/fuse.conf
%_sysconfdir/control.d/facilities/fusermount
%_udevrulesdir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin