mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-09 00:00:04 +03:00
rpmify
Change-Id: Iffa28034d4228366565c762b4103fae2a54b2518
This commit is contained in:
parent
2b1176d6d5
commit
aab57f35bc
@ -42,3 +42,6 @@ initramfsdir=$(prefix)/etc/initramfs-tools/hooks/
|
||||
man8_MANS= bcache-super-show.8 \
|
||||
make-bcache.8 \
|
||||
probe-bcache.8
|
||||
|
||||
include ../../../../../../../../../../usr/share/DateraContainer/Makefile.rpm
|
||||
# some version of automake don't like absolute path names for included makefiles
|
||||
|
@ -8,9 +8,10 @@ Group: tools
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
Requires: libblkid
|
||||
BuildRequires: pkgconfig libblkid-devel linux-headers
|
||||
Summary: tools to manage bcache
|
||||
|
||||
%package dev
|
||||
|
||||
%description
|
||||
bcache tools
|
||||
|
||||
%files
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.61)
|
||||
AC_INIT(bcache-tools, VERSION, BUG-REPORT-ADDRESS)
|
||||
AC_INIT(bcache-tools, 0.1, support@datera.io)
|
||||
AM_INIT_AUTOMAKE
|
||||
LT_INIT
|
||||
AC_CONFIG_HEADER([config.h])
|
||||
|
Loading…
Reference in New Issue
Block a user