forked from pool/ocfs2-tools
Accepting request 768549 from home:kukuk:branches:network:ha-clustering:Factory
- Use %license instead of %doc [bsc#1082318] - Remove obsolete /sbin/chkconfig requires OBS-URL: https://build.opensuse.org/request/show/768549 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/ocfs2-tools?expand=0&rev=122
This commit is contained in:
parent
1fb95914ff
commit
23335e3030
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 30 10:29:12 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- Use %license instead of %doc [bsc#1082318]
|
||||||
|
- Remove obsolete /sbin/chkconfig requires
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 10 11:23:05 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
Tue Sep 10 11:23:05 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ocfs2-tools
|
# spec file for package ocfs2-tools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -39,7 +39,7 @@ Release: 0
|
|||||||
Summary: Oracle Cluster File System 2 Core Tools
|
Summary: Oracle Cluster File System 2 Core Tools
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Url: https://ocfs2.wiki.kernel.org/
|
URL: https://ocfs2.wiki.kernel.org/
|
||||||
Source: ocfs2-tools-%{version}.tar.gz
|
Source: ocfs2-tools-%{version}.tar.gz
|
||||||
Source1: reflink.tar.bz2
|
Source1: reflink.tar.bz2
|
||||||
Patch001: auto-setup-pcmk-stack-as-default-if-no-stack-is-setup.patch
|
Patch001: auto-setup-pcmk-stack-as-default-if-no-stack-is-setup.patch
|
||||||
@ -74,7 +74,6 @@ BuildRequires: update-desktop-files
|
|||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
Requires(pre): %fillup_prereq
|
Requires(pre): %fillup_prereq
|
||||||
Requires: /sbin/chkconfig
|
|
||||||
Requires: e2fsprogs
|
Requires: e2fsprogs
|
||||||
Requires: glib2 >= 2.2.3
|
Requires: glib2 >= 2.2.3
|
||||||
Requires: libdlm
|
Requires: libdlm
|
||||||
@ -261,7 +260,8 @@ python -c "import compileall; compileall.compile_dir('%{buildroot}/%{py_sitedir}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING CREDITS MAINTAINERS
|
%license COPYING
|
||||||
|
%doc CREDITS MAINTAINERS
|
||||||
%doc documentation/users_guide.txt
|
%doc documentation/users_guide.txt
|
||||||
%dir /usr/lib/udev
|
%dir /usr/lib/udev
|
||||||
%dir %{_udevrulesdir}
|
%dir %{_udevrulesdir}
|
||||||
|
Loading…
Reference in New Issue
Block a user