Accepting request 1051448 from home:lnussel:usrmerge
- Replace transitional %usrmerged macro with regular version check (boo#1206798) OBS-URL: https://build.opensuse.org/request/show/1051448 OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=372
This commit is contained in:
		@@ -1,3 +1,8 @@
 | 
				
			|||||||
 | 
					-------------------------------------------------------------------
 | 
				
			||||||
 | 
					Tue Dec 27 10:23:00 UTC 2022 - Ludwig Nussel <lnussel@suse.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Replace transitional %usrmerged macro with regular version check (boo#1206798)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-------------------------------------------------------------------
 | 
					-------------------------------------------------------------------
 | 
				
			||||||
Wed Dec 14 14:52:27 UTC 2022 - Dr. Werner Fink <werner@suse.de>
 | 
					Wed Dec 14 14:52:27 UTC 2022 - Dr. Werner Fink <werner@suse.de>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										10
									
								
								bash.spec
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								bash.spec
									
									
									
									
									
								
							@@ -1,7 +1,7 @@
 | 
				
			|||||||
#
 | 
					#
 | 
				
			||||||
# spec file for package bash
 | 
					# spec file for package bash
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# Copyright (c) 2022 SUSE LLC
 | 
					# Copyright (c) 2023 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
 | 
				
			||||||
@@ -219,7 +219,7 @@ unlink	      Remove a directory entry.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
whoami	      Print out username of current user.
 | 
					whoami	      Print out username of current user.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%if 0%{?usrmerged}
 | 
					%if 0%{?suse_version} >= 1550
 | 
				
			||||||
%package legacybin
 | 
					%package legacybin
 | 
				
			||||||
Summary:        Legacy usrmove helper files
 | 
					Summary:        Legacy usrmove helper files
 | 
				
			||||||
Group:          System/Shells
 | 
					Group:          System/Shells
 | 
				
			||||||
@@ -586,7 +586,7 @@ fi
 | 
				
			|||||||
%ghost %config %{_sysconfdir}/alternatives/sh
 | 
					%ghost %config %{_sysconfdir}/alternatives/sh
 | 
				
			||||||
%endif
 | 
					%endif
 | 
				
			||||||
%dir %{_sysconfdir}/bash_completion.d
 | 
					%dir %{_sysconfdir}/bash_completion.d
 | 
				
			||||||
%if !0%{?usrmerged}
 | 
					%if 0%{?suse_version} < 1550
 | 
				
			||||||
/bin/bash
 | 
					/bin/bash
 | 
				
			||||||
%if %{with alternatives}
 | 
					%if %{with alternatives}
 | 
				
			||||||
/bin/sh
 | 
					/bin/sh
 | 
				
			||||||
@@ -608,7 +608,7 @@ fi
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
%if %{without alternatives}
 | 
					%if %{without alternatives}
 | 
				
			||||||
%files sh
 | 
					%files sh
 | 
				
			||||||
%if !0%{?usrmerged}
 | 
					%if 0%{?suse_version} < 1550
 | 
				
			||||||
/bin/sh
 | 
					/bin/sh
 | 
				
			||||||
%endif
 | 
					%endif
 | 
				
			||||||
%{_bindir}/sh
 | 
					%{_bindir}/sh
 | 
				
			||||||
@@ -633,7 +633,7 @@ fi
 | 
				
			|||||||
%files loadables
 | 
					%files loadables
 | 
				
			||||||
%{_ldldir}
 | 
					%{_ldldir}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%if 0%{?usrmerged}
 | 
					%if 0%{?suse_version} >= 1550
 | 
				
			||||||
%files legacybin
 | 
					%files legacybin
 | 
				
			||||||
/bin/bash
 | 
					/bin/bash
 | 
				
			||||||
/bin/sh
 | 
					/bin/sh
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user