Skip to content

Commit

Permalink
Fixing .spec file for RPM build process.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Krulis committed Sep 22, 2019
1 parent ca06ce2 commit 21d67bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recodex-web.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%define short_name web-app
%define version 1.18.0
%define unmangled_version 500a3e84abf13265219ccb0131ffa8254bcdb6a5
%define release 1
%define release 8

Summary: ReCodEx web-app component
Name: %{name}
Expand All @@ -14,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Prefix: %{_prefix}
Vendor: Petr Stefan <UNKNOWN>
Url: https://github.com/ReCodEx/web-app
BuildRequires: systemd nodejs-packaging npm
BuildRequires: systemd, nodejs >= 8.11.0
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
Expand Down

0 comments on commit 21d67bc

Please sign in to comment.