# # spec file for package yast2-registration # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild @HEADER@ Group: System/YaST License: GPL v2 or later Requires: yast2 >= 2.17.0 Requires: yast2-packager >= 2.17.0 Requires: suseRegister Requires: perl-TimeDate limal limal-perl limal-ca-mgm-perl Requires: yast2-pkg-bindings >= 2.17.20 Requires: yast2-registration-branding ## do never require "mozilla-xulrunner190" (bnc#436900) PreReq: %fillup_prereq BuildRequires: yast2 >= 2.17.0 BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-packager yast2-testsuite BuildRequires: limal limal-ca-mgm-perl limal-perl perl-TimeDate BuildRequires: yast2-pkg-bindings >= 2.17.20 BuildRequires: suseRegister BuildArch: noarch Summary: YaST2 - Registration Module Source1: org.opensuse.yast.modules.ysr.policy %description The registration module to register products and/or to fetch an update source (mirror) automatically. Authors: -------- J. Daniel Schmidt @PREP@ @BUILD@ @INSTALL@ mkdir -p $RPM_BUILD_ROOT/usr/share/PolicyKit/policy install -m 0644 %SOURCE1 $RPM_BUILD_ROOT/usr/share/PolicyKit/policy/ @CLEAN@ %package branding-SLE License: GPL v2 or later Requires: yast2-registration Provides: yast2-registration-branding Conflicts: otherproviders(yast2-registration-branding) Summary: YaST2 - Registration Module Group: System/YaST %description branding-SLE The registration module to register products and/or to fetch an update source (mirror) automatically. Authors: -------- J. Daniel Schmidt %package branding-openSUSE License: GPL v2 or later Requires: yast2-registration Provides: yast2-registration-branding Conflicts: otherproviders(yast2-registration-branding) Summary: YaST2 - Registration Module Group: System/YaST %description branding-openSUSE The registration module to register products and/or to fetch an update source (mirror) automatically. Authors: -------- J. Daniel Schmidt %pre /usr/sbin/groupadd -r suse-ncc 2> /dev/null || : /usr/sbin/useradd -r -s /bin/bash -c "Novell Customer Center User" -d /var/lib/YaST2/suse-ncc-fakehome -g suse-ncc suse-ncc 2> /dev/null || : %post %{fillup_only -ns suse_register yast2-registration} %files %defattr(-,root,root) %doc @docdir@ @clientdir@/*.ycp @moduledir@/*.pm @moduledir@/*.ycp @moduledir@/*.ybc %dir @yncludedir@/registration @yncludedir@/registration/*.ycp @desktopdir@/online_update_configuration.desktop @schemadir@/autoyast/rnc/*.rnc /usr/lib/YaST2/bin/online_update /usr/share/YaST2/yastbrowser # agents @scrconfdir@/cfg_suse_register.scr @scrconfdir@/cfg_automatic_online_update.scr #fillup @fillupdir@/sysconfig.suse_register-yast2-registration @fillupdir@/sysconfig.automatic_online_update-yast2-registration %attr(644,root,root) %config /usr/share/PolicyKit/policy/org.opensuse.yast.modules.*.policy %files branding-SLE %defattr(-,root,root) @desktopdir@/customer_center.desktop %files branding-openSUSE %defattr(-,root,root) @desktopdir@/suse_register.desktop