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

Группа :: Other
Пакет: alt-checksums

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

Name:     alt-checksums
Version:  1.1
Release:  alt1

Summary:  ALT SP checksumming for sp distros.
License:  MIT
Group:    Other
Url:      http://git.altlinux.org/people/nbr/packages/alt-checksums.git

BuildArch: noarch


Packager: Denis Medvedev <nbr at altlinux.org>

Source:   %name-%version.tar


%description
This set of scripts allow to check system binaries from one install
and compare it to a different install to ensure that all binaries
were installed correctly. First script starts on first boot
and creates a list of ELF binaries and are mentioned in RPM
base. Second script creates a file with checksums of that files
and after that stores the checksum of that file.

%prep
%setup

%install
mkdir -p %buildroot%_sbindir
install -Dm 0700  alt-gensum %buildroot%_sbindir/alt-gensum
install -Dm 0700  alt-gensum-chk %buildroot%_sbindir/alt-gensum-chk

mkdir -p %buildroot%_docdir
install -Dm 0600 README.md  %buildroot%_docdir
install -Dm 0600 README.rus.md  %buildroot%_docdir
install -Dm 0600 COPYING.md  %buildroot%_docdir

mkdir -p %buildroot%_unitdir
install -Dm 0600 alt-checksum.service %buildroot%_unitdir


%files
%_sbindir/*
%_unitdir/*
%doc *.md

%changelog

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

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