[-]
[+]
|
Changed |
ix-inventory-system.changes
|
|
[-]
[+]
|
Deleted |
_service:set_version:ix-inventory-system.spec
^
|
@@ -1,114 +0,0 @@
-%define pkgname inventory-system
-Name: ix-inventory-system
-Release: 0
-Version: 0.1.2
-Url: http://www.internetx.com/
-License: GPLv2
-Group: System
-Summary: System inventory client
-Source0: %{pkgname}-%{version}.tar.bz2
-Source1: %{pkgname}.conf
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
-%if 0%{?suse_version}
-%define wwwdir /srv/www/inventory-system
-%else
-%define wwwdir /var/www/inventory-system
-%endif
-Requires: virt-what-inventory >= 1.12
-Requires: lshw
-%if 0%{?suse_version}
-%if 0%{?suse_version} >= 1120
-Requires: dmidecode
-%else
-Requires: pmtools
-%endif
-%if 0%{?sles_version} == 10
-Requires: lsb
-%else
-Requires: lsb-release
-%endif
-Requires: awk
-%else
-Requires: dmidecode
-Requires: lsb
-Requires: gawk
-%endif
-Requires: coreutils
-Requires: curl
-Requires: ethtool
-Requires: grep
-Requires: sed
-Requires: util-linux
-Requires: net-tools
-Requires: iproute
-Requires: ipmitool
-Requires: device-mapper
-Requires: findutils
-
-%description
-System inventory reporting tool. It uses various tools
-to detect system information and hardware, virtualization type,
-serial and so on.
-
-%package server
-Group: System
-Summary: Server part of inventory-system
-Requires: php5-mysql
-
-%description server
-System inventory server includes php scripts for collecting
-submitted data by inventory-reporting tool. Collected data
-is save to mysql database.
-
-%prep
-%setup -n %{pkgname}-%{version}
-
-%build
-
-%install
-%__install -D -m755 client/%{pkgname}.sh %{buildroot}%{_sbindir}/%{pkgname}
-%__install -D -m755 client/cron.daily %{buildroot}%{_sysconfdir}/cron.daily/inventorysystem
-%__install -D -m644 client/cron.reboot %{buildroot}%{_sysconfdir}/cron.d/inventory-system
-%__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}/
-
-%clean
-rm -rf %{buildroot}
-
-%post
-if [ -f /etc/init.d/cups ] ; then
- /sbin/chkconfig cups off || :
-fi
-if [ -f /etc/init.d/portreserve ] ; then
- /sbin/chkconfig portreserve off || :
-fi
-
-%files
-%defattr(-,root,root)
-%config(noreplace) %{_sysconfdir}/%{pkgname}.conf
-%{_sysconfdir}/cron.daily/inventorysystem
-%{_sysconfdir}/cron.d/inventory-system
-%{_sbindir}/%{pkgname}
-%dir %{_sysconfdir}/inventory-system.d
-%{_sysconfdir}/inventory-system.d/ix-functions.sh
-
-%files server
-%defattr(-,root,root)
-%dir %{wwwdir}
-%config %{wwwdir}/config.inc.php
-%config(noreplace) %{wwwdir}/config-custom.inc.php
-%config(noreplace) %{wwwdir}/db.inc.php
-%{wwwdir}/isdf.php
-%{wwwdir}/search.php
-%{wwwdir}/status.php
-%{wwwdir}/dhcpconf.class.php
-%{wwwdir}/inet4.class.php
-%{wwwdir}/inv-dhcp4.class.php
-%{wwwdir}/create_dhcp_configs.php
-%{wwwdir}/client-status.php
-%doc server/*.sql
-%doc contrib
-
-%changelog
|
[-]
[+]
|
Changed |
ix-inventory-system.spec
^
|
|
[-]
[+]
|
Deleted |
_service
^
|
@@ -1,16 +0,0 @@
-<services>
- <service name="tar_scm">
- <param name="password">distro</param>
- <param name="scm">svn</param>
- <param name="versionprefix">0.1</param>
- <param name="version">2</param>
- <param name="username">distro</param>
- <param name="url">https://svn.muc.internetx.de/svn/trunk/people/carsten.schoene/inventory-system</param>
- </service>
- <service name="recompress">
- <param name="file">*.tar</param>
- <param name="compression">bz2</param>
- </service>
- <service name="set_version">
- </service>
-</services>
|
|
Deleted |
_service:recompress:tar_scm:inventory-system-0.1.2.tar.bz2
^
|
[-]
[+]
|
Deleted |
_service:set_version:debian.changelog
^
|
@@ -1,5 +0,0 @@
-ix-inventory-system (0.1.2) stable; urgency=low
-
- * Initial Release
-
- -- Carsten Schoene <cs@linux-administrator.com> Sun, 06 Oct 2013 15:04:38 +0100
|
[-]
[+]
|
Deleted |
_service:set_version:ix-inventory-system.dsc
^
|
@@ -1,11 +0,0 @@
-Format: 1.0
-Source: ix-inventory-system
-Binary: ix-inventory-system
-Architecture: any
-Version: 0.1.2-1
-Maintainer: Carsten Schoene <cs@linux-administrator.com>
-Standards-Version: 0.0.1
-Build-Depends: cdbs, cmake, debhelper
-Files:
- 0323ebdd4a1983de61a5e4f326194426 20710 inventory-system_0.0.1.orig.tar.gz
-
|
|
Added |
inventory-system-0.1.5.tar.bz2
^
|
[-]
[+]
|
Changed |
inventory-system.conf
^
|
@@ -22,7 +22,7 @@
## Type: string
## Default: ""
#
-CUSTOM_FUNCTIONS="get_system_type_ix"
+CUSTOM_FUNCTIONS="get_system_type_ix get_system_hdd_perccli get_system_hdd_lshw get_system_cpu_lshw get_system_mem_lshw"
#
## Description: Disable listed functions (space separated)
## Type: string
|
[-]
[+]
|
Changed |
ix-inventory-system.dsc
^
|
@@ -2,7 +2,7 @@
Source: ix-inventory-system
Binary: ix-inventory-system
Architecture: any
-Version: 0.1.2-1
+Version: 0.1.5-1
Maintainer: Carsten Schoene <cs@linux-administrator.com>
Standards-Version: 0.0.1
Build-Depends: cdbs, cmake, debhelper
|