Accepting request 483394 from home:kstreitova:branches:Base:System
- cleanup with spec-cleaner - get rid of %{name} and %{version} macros from the patch names OBS-URL: https://build.opensuse.org/request/show/483394 OBS-URL: https://build.opensuse.org/package/show/Base:System/acct?expand=0&rev=53
This commit is contained in:
parent
770b2cdf28
commit
ca3dd14230
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 29 11:22:15 UTC 2017 - kstreitova@suse.com
|
||||||
|
|
||||||
|
- cleanup with spec-cleaner
|
||||||
|
- get rid of %{name} and %{version} macros from the patch names
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 13 19:46:53 UTC 2016 - kstreitova@suse.com
|
Wed Jul 13 19:46:53 UTC 2016 - kstreitova@suse.com
|
||||||
|
|
||||||
|
12
acct.spec
12
acct.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package acct
|
# spec file for package acct
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -27,10 +27,10 @@ Source: http://ftp.gnu.org/gnu/acct/%{name}-%{version}.tar.gz
|
|||||||
Source1: acct.service
|
Source1: acct.service
|
||||||
Source2: logrotate.acct
|
Source2: logrotate.acct
|
||||||
Source3: http://ftp.gnu.org/gnu/acct/%{name}-%{version}.tar.gz.sig
|
Source3: http://ftp.gnu.org/gnu/acct/%{name}-%{version}.tar.gz.sig
|
||||||
Source4: %{name}.keyring
|
Source4: acct.keyring
|
||||||
Patch0: %{name}-%{version}-hz.patch
|
Patch0: acct-6.6.2-hz.patch
|
||||||
Patch2: %{name}-info.patch
|
Patch2: acct-info.patch
|
||||||
Patch3: %{name}-ac.patch
|
Patch3: acct-ac.patch
|
||||||
Patch4: acct-timestamp.patch
|
Patch4: acct-timestamp.patch
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: makeinfo
|
BuildRequires: makeinfo
|
||||||
@ -93,7 +93,7 @@ rm -f %{buildroot}/%{_mandir}/man1/last.1*
|
|||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc README NEWS
|
%doc README NEWS
|
||||||
%{_infodir}/*.info.*
|
%{_infodir}/*.info%{ext_info}
|
||||||
%{_mandir}/man1/ac*
|
%{_mandir}/man1/ac*
|
||||||
%{_mandir}/man1/lastcomm*
|
%{_mandir}/man1/lastcomm*
|
||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
Loading…
Reference in New Issue
Block a user