This commit is contained in:
parent
eda718ed25
commit
400896a36b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6ce07008529173682d8bf7ef7b964c39dc1b49a3e73f3f48f339e53955850917
|
|
||||||
size 103631
|
|
3
fs-check-0.8.tar.bz2
Normal file
3
fs-check-0.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7ac2cb2c647843ad734cbff314ddf4583b6630295a5773c66e444e25c9a0fb12
|
||||||
|
size 108163
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 2 15:18:31 CEST 2008 - hvogel@suse.de
|
||||||
|
|
||||||
|
- update to version 0.8
|
||||||
|
* Correct pidfile option parsing
|
||||||
|
- some rpmlint warnings fixed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 8 13:00:24 CET 2007 - mskibbe@suse.de
|
Mon Jan 8 13:00:24 CET 2007 - mskibbe@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fs-check (Version 0.7)
|
# spec file for package fs-check (Version 0.8)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,18 +10,19 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: fs-check
|
Name: fs-check
|
||||||
BuildRequires: mailx
|
BuildRequires: mailx
|
||||||
URL: http://fs-check.sourceforge.net
|
Url: http://fs-check.sourceforge.net
|
||||||
License: GNU General Public License (GPL)
|
License: GPL v2 or later
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Requires: mailx
|
Requires: mailx
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Version: 0.7
|
Version: 0.8
|
||||||
Release: 26
|
Release: 1
|
||||||
Summary: Check File System Usage
|
Summary: Check File System Usage
|
||||||
BuildArchitectures: noarch
|
BuildArch: noarch
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: %{name}.cf
|
Source1: %{name}.cf
|
||||||
Patch: %{name}-%{version}.dif
|
Patch: %{name}-%{version}.dif
|
||||||
@ -43,11 +44,13 @@ It can be run from cron or as a daemon.
|
|||||||
%build
|
%build
|
||||||
./configure --prefix=%{_prefix} --mandir=%{_mandir}
|
./configure --prefix=%{_prefix} --mandir=%{_mandir}
|
||||||
make
|
make
|
||||||
|
|
||||||
|
%check
|
||||||
make check
|
make check
|
||||||
mkdir -p $RPM_BUILD_ROOT/etc
|
|
||||||
cp %SOURCE1 $RPM_BUILD_ROOT/etc
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
mkdir -p $RPM_BUILD_ROOT/etc
|
||||||
|
cp %SOURCE1 $RPM_BUILD_ROOT/etc
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -62,25 +65,29 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/fs-check
|
%{_bindir}/fs-check
|
||||||
%{_bindir}/fs-report
|
%{_bindir}/fs-report
|
||||||
|
|
||||||
%changelog -n fs-check
|
%changelog
|
||||||
* Mon Jan 08 2007 - mskibbe@suse.de
|
* Wed Apr 02 2008 hvogel@suse.de
|
||||||
|
- update to version 0.8
|
||||||
|
* Correct pidfile option parsing
|
||||||
|
- some rpmlint warnings fixed
|
||||||
|
* Mon Jan 08 2007 mskibbe@suse.de
|
||||||
- fs-check expects fs-check.cfg in /var/adm rather then etc
|
- fs-check expects fs-check.cfg in /var/adm rather then etc
|
||||||
( #231222 )
|
( #231222 )
|
||||||
* Wed Aug 30 2006 - mskibbe@suse.de
|
* Wed Aug 30 2006 mskibbe@suse.de
|
||||||
- update to version 0.7 which
|
- update to version 0.7 which
|
||||||
o contains bugfixes
|
o contains bugfixes
|
||||||
o fix make distcheck
|
o fix make distcheck
|
||||||
o update copyright
|
o update copyright
|
||||||
* Sat Feb 25 2006 - kukuk@suse.de
|
* Sat Feb 25 2006 kukuk@suse.de
|
||||||
- Workaround configure checks for autobuild
|
- Workaround configure checks for autobuild
|
||||||
- Don't start in "norun" mode per default
|
- Don't start in "norun" mode per default
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Wed Sep 07 2005 - kukuk@suse.de
|
* Wed Sep 07 2005 kukuk@suse.de
|
||||||
- Update to version 0.6
|
- Update to version 0.6
|
||||||
* Thu Jul 21 2005 - kukuk@suse.de
|
* Thu Jul 21 2005 kukuk@suse.de
|
||||||
- Update to version 0.5
|
- Update to version 0.5
|
||||||
* Tue Nov 02 2004 - kukuk@suse.de
|
* Tue Nov 02 2004 kukuk@suse.de
|
||||||
- Update to version 0.4
|
- Update to version 0.4
|
||||||
* Mon Jun 28 2004 - kukuk@suse.de
|
* Mon Jun 28 2004 kukuk@suse.de
|
||||||
- Initial version
|
- Initial version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user