Skip to content

Commit

Permalink
merge back spec file changes from IBS
Browse files Browse the repository at this point in the history
Conflicts:

	yast2-registration.spec.in
  • Loading branch information
jdsn committed Sep 7, 2012
1 parent 412fa84 commit 9c144f7
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions yast2-registration.spec.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package yast2-registration
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 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
Expand Down Expand Up @@ -38,11 +38,16 @@ Buildrequires: PolicyKit-devel
BuildArch: noarch
Summary: YaST2 - Registration Module

Source1: org.opensuse.yast.modules.ysr.policy
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 <jdsn@suse.de>

@PREP@

@BUILD@
Expand All @@ -67,6 +72,11 @@ Group: System/YaST
The registration module to register products and/or to fetch an update
source (mirror) automatically.


Authors:
--------
J. Daniel Schmidt <jdsn@suse.de>

%package branding-openSUSE
License: GPL-2.0+
Requires: yast2-registration
Expand All @@ -79,6 +89,12 @@ Group: System/YaST
The registration module to register products and/or to fetch an update
source (mirror) automatically.


Authors:
--------
J. Daniel Schmidt <jdsn@suse.de>


%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 || :
Expand Down Expand Up @@ -118,3 +134,4 @@ fi
%files branding-openSUSE
%defattr(-,root,root)
@desktopdir@/suse_register.desktop
%changelog

0 comments on commit 9c144f7

Please sign in to comment.