Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
managed
:
testing
>
ix-inventory-system
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 4
[-]
[+]
Changed
_service:set_version:ix-inventory-system.spec
@@ -7,7 +7,7 @@ Group: System Summary: System inventory client Source0: %{pkgname}-%{version}.tar.bz2 -Source1: %{name}.conf +Source1: %{pkgname}.conf BuildRoot: %{_tmppath}/%{name}-%{version}-root %if 0%{?suse_version} %define wwwdir /srv/www/inventory-system @@ -55,9 +55,9 @@ %build %install -%__install -D -m755 client/%{name}.sh %{buildroot}%{_sbindir}/%{name} +%__install -D -m755 client/%{pkgname}.sh %{buildroot}%{_sbindir}/%{pkgname} %__install -D -m755 client/cron.daily %{buildroot}%{_sysconfdir}/cron.daily/inventorysystem -%__install -D -m644 %{S:1} %{buildroot}%{_sysconfdir}/%{name}.conf +%__install -D -m644 %{S:1} %{buildroot}%{_sysconfdir}/%{pkgname}.conf %__install -d %{buildroot}/%{wwwdir} %__install -D -m755 client/ix-functions.sh %{buildroot}%{_sysconfdir}/inventory-system.d/ix-functions.sh %__install -m644 server/*.php %{buildroot}/%{wwwdir}/ @@ -67,9 +67,9 @@ %files %defattr(-,root,root) -%config(noreplace) %{_sysconfdir}/%{name}.conf +%config(noreplace) %{_sysconfdir}/%{pkgname}.conf %{_sysconfdir}/cron.daily/inventorysystem -%{_sbindir}/%{name} +%{_sbindir}/%{pkgname} %dir %{_sysconfdir}/inventory-system.d %{_sysconfdir}/inventory-system.d/ix-functions.sh
[-]
[+]
Changed
ix-inventory-system.spec
^
@@ -7,7 +7,7 @@ Group: System Summary: System inventory client Source0: %{pkgname}-%{version}.tar.bz2 -Source1: %{name}.conf +Source1: %{pkgname}.conf BuildRoot: %{_tmppath}/%{name}-%{version}-root %if 0%{?suse_version} %define wwwdir /srv/www/inventory-system @@ -55,9 +55,9 @@ %build %install -%__install -D -m755 client/%{name}.sh %{buildroot}%{_sbindir}/%{name} +%__install -D -m755 client/%{pkgname}.sh %{buildroot}%{_sbindir}/%{pkgname} %__install -D -m755 client/cron.daily %{buildroot}%{_sysconfdir}/cron.daily/inventorysystem -%__install -D -m644 %{S:1} %{buildroot}%{_sysconfdir}/%{name}.conf +%__install -D -m644 %{S:1} %{buildroot}%{_sysconfdir}/%{pkgname}.conf %__install -d %{buildroot}/%{wwwdir} %__install -D -m755 client/ix-functions.sh %{buildroot}%{_sysconfdir}/inventory-system.d/ix-functions.sh %__install -m644 server/*.php %{buildroot}/%{wwwdir}/ @@ -67,9 +67,9 @@ %files %defattr(-,root,root) -%config(noreplace) %{_sysconfdir}/%{name}.conf +%config(noreplace) %{_sysconfdir}/%{pkgname}.conf %{_sysconfdir}/cron.daily/inventorysystem -%{_sbindir}/%{name} +%{_sbindir}/%{pkgname} %dir %{_sysconfdir}/inventory-system.d %{_sysconfdir}/inventory-system.d/ix-functions.sh