Skip to content

Commit

Permalink
[RPM Specs] Ensure we have all deps
Browse files Browse the repository at this point in the history
- SystemD could not start without both the libs and devel pacakges
  installed on C7. Adding to RPM spec so we don't forget next time and I
  don't spend time debugging the segfault :D

It now starts with SystemD on my test CentOS7 box.
  • Loading branch information
cooperlees committed May 23, 2016
1 parent f21e51d commit bc977c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tacacs+.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: gcc, bison, flex, m4, pam-devel, tcp_wrappers, tcp_wrappers-devel, systemd
Requires: pam, tcp_wrappers
Requires: pam, tcp_wrappers, tcp_wrappers-devel, tcp_wrappers-libs

%description
IPv4 Tacacs+ Daemon for Linux
Expand Down
2 changes: 1 addition & 1 deletion tacacs+6.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Source: tacacs+-%{version}.tar.gz
BuildRoot: %{_tmppath}/tacacs+-%{version}-%{release}-root

BuildRequires: gcc, bison, flex, m4, pam-devel, tcp_wrappers, tcp_wrappers-devel, systemd
Requires: pam, tcp_wrappers, tacacs+
Requires: pam, tcp_wrappers, tcp_wrappers-devel, tcp_wrappers-libs, tacacs+

%define _unpackaged_files_terminate_build 0

Expand Down

0 comments on commit bc977c2

Please sign in to comment.