Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Werkov committed Jan 30, 2020
1 parent baa3fc3 commit 6d559f3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ configure
depcomp
install-sh
missing
sdcapture
sapwmp-capture
src/.deps/
src/.dirstamp
8 changes: 4 additions & 4 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bin_PROGRAMS = sdcapture
sdcapture_CFLAGS = \
bin_PROGRAMS = sapwmp-capture
sapwmp_capture_CFLAGS = \
$(LIBSYSTEMD_CGLAGS)
sdcapture_LDADD = \
sapwmp_capture_LDADD = \
$(LIBSYSTEMD_LIBS)
sdcapture_SOURCES = src/main.c
sapwmp_capture_SOURCES = src/main.c
11 changes: 6 additions & 5 deletions rpm/sapwmp-profile.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# spec file for package sapwmp2
# spec file for package sapwmp-profile
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
#
Expand All @@ -16,8 +16,8 @@
#


Name: sapwmp
Summary: Configuration for collecting SAP processes under control group
Name: sapwmp-profile
Summary: Configuration and utilities for collecting SAP processes under control group
License: GPL-2.0
Version: 0.1
Release: 0
Expand All @@ -26,7 +26,7 @@ Vendor: SUSE GmbH
BuildArch: noarch
URL: http://www.suse.com

Source0: sapwmp-%{version}.tar.xz
Source0: %{name}-%{version}.tar.xz
Source1: sysconfig.sapwmp
Source2: service-wmp.conf
Source3: sap.slice
Expand All @@ -41,7 +41,7 @@ Requires(post): %fillup_prereq
%{?systemd_requires}

%description
Configuration for collecting SAP processes under control group to apply resource control.
Configuration and utilities for collecting SAP processes under control group to apply resource control.

%prep
%setup -q
Expand All @@ -61,6 +61,7 @@ install -D -m 744 %{SOURCE4} %{buildroot}/usr/share/polkit-1/rules.d/50-sapwmp.r

%files
%defattr(-,root,root)
%{_bindir}/sapwmp-capture
%config %{_fillupdir}/sysconfig.sapwmp
%dir %{_unitdir}/sapinit.service.d
%{_unitdir}/sapinit.service.d/10-wmp.conf
Expand Down

0 comments on commit 6d559f3

Please sign in to comment.