Skip to content

Commit 400e9ae

Browse files
authored
Merge pull request uyuni-project#10699 from deneb-alpha/52-ProductTreeBeta
Set product tree tag to Beta and prepare for 5.2
2 parents c75c0c6 + 215ee42 commit 400e9ae

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Set product tree tag to Beta

java/spacewalk-java.spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,8 @@ install -m 644 conf/rhn_java_sso.conf %{buildroot}%{_datadir}/rhn/config-default
549549
# Adjust product tree tag
550550
%if 0%{?is_opensuse}
551551
sed -i -e 's/^java.product_tree_tag =.*$/java.product_tree_tag = Uyuni/' %{buildroot}%{_datadir}/rhn/config-defaults/rhn_java.conf
552+
%else
553+
sed -i -e 's/^java.product_tree_tag =.*$/java.product_tree_tag = Beta/' $RPM_BUILD_ROOT%{_prefix}/share/rhn/config-defaults/rhn_java.conf
552554
%endif
553555
# Adjust languages
554556
sed -i -e '/# NOTE: for the RPMs this is defined at the SPEC!/d' %{buildroot}%{_datadir}/rhn/config-defaults/rhn_java.conf

0 commit comments

Comments
 (0)