Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP3:GA
sapconf.3703
sapconf.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sapconf.spec of Package sapconf.3703
# # spec file for package sapconf # # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: sapconf Version: 4.1.3 Release: 0 Summary: Kernel Parameter Initializiation for SAP Systems License: LGPL-2.1+ Group: Productivity/Other Url: http://www.novell.com/partners/sap/ Source0: %name-%version.tgz BuildArch: noarch BuildRequires: tuned BuildRequires: uuidd Requires: tuned # The following are not real runtime requirements. # But they are "very useful" thus installed along with this package. Requires: sysstat Requires: uuidd Suggests: cron logrotate %{?systemd_requires} %description This package sets the kernel parameters to recommended values for SAP systems in a dynamic way during boot time by using the sysctl(8) tool. The kernel parameters can be changed by the user by editing the variables in the configuration file /etc/sysconfig/sapconf. Furthermore, it is checked that a well-sized /dev/shm is available for the XSI shared memory facility. Note that /dev/shm is already part of the tmpfs /dev which is mounted by the initial initrd ramdisk system before booting. Authors: -------- Werner Fink, Fabian Herschel, Howard Guo %prep tar xvf %{S:0} %build %install mkdir -p %{buildroot}%{_libexecdir}/tuned/ cp -R profile/* %{buildroot}%{_libexecdir}/tuned/ mkdir -p %{buildroot}%{_unitdir}/systemd/system/ %{buildroot}%{_sbindir}/ install -m 0644 sapconf.service %{buildroot}%{_unitdir}/ install -m 0755 bin/* %{buildroot}%{_sbindir}/ ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rcsapconf mkdir -p %{buildroot}%{_mandir}/{man7,man8}/ install -m 0644 man/*.7 %{buildroot}%{_mandir}/man7/ install -m 0644 man/*.8 %{buildroot}%{_mandir}/man8/ mkdir -p %{buildroot}%{_var}/adm/fillup-templates/ pushd sysconfig for file in *; do cp "$file" "%{buildroot}%{_var}/adm/fillup-templates/sysconfig.$file" done popd %pre %service_add_pre sapconf.service %post %fillup_only -n sapconf %fillup_only -n sapnote-1557506 %service_add_post sapconf.service # Requested by https://bugzilla.suse.com/show_bug.cgi?id=983454 : # UUID should work properly (enabled) as soon as this package is installed. systemctl enable uuidd.socket || true systemctl start uuidd.socket || true %preun %service_del_preun sapconf.service %postun %service_del_postun sapconf.service %files %defattr(-,root,root) %{_sbindir}/SAPconf %{_sbindir}/sapconf %{_sbindir}/rcsapconf %{_libexecdir}/tuned/sap* %{_unitdir}/sapconf.service %{_mandir}/man*/* /var/adm/fillup-templates/* %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor