remove Group tag

https://fedoraproject.org/wiki/Packaging:Guidelines#Group_tag
This commit is contained in:
Jiri Popelka 2015-07-30 10:41:38 +02:00
parent 8effff4f8d
commit 53761e6e8e

View File

@ -75,7 +75,6 @@ drivers for HP printers and multi-function peripherals.
%package common
Summary: Files needed by the HPLIP printer and scanner drivers
Group: System Environment/Libraries
License: GPLv2+
# /usr/lib/udev/rules.d
Requires: systemd
@ -85,7 +84,6 @@ Files needed by the HPLIP printer and scanner drivers.
%package libs
Summary: HPLIP libraries
Group: System Environment/Libraries
License: GPLv2+ and MIT
Requires: %{name}-common%{?_isa} = %{version}-%{release}
Requires: python3
@ -107,7 +105,6 @@ Python 2 modules needed by HP plugin.
%package gui
Summary: HPLIP graphical tools
Group: Applications/System
License: BSD
Requires: python3-PyQt4
Requires: python3-reportlab
@ -121,7 +118,6 @@ HPLIP graphical tools.
%package -n libsane-hpaio
Summary: SANE driver for scanners in HP's multi-function devices
Group: System Environment/Daemons
License: GPLv2+
Obsoletes: libsane-hpoj < 0.91
Provides: libsane-hpoj = 0.91
@ -499,6 +495,7 @@ rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop
%changelog
* Thu Jul 30 2015 Jiri Popelka <jpopelka@redhat.com> - 3.15.7-3
- fix hpijs Obsoletes & Provides
- remove Group tag
* Wed Jul 29 2015 Jiri Popelka <jpopelka@redhat.com> - 3.15.7-2
- merge hpijs into main package (#1033952#14)