RPM build fixes
parent
2f01a349c7
commit
05bc27ed24
|
@ -19,7 +19,7 @@ cp ../../README.md "$PACKAGE_DIR/"
|
|||
cp ../../TODO.md "$PACKAGE_DIR/"
|
||||
cp ../../log-regexps.md "$PACKAGE_DIR/"
|
||||
cp ../man-jilo.8 "$PACKAGE_DIR/"
|
||||
cp ../rpm-jilo.spec SPECS/
|
||||
cp ../rpm-jilo.spec SPECS/jilo.spec
|
||||
|
||||
tar -czf "jilo-$VERSION.tar.gz" "$PACKAGE_DIR"
|
||||
mv "jilo-$VERSION.tar.gz" SOURCES/
|
||||
|
|
|
@ -7,7 +7,10 @@ URL: https://lindeas.com/jilo
|
|||
Source0: %{name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: bash
|
||||
Requires: bash, sqlite3 | mysql-client | mariadb-client, coreutils, util-linux
|
||||
Requires: bash
|
||||
Requires: (sqlite or mysql or mariadb)
|
||||
Requires: coreutils
|
||||
Requires: util-linux
|
||||
|
||||
%description
|
||||
Bash scripts for collecting and displaying information about conference events from Jitsi Meet logs.
|
||||
|
|
Loading…
Reference in New Issue